Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/manaphp/framework
- Owner: manaphp
- License: mit
- Created: 2016-08-10T15:16:21.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-06-29T02:58:15.000Z (7 months ago)
- Last Synced: 2024-11-13T14:44:17.703Z (about 2 months ago)
- Topics: ci, laravel, manaphp, phalcon, swoole, yii
- Language: PHP
- Homepage:
- Size: 8.43 MB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: Security/Crypt.php
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.