ekok / cosiler
PHP Framework
dev-master
2022-02-10 03:04 UTC
Requires
- php: >=8.0
- ekok/php-utils: dev-master
Requires (Dev)
- codeception/codeception: ~4.1
- codeception/module-asserts: ^1.0.0
- codeception/module-phpbrowser: ^1.0.0
Suggests
- ekok/php-container: Context container and DI manager
- ekok/php-sql: Mapping code with SQL database tables
- ekok/php-utils: A set of php utilities
- ekok/php-validation: Validating user input
This package is auto-updated.
Last update: 2024-10-21 10:46:38 UTC
README
We love the concept of leocavalcante/siler, its aiming an API for declarative programming in PHP. We copy that concept, copy the source code and adjust it with our coding style.
Difference with Siler
- Use PHP8 Feature *null coallesce" instead of using function for getting value from array
- No functional "sugar" added
- Storage function
- Remove support for PSR Request Interface and Swoole
- Autostart session when used in code
- Template loader
- Simple bootstrap files loader
Let's utilize the Nature of PHP!