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

https://github.com/hamdle/php_framework

Simple php web framework.
https://github.com/hamdle/php_framework

Last synced: about 2 months ago
JSON representation

Simple php web framework.

Awesome Lists containing this project

README

          

# php_framework
Simple php web framework.
## Setup
Install a Homestead vm

Import sample database:

`mysql -u root -p project1 < database.sql`

## TODO

### Database review

- Review the database: https://phptherightway.com/#databases
- Creating a PDO wrapper: https://phpdelusions.net/pdo/pdo_wrapper

### PHP Cookbook sections

- Section 8.7 Using Cookie Auth
- Chapter 11. Sessions and Data
- Chapter 15. APIs
- Chapter 18. Security and Encryption
- Chapter 22. Performance Tuning

### Dependency injection

- From PHP the rigth way: https://phptherightway.com/#dependency_injection

### Add .env support

- Similar to: https://github.com/vlucas/phpdotenv