nstack / php-sdk
NStack API 的包装器
1.0.6
2019-09-24 07:54 UTC
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: 2024-09-19 15:27:56 UTC
README
📝 简介
nstack.io API 的 API 包装器
📦 安装
要安装此包,您需要
- PHP 7.1+
运行
composer require nstack/php-sdk
或者在 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
🏆 致谢
此包由 Monstarlab 的 PHP 团队开发和维护
📄 许可证
此包是开源软件,根据 MIT 许可证 发布