endercaster/ecs_framework

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

A simplest framwork based on swoole

Maintainers

Package info

github.com/EnderCaster/ECFramework

pkg:composer/endercaster/ecs_framework

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-25 22:08:50 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.