Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/manaphp/framework

[READ ONLY] Subtree split of the ManaPHP framework (see manaphp/manaphp)
https://github.com/manaphp/framework

ci laravel manaphp phalcon swoole yii

Last synced: about 2 months ago
JSON representation

[READ ONLY] Subtree split of the ManaPHP framework (see manaphp/manaphp)

Awesome Lists containing this project

README

        

# ManaPHP Framework

This is the core framework code of ManaPHP.

This repository is a read-only git subsplit of . Please submit issue reports and
pull requests to the main repository.

## Installation

The preferred way to install the ManaPHP framework is through [composer](http://getcomposer.org/download).

Either run

```
composer require manaphp/framework
```

or add

```json
{
"manaphp/framework": "dev-master"
}
```

to `require` section of your composer.json.