Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/camkem/php-slim-framework
The Micro PHP framework, offering the ability to create a web app without any package managers like Composer or NPM, or dependencies (however you can still add them in if you want), but still utilising strong OOP & SOLID principles, with a full feature-set.
https://github.com/camkem/php-slim-framework
Last synced: 17 days ago
JSON representation
The Micro PHP framework, offering the ability to create a web app without any package managers like Composer or NPM, or dependencies (however you can still add them in if you want), but still utilising strong OOP & SOLID principles, with a full feature-set.
- Host: GitHub
- URL: https://github.com/camkem/php-slim-framework
- Owner: CamKem
- Created: 2024-03-09T02:58:35.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-04-29T13:15:03.000Z (10 months ago)
- Last Synced: 2025-01-23T10:04:19.115Z (21 days ago)
- Language: PHP
- Size: 95.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## The Slim Framework
This is a slim framework I have created for refreshing knowledge on design patterns and OOP within the PHP environment.
Contributions welcome, I will continue to work on it as I have some spare time.
### TODO
- Authorisation core
- User roles
- Authentisation core
- more advanced global exception handler
- template engine
- ORM (migration & query builder)