eghojansu / cosiler
PHP Framework
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/eghojansu/cosiler
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: 2022-02-21 05:07:11 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!