saritasa / gidx-sdk
This package is abandoned and no longer maintained.
No replacement package was suggested.
GidxSDK
dev-master / 1.0.x-dev
2021-01-18 12:51 UTC
Requires
- php: >=7.2
- ext-curl: *
- ext-json: *
- laravel/framework: ^6.0|^7.0|^8.0
- saritasa/php-common: ^1.2
Requires (Dev)
- phpunit/phpunit: ^6.0
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2024-09-18 20:59:39 UTC
README
PHP Wrapper for API of GIDX plagform. Intended to use with applications basedo on Laravel 6.x+ framework
Usage
Install the saritasa/gidx-sdk
package:
$ composer require saritasa/gidx-sdk
Copy config to application:
$ artisan vendor:publish --provider='GidxSDK\GidxServiceProvider' --tag=config
Contributing
See CONTRIBUTING and Code of Conduct, if you want to make contribution (pull request) or just build and test project on your own.