/php-sdk

API wrapper for NStack

Primary LanguagePHPMIT LicenseMIT

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