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
Requires
- php: >=7.3
- ext-curl: *
- ext-json: *
Suggests
- catfan/medoo: REQUIRED if you are going to use Orange\User class. Allows to do database queries more easily
- guzzlehttp/guzzle: Allows communicating to APIs via http requests
- phpmailer/phpmailer: Allows sending mails through it
This package is auto-updated.
Last update: 2025-09-16 16:39:33 UTC
README
Lightweight PHP framework
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" } }