PHP

Hypertext Preprocessor - server-side scripting for web development

3 Snippets
7,030 Total Views
0

Secure Password Hashing with Bcrypt

Modern password hashing using PHP's password_hash() with proper cost factor and validation...

PHP Intermediate 👁️ 4,821 2 months ago
0

RESTful API Router with Middleware Support

Lightweight API router with middleware pipeline and route parameters similar to Express.js...

PHP Advanced 👁️ 1,492 2 months ago
0

PDO Database Connection Class with Query Builder

Advanced database class with query builder interface and prepared statements...

PHP Advanced 👁️ 717 2 months ago