toohamster / ws
a light framework for php5.4
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/toohamster/ws
Requires
- php: >=5.4
- ext-mbstring: *
- ext-openssl: *
- psr/log: ^1.0
- toohamster/ws-http: *
This package is not auto-updated.
Last update: 2025-10-20 18:41:12 UTC
README
a light framework for php5.4
仓鼠的 新框架
- 简单的就要最简单
- 以项目为导向,简易上手
- ... ...
使用手册
- 签出代码
- 配置nginx虚拟主机,可参考 web/doc/nginx.txt
- ... ...
<?php
/**
 *       .---.
 *      (_,/\ \     诚约主角入伙:
 *     (`a a(  )
 *     ) \=  ) (     - PHPer: 几名
 *    (.--' '--.)    - 
 *    / (_\_/_) \    - 
 *   | / \   / \ |
 *    \\ / . \ //   要求: 优雅、简约、健壮
 *     \/\___/\/    福利: 一起装13一起飞
 *     |  \_/  |
 *      \  /  /     联系方式: vb2005xu@qq.com
 *       \/  /      发布日期: now
 *        ( (
 *        |\ \ 
 *        | \ \     跪舔求推荐!!!
 *       /_Y/_Y     https://github.com/toohamster/ws.git
 */
exit('一起改变世界吧!');
?>