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

This package is auto-updated.

Last update: 2024-05-25 18:26:12 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.