hlmnrmr / newscoop-api-php-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Newscoop API PHP-SDK

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.

About

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%