pixnet / pixframework
PHP Framework developed by PIXNET
Installs: 57
Dependents: 0
Suggesters: 0
Security: 0
Stars: 42
Watchers: 56
Forks: 20
Open Issues: 1
Requires
- php: >=5.4.1
- mrclay/minify: >=2.2.0
This package is not auto-updated.
Last update: 2024-10-26 16:28:24 UTC
README
Pix Framework 為 PIXNET 所開發使用的 PHP Framework,基於受惠於網路社群許多的 開放原始碼資源,我們決定也回饋於網路,在此分享給大家我們的 Framework
See http://framework.pixnet.net/ for more information and documentation.
安裝 - Installation
使用 Composer
- 增加
"pixnet/pixframework": "dev-master"
到您的composer.json
的require
部分. - 執行
composer install
.