All notable changes to php-cellulant will be documented in this file.
- 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: https://github.com/alphaolomi/php-cellulant/compare/v1.1.0...v1.2.0
- Bugs fixes
- Improve documentation
- Improve validation
- Add more tests
Full Changelog: https://github.com/alphaolomi/php-cellulant/compare/v1.0.0...v1.1.0
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
- 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-cellulant
Full Changelog: https://github.com/alphaolomi/php-cellulant/compare/v0.0.0...v1.0.0
- Nothing
- Initial release
- Cellulant Service Class for making requests to Cellulant API