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
- Host: GitHub
- URL: https://github.com/fkoler/php-from-scratch
- Owner: fkoler
- Created: 2024-12-04T13:57:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-26T18:57:31.000Z (about 1 year ago)
- Last Synced: 2025-04-26T19:27:30.369Z (about 1 year ago)
- Topics: php
- Language: PHP
- Homepage:
- Size: 1.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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