https://github.com/opsway/axis-bank-api
API SDK for AXIS Bank https://www.axisbank.com/
https://github.com/opsway/axis-bank-api
Last synced: about 2 months ago
JSON representation
API SDK for AXIS Bank https://www.axisbank.com/
- Host: GitHub
- URL: https://github.com/opsway/axis-bank-api
- Owner: opsway
- License: mit
- Created: 2019-08-20T08:06:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-25T18:59:06.000Z (almost 7 years ago)
- Last Synced: 2025-12-26T20:57:47.266Z (6 months ago)
- Language: PHP
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# axis-bank-api
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
```