nexgenenglish/neo-php
Composer 安装命令:
composer require nexgenenglish/neo-php
包简介
Official Neo PHP SDK
README 文档
README
Installation
The easiest way to install neo-php library is using composer
composer require nexgenenglish/neo-php
That's it!
Documentations
Please refer to documentations folder.
Test
Run the PHPUnit test using PHPUnit.
./vendor/bin/phpunit --bootstrap vendor/autoload.php tests --do-not-cache-result
The test reads several environment variable, such as service configuration, you need to provide: NEO_SSO_BASE_URI, NEO_SSO_USERNAME, NEO_SSO_PASSWORD, NEO_ETEST_BASE_URI. In your macOS, you can use export command
export NEO_SSO_BASE_URI="https://sso.myneo.space"
export NEO_SSO_USERNAME="username"
export NEO_SSO_PASSWORD="password"
export NEO_ETEST_BASE_URI='https://etest.myneo.space'
统计信息
- 总下载量: 72
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-07-18