endercaster / ecs_framework
A simplest framwork based on swoole
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/endercaster/ecs_framework
Requires
- ext-json: *
- ext-mongodb: *
- predis/predis: ^1.1
This package is auto-updated.
Last update: 2025-12-25 21:41:55 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.