Skip to content

Releases: alphaolomi/php-cellulant

v1.2.0

15 Jul 04:19

Choose a tag to compare

🎉 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

15 Jul 01:42

Choose a tag to compare

🎉 1.1.0

Updates

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

Full Changelog: v1.0.0...v1.1.0

v1.0.0

14 Jul 15:57

Choose a tag to compare

🎉 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 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: v0.0.0...v1.0.0

v0.0.0

10 Jul 18:19

Choose a tag to compare

🎉 Initial release