nipunadodan/orange-core

Lightweight framework for PHP

Installs: 112

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/nipunadodan/orange-core

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

This package is auto-updated.

Last update: 2025-09-16 16:39:33 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"
  }
}