nipunadodan/orange-core

Lightweight framework for PHP

v3.0.0.000 2021-04-20 09:07 UTC

This package is auto-updated.

Last update: 2024-04-16 13:28:51 UTC


README

Lightweight PHP framework

Latest Stable Version License

Requirements

  • PHP 7.2+
  • Enable cURL PHP Extension
  • Enable JSON PHP Extension
  • Enable MBString PHP Extension

Dependencies

  • cURL : Http communication with the payment gateway

Installation

Composer

We recommend using Composer. (Note: we never recommend you override the new secure-http default setting). Update your composer.json file as per the example below and then run composer update.

{
  "require": {
  "php": ">=7.3",
  "nipunadodan/orange-core": "^3"
  }
}