Skip to content

ratajczak/CKAN_PHP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages

  • PHP 94.3%
  • Gherkin 5.7%