An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Orange-core
Lightweight PHP framework

[![Latest Stable Version](https://poser.pugx.org/nipunadodan/orange-core/v/stable)](https://packagist.org/packages/nipunadodan/orange-core) [![License](https://poser.pugx.org/nipunadodan/orange-core/license)](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"
}
}
```