Skip to content

Latest commit

 

History

History
80 lines (48 loc) · 1.69 KB

File metadata and controls

80 lines (48 loc) · 1.69 KB

Changelog

All notable changes to php-cellulant will be documented in this file.

v1.2.0 - 2023-07-15

🎉 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: https://github.com/alphaolomi/php-cellulant/compare/v1.1.0...v1.2.0

v1.1.0 - 2023-07-15

🎉 1.1.0

Updates

  • Bugs fixes
  • Improve documentation
  • Improve validation
  • Add more tests

Full Changelog: https://github.com/alphaolomi/php-cellulant/compare/v1.0.0...v1.1.0

v1.0.0 - 2023-07-14

🎉 v1.0.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
Pre-requisites
  • PHP >= 8.0
  • PHP cURL extension
  • 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

[Unreleased]

  • Nothing

[0.1.0] - 2020-04-20

What's Changed

  • Initial release

Added

  • Cellulant Service Class for making requests to Cellulant API