dev-master
9999999-dev https://wiki.sourcefabric.org/display/CS/Newscoop+REST+API+ReferenceSDK for access to Newscoop REST API
GPL3
The Requires
api rest newscoop
Wallogit.com
2017 © Pedro Peláez
SDK for access to Newscoop REST API
Newscoop is the open content management system for professional journalists., (*1)
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., (*2)
This library allows for access to [Newscoop REST API][2] (codename gimme)., (*3)
Newscoop PHP-SDK works with PHP 5.3.3 or later., (*4)
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:, (*5)
{
"require": {
"sourcefabric/newscoop-php-sdk": "dev-master"
}
}
Read the Newscoop REST API [documentation][2] for more information., (*6)
Newscoop PHP-sdk is licensed under the GPL3 license., (*7)
SDK for access to Newscoop REST API
GPL3
api rest newscoop