opsway / axis-bank-api
PHP SDK for Axis bank
v0.1
2019-08-25 18:54 UTC
Requires
- php: ^7.2
- ext-gnupg: *
- ext-json: *
- guzzlehttp/guzzle: ^6.3.3
Requires (Dev)
- phpunit/phpunit: ^8.0.2
- squizlabs/php_codesniffer: ^3.4.0
This package is auto-updated.
Last update: 2024-10-26 06:17:16 UTC
README
API SDK for AXIS Bank https://www.axisbank.com/
Run docker container for developing and testing
Build container with library
docker build -t "axis-bank-php" .
Start container
docker run -it --rm -v /${PWD}:/app axis-bank-php bash