nipunadodan / orange-core
Lightweight framework for PHP
v3.0.0.000
2021-04-20 09:07 UTC
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-02-16 15:20:47 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" } }