weareathlon/silla.io
最新稳定版本:1.0.0
Composer 安装命令:
composer create-project weareathlon/silla.io
包简介
The Silla.IO Application Development Framework.
关键字:
README 文档
README
Reference
- Code API Reference: https://api.silla.io
- Demo of the CMS app: https://demo.silla.io/cms/
- Credentials
- email: demo@silla.io
- password: DemoDemo1!
- Credentials
Overview
Silla.IO is a lightweight PHP application development framework based on the MVC software architecture pattern. The framework includes CMS Application to provide assistance building custom content management systems.
The code base features Model-View-Controller pattern with additional support for:
Configuration Per EnvironmentORMlayer for persistent data managementTemplate renderingengine support for output managementURL RoutingBase\Entityfor consolidation ofCRUDoperationsMailer APICache APISession APICrypt APIi18nCLItask manager- ... any many more
Server Software Requirements
- Operating System
- Type:
*nix,Windows
- Type:
- Web Server
- Type:
Apache,nginxor compatible(PHP built-in web server) - Modules: (below are
Apachemodule names. Each of them has equivalent fornginx)mod_rewrite- in order to have custom(pretty) URLsmod_env- in order to easily switch configuration environments
- Type:
- PHP
- Type:
Standard(SAPI - Apache Handler or CLI/CGI/FCGI) - Version:
5.3.7(or newer, compatible up to7.2.x) - Configuration:
- Runtime change enabled via
ini_set() - Extensions
mbstring- Provides multi-byte specific string functions that help dealing with multi-byte encodings.PDO,PDO_mysql,mysqli,SQLite3(depends on on the configured database adapter)GD- in order to work with media
- Runtime change enabled via
- Type:
- Database
- Type:
MySQL(depends on on the configured database adapter) - Version:
5(or newer, recommended5.6+)
- Type:
- File System
- Type: Standard file system(all
PHPfile functions should work as expected) - Permissions:
Writabledirectories:/temp/public
- Type: Standard file system(all
- Package Managers
Composer- PHP package manager
统计信息
- 总下载量: 56
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 26
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2015-01-08