Skip to content

Latest commit

Β 

History

History
56 lines (38 loc) Β· 1.65 KB

File metadata and controls

56 lines (38 loc) Β· 1.65 KB

php-sdk

Scrutinizer Code Quality Code Coverage Build Status Code Intelligence Status

πŸ“ Introduction

An API wrapper for nstack.io API

πŸ“¦ Installation

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

βš™ Usage

$config = new \NStack\Config('APP_ID', 'REST_KEY');
$nstack = new \NStack\NStack($config);

πŸ’‘ Features implemented

[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

πŸ† Credits

This package is developed and maintained by the PHP team at Monstarlab

πŸ“„ License

This package is open-sourced software licensed under the MIT license