endercaster / ecs_framework
There is no license information available for the latest version (dev-master) of this package.
A simplest framwork based on swoole
dev-master
2020-11-25 09:47 UTC
Requires
- ext-json: *
- ext-mongodb: *
- predis/predis: ^1.1
This package is auto-updated.
Last update: 2025-04-25 20:21:10 UTC
README
The aim of this project is build a swoole simplest framework with composer.
Please checkout old
branch to find the origin project.
Directory Structure
/
├── classes
│ ├── Controller //Files to assemble data
│ └── Model //Files to access data
├── config-example.php //Sample file for config
├── server
│ └── server.php //Swoole server
Requirements
- PHP
- ext Swoole
TODOs
- url route @see(laravel)
- multiple database access
-
- default
-
- bind with model
- base model no, all things have to do.