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.
- Host: GitHub
- URL: https://github.com/hamdle/php_framework
- Owner: hamdle
- Created: 2019-08-09T17:19:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-12T00:47:04.000Z (almost 7 years ago)
- Last Synced: 2025-01-11T05:26:05.052Z (over 1 year ago)
- Language: PHP
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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