jasydong / cubephp
A super fast php framework based on workerman
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:php-framework
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2025-01-13 15:57:52 UTC
README
A super lightweight php framework base on Workerman
How to Use
first git clone the repos
git clone https://github.com/jasydong/cubephp.git
then run
cd cubephp
and run
composer install
and final run
php -f bin/server.php start