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

https://github.com/fkoler/php-from-scratch

PHP Step by Step
https://github.com/fkoler/php-from-scratch

php

Last synced: about 2 months ago
JSON representation

PHP Step by Step

Awesome Lists containing this project

README

          

# PHP From Scratch

---

- Data Types & Variables
- Arrays & Iteration
- Control Structures & Conditionals
- Functions & Scope
- Object Oriented Programming
- Superglobals (`$_GET`, `$_POST`, `$_SESSION`, `$_COOKIES`, etc)
- Database Integration & PDO

---

- Custom Laravel-like router
- Framework(Router, Database, Validation, and Session) and App(Controllers and Views)
- CRUD operations
- Authentication and Authorization
- Protect routes using custom middleware
- Search/filter by keywords
- Validate and sanitize data
- Use prepared statements with PDO to protect against SQL injection attacks