clarkphp / fio-php-sdk
Client SDK for using Foundation for Interwallet Operability Web API
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/clarkphp/fio-php-sdk
Requires
- php: ^7.3|^8
- ext-json: *
- guzzlehttp/guzzle: ^7.0
Requires (Dev)
- pds/skeleton: ^1.0
- phpunit/phpunit: ^9.0
- psalm/phar: ^4.0
README
Content to be based on SDK READMEs found at:
- https://github.com/fioprotocol/fiosdk_kotlin
- https://github.com/fioprotocol/fiojs
- https://github.com/fioprotocol/fio-go
- https://github.com/fioprotocol/fiosdk_ios
Installation in your project
Editing your composer.json file is so 2015. Use the command line tooling or your IDE! :-)
composer require clarkphp/fio-php-sdk
Unit Tests and Code Quality
Run the tests as shown below. For more on the tests, generating code coverage reports, and static analysis tools, see CONTRIBUTING.md.
$ cd /path/to/fio-client/
$ phpunit
Contributing
If you'd like to contribute, please see the CONTRIBUTING.md file.
Versions
| Version | Status | Packagist | Namespace | Repo | Docs | PSR-18 | PHP Version |
|---|---|---|---|---|---|---|---|
| 0.x | Initial Dev | clarkphp/fio-php-sdk |
ClarkPhp\FioPhpSdk |
v0 | v0 | Yes | >= 7.3 |