Releases: alphaolomi/php-cellulant
Releases · alphaolomi/php-cellulant
v1.2.0
🎉 1.2.0
What's New
- Added Guzzle\Client object as the second constructor argument
- Added gets and setters for API key and access token.
- internal: stable ValidationUtility
- internal: add more tests
Full Changelog: v1.1.0...v1.2.0
v1.1.0
🎉 1.1.0
Updates
- Bugs fixes
- Improve documentation
- Improve validation
- Add more tests
Full Changelog: v1.0.0...v1.1.0
v1.0.0
🎉 v1.0.0
Features
The package is centered around Custom Checkout APIs provided by Tingg. It provides the following features:
- Checkout Request
- Charge Request
- Combined Checkout and Charge Request
- Acknowledgement Request
- Query Status
- Refund Request
- OTP Request and Validation
Installation
Pre-requisites
- PHP >= 8.0
- PHP
cURLextension - Composer Package Manager
- Cellulant API Credentials, obtain them from Tingg Dev Portal
The preferable way to install is with Composer.
You can install/update the package via Composer:
composer require alphaolomi/php-cellulantFull Changelog: v0.0.0...v1.0.0
v0.0.0
🎉 Initial release