https://github.com/eghojansu/cosiler
https://github.com/eghojansu/cosiler
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eghojansu/cosiler
- Owner: eghojansu
- License: mit
- Created: 2021-11-12T09:38:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-21T05:07:08.000Z (over 3 years ago)
- Last Synced: 2025-02-09T12:43:08.948Z (4 months ago)
- Language: PHP
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CoSiler
We love the concept of [*leocavalcante/siler*](https://github.com/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!