peehaa/ckanconsumer

dev-master 2014-01-18 17:16 UTC

This package is auto-updated.

Last update: 2024-04-06 07:39:01 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.

Build Status Scrutinizer Quality Score Code Coverage Latest Stable Version Total Downloads

####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

MIT License (MIT)