endercaster/ecs_framework

There is no license information available for the latest version (dev-master) of this package.

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

dev-master 2020-11-25 09:47 UTC

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.