sourcefabric/newscoop-php-sdk

SDK for access to Newscoop REST API

dev-master / 1.0.x-dev 2014-01-07 18:44 UTC

This package is auto-updated.

Last update: 2024-10-24 04:12:55 UTC


README

Newscoop is the open content management system for professional journalists.

Features for the modern newsroom include multiple author management, issue-and-section based publishing, geolocation and multilingual content management. The enterprise-standard journalist’s dashboard and a templating engine supporting anything from HTML5 to mobile complete this fast production and publishing system.

This library allows for access to Newscoop REST API (codename gimme).

Newscoop PHP-SDK works with PHP 5.3.3 or later.

Installation

The recommended way to install Newscoop PHP-SDK is through composer. Just create a composer.json file and run the php composer.phar install command to install it:

{
    "require": {
        "sourcefabric/newscoop-php-sdk": "dev-master"
    }
}

More Information

Read the Newscoop REST API documentation for more information.

License

Newscoop PHP-sdk is licensed under the GPL3 license.