https://github.com/nipunadodan/orange-core
Core of the lightweight framework for PHP
https://github.com/nipunadodan/orange-core
framework lightweight php
Last synced: 4 months ago
JSON representation
Core of the lightweight framework for PHP
- Host: GitHub
- URL: https://github.com/nipunadodan/orange-core
- Owner: nipunadodan
- License: mit
- Created: 2019-06-05T05:48:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-16T07:30:54.000Z (almost 5 years ago)
- Last Synced: 2025-08-29T23:10:08.901Z (7 months ago)
- Topics: framework, lightweight, php
- Language: PHP
- Homepage: http://nipunadodan.com
- Size: 798 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Orange-core
Lightweight PHP framework
[](https://packagist.org/packages/nipunadodan/orange-core) [](https://packagist.org/packages/nipunadodan/orange-core)
## 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`](http://getcomposer.org). *(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`.*
```json
{
"require": {
"php": ">=7.3",
"nipunadodan/orange-core": "^3"
}
}
```