forked from SilexConsulting/CKAN_PHP
-
Notifications
You must be signed in to change notification settings - Fork 0
lintol/CKAN_PHP
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
CKAN API PHP Client External libraries are required to use the CKAN client. This software uses composer http://getcomposer.org/ to install and manage dependencies. 1) Composer is required to install all the dependencies. To install composer, you need to run: curl http://getcomposer.org/installer | php in the root of the project. You may get an error saying that you need to disable detect_unicode to install composer. If this happens, add detect_unicode=off to your php.ini 2) To install the project dependencies, you should run: php composer.phar install in the root of the project. 3) CKAN PHP client uses a PSR-0 compliant autoloader (supplied by composer). In order to use the library, you should require vendor/autoload.php or use your own PSR-0 compliant autoloader. To run the acceptance tests from the command line run: bin/behat To run the unit tests from the command line run: bin/phpunit
About
CKAN PHP Client
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PHP 92.6%
- Gherkin 7.4%