- 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
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
- 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