Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)