masihfathi / jeebconnection
Jeeb.io php wrapper
dev-master
2020-12-22 18:45 UTC
Requires
- php: ^7.2|^8.0
- ext-json: *
Requires (Dev)
- phpunit/phpunit: ^9.3.3
This package is auto-updated.
Last update: 2024-10-23 03:10:59 UTC
README
php wrapper for jeeb.io Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist masihfathi/jeebconnection "*"
or add
"masihfathi/jeebconnection": "*"
to require section of your composer.json.
run tests
docker-compose run php ./vendor/bin/phpunit