peehaa / ckanconsumer
CKAN library
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/peehaa/ckanconsumer
Requires
- php: >=5.4
Requires (Dev)
- phpunit/phpunit: 3.7.*
- squizlabs/php_codesniffer: 1.*
This package is auto-updated.
Last update: 2025-10-06 10:50:10 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