An API wrapper for nstack.io API
To install this package you will need:
- PHP 7.1+
Run
composer require nstack/php-sdk
or setup in composer.json
nstack/php-sdk: 1.0.x
$config = new \NStack\Config('APP_ID', 'REST_KEY');
$nstack = new \NStack\NStack($config);
[x] Geographic continent
[x] Geographic countries
[x] Geographic languages
[x] Geographic Timezone
[x] Geographic Timezones
[x] Geographic Ip addresses
[x] Content Localize resources
[x] Content Localize languages
[x] Content Localize proposals
[x] Content Files
[x] Content Collections
[x] Notify version control updates
[x] UGC pushlogs
[x] Validators
This package is developed and maintained by the PHP team at Monstarlab
This package is open-sourced software licensed under the MIT license