-
Notifications
You must be signed in to change notification settings - Fork 7
01 Slim framework
Timotheus Pokorra edited this page Jan 29, 2018
·
1 revision
https://www.slimframework.com/: Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
The tutorial about a first application:
You can see how I prepared the BOF application, by looking at the commit history:
Starting with the tutorial application, I added:
- Logging
- Database access with PDO
- Twig templates
- Authentication with JWT
- did some refactoring to the directory structure
- Using the database for authenticating users