2017 © Pedro Peláez
 

library ckanconsumer

CKAN library

image

peehaa/ckanconsumer

CKAN library

  • Saturday, January 18, 2014
  • by PeeHaa
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

CKAN Consumer

PHP implementation of a CKAN consumer library., (*1)

This implementation is based on the CKAN v2.2a documentation., (*2)

The goal of this library is to provide a nice, sane and uniform interface for the CKAN API., (*3)

Build Status Scrutinizer Quality Score Code Coverage Latest Stable Version Total Downloads, (*4)

Installation

Git:
$ git clone https://github.com/PeeHaa/CkanConsumer.git
Manual Download:

Manually download from the tagged release section., (*5)

Composer:

Add the following to your composer config file:, (*6)

{
    "require": peehaa/ckanconsumer:0.0.*
}

Requirements

This library runs on PHP 5.4+ and HHVM., (*7)

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., (*8)

The current version of this library is 0.0.1, (*9)

License

MIT License (MIT), (*10)

The Versions

18/01 2014

dev-master

9999999-dev https://github.com/PeeHaa/CkanConsumer

CKAN library

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

api consumer opendata ckan peehaa