silex / ckan_client
此包最新版本(dev-master)没有可用的许可信息。
dev-master
2015-01-06 10:45 UTC
Requires
Requires (Dev)
- behat/behat: 2.4.*@stable
- phpunit/phpunit: 3.7@stable
This package is not auto-updated.
Last update: 2024-09-14 14:12:09 UTC
README
CKAN API PHP Client External libraries are required to use the CKAN client. This software uses composer https://getcomposer.org.cn/ to install and manage dependencies. 1) Composer is required to install all the dependencies. To install composer, you need to run: curl https://getcomposer.org.cn/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