nstack/php-sdk

Wrapper for API to NStack

1.0.6 2019-09-24 07:54 UTC

This package is auto-updated.

Last update: 2024-09-19 15:27:56 UTC


README

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