PHP LibHunt Info
All Categories
-
API
-
Architectural
-
Asset Management
-
Authentication and Authorization
-
Build Tools
-
Caching
-
Code Analysis
-
Command Line
-
Components
-
Composer Repositories
-
Config
-
Configuration
-
Continuous Integration
-
Database
-
Data Structure and Storage
-
Date and Time
-
Debugging and Profiling
-
Dependency Injection
-
Dependency Management
-
Dependency Management Extras
-
Deployment
-
Development Environment
-
Documentation
-
E-commerce
-
Email
-
Event
-
Extensions
-
Files
-
Filtering and Validation
-
Framework Extras
-
Frameworks
-
Geolocation
-
HTTP
-
Imagery
-
Infrastructure
-
Integrated Development Environment
-
Internationalisation and Localisation
-
Logging
-
Machine Learning
-
Markup
-
Micro Framework Extras
-
Micro Frameworks
-
Middlewares
-
Migrations
-
Miscellaneous
-
Navigation
-
NoSQL
-
Notifications
-
Numbers
-
Office
-
Passwords
-
PDF
-
PHP Installation
-
Queue
-
Routers
-
Scientific
-
Scraping
-
Search
-
Security
-
Serialization
-
Software
-
Static Analysis
-
Static Site Generators
-
Streams
-
Strings
-
System Management
-
Task Runners
-
Templating
-
Testing
-
Text Editors and IDEs
-
Text Processing
-
Third Party APIs
-
URL
-
Virtual Machines
-
Web Applications
-
WordPress
MORE - Discover
trending PHP projects by mentions on social networks.
The Awesome PHP feed
The Code Monster Manual Vol. 1 — Low-Level Programming Book
What every programmer should know about processors.
Promo
kevinfocke.com
Process Pool with PHP TrueAsync
Article
Popular Story
// medium.com
Yesterday
Phpactor
Mainly a PHP Language Server with more features than you can shake a stick at
Featured Library
// Category Code Analysis
Last 7 Days
Phing
PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.
Featured Library
// Category Build Tools
PHP True Async 0.6.0 Beyond the RFC!
Update
Popular Story
// medium.com
Calling All Ancestors In PHP classes
A PHP OOP puzzle exploring how to call all overridden versions of a method across a three-level class hierarchy (Grandparents, Parents, Children) from the deepest child class. The post walks through why `$this` and `parent::` only get you so far, why closure binding fails, and presents two working solutions: a static call to a named ancestor class (which PHP allows within the same hierarchy) and using `ReflectionMethod::invoke()` to bypass method overriding entirely.
Article
Added by: exakat
// www.exakat.io
Truly decoupled discovery
Article
Popular Story
// tempestphp.com
A Simple Pattern That Makes Sorting in PHP Faster
Article
Popular Story
// dev.to
How to easily access private properties and methods in PHP using invader
Article
Popular Story
// freek.dev
Awesome PHP Weekly » 512
Top Stories
- Windows Support for FrankenPHP: It’s Finally Alive!
- Why Most C++ Developers Still Misunderstand Memory (Even After Years of Coding)
- µJS: add AJAX navigation to any PHP app with one script tag
Zephir
Zephir is a compiled high-level language aimed to ease the creation of C-extensions for PHP
Featured Library
// Category Extensions
µJS: add AJAX navigation to any PHP app with one script tag
Article
Popular Story
// mujs.org
Swoole 6.2.0: added support for io_uring
Update
Popular Story
// github.com
Cake - Topographical Version Control
Article
Popular Story
// dev.to
PHPCompatibility
PHP Compatibility check for PHP_CodeSniffer
Featured Library
// Category Static Analysis
Why Most C++ Developers Still Misunderstand Memory (Even After Years of Coding)
Article
Popular Story
// dev.to
Last 30 Days
How to Deploy PHP Applications to Multiple LiteSpeed Servers
Article
Popular Story
// dev.to
Better Reflection
:crystal_ball: Better Reflection is a reflection API that aims to improve and provide more features than PHP's built-in reflection API.
Featured Library
// Category Code Analysis
Creating the ::parent Operator
Article
Popular Story
// php-tips.readthedocs.io
Windows Support for FrankenPHP: It’s Finally Alive!
Article
Popular Story
// dunglas.dev
Defensive Programming can be very easy with Symfony HttpClient
Article
Popular Story
// dev.to
PHP Code Sniffer
PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
Featured Library
// Category Code Analysis
rustc-php: A Rust compiler with ownership checking, written in PHP
Library
Popular Story
// github.com
RadixRouter (or RadXRouter) HTTP request router
Library
Popular Story
// github.com
Awesome PHP Weekly » 511
Top Stories
- Elizabeth Barron – the New Executive Director of The PHP Foundation
- DTOs at the Speed of Plain PHP
- Why use static closures?
CaptainHook
CaptainHook is a very flexible git hook manager for software developers that makes sharing git hooks with your team a breeze.
Featured Library
// Category Code Quality