PHP

Hypertext Preprocessor - server-side scripting for web development

3 Snippets
6,827 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,753 Just now
0

RESTful API Router with Middleware Support

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

PHP Advanced 👁️ 1,427 Just now
0

PDO Database Connection Class with Query Builder

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

PHP Advanced 👁️ 647 Just now