peehaa / ckanconsumer
CKAN library
dev-master
2014-01-18 17:16 UTC
Requires
- php: >=5.4
Requires (Dev)
- phpunit/phpunit: 3.7.*
- squizlabs/php_codesniffer: 1.*
This package is auto-updated.
Last update: 2024-11-06 08:49:28 UTC
README
PHP implementation of a CKAN consumer library.
This implementation is based on the CKAN v2.2a documentation.
The goal of this library is to provide a nice, sane and uniform interface for the CKAN API.
####Installation
######Git:
$ git clone https://github.com/PeeHaa/CkanConsumer.git
######Manual Download:
Manually download from the tagged release section.
######Composer:
Add the following to your composer config file:
{
"require": peehaa/ckanconsumer:0.0.*
}
####Requirements
This library runs on PHP 5.4+ and HHVM.
####Contributing
- All pull requests must have 100% code coverage
- All pull requests must conform to PSR-2
- All pull requests must not have failing tests
- Commits must be squashed before sending over a pull requests where needed
####Version
This library uses semantic versioning 2.0.0.
The current version of this library is 0.0.1
####License