nstack / php-sdk
Wrapper for API to NStack
Installs: 1 340
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 5
Forks: 2
Open Issues: 0
Requires
- php: ^7.1
- guzzlehttp/guzzle: 6.x
Requires (Dev)
- mockery/mockery: dev-master
- phpunit/phpunit: ~5.7
This package is auto-updated.
Last update: 2025-03-19 16:31:19 UTC
README
📝 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