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
phan
Phan is a static analyzer for PHP. Phan prefers to avoid false-positives and attempts to prove incorrectness rather than correctness.
Featured Library
// Category Code Analysis
Yesterday
Last 7 Days
setup-php
GitHub action to set up PHP with extensions, php.ini configuration, coverage drivers, and various tools.
Featured Library
// Category Build Tools
Designing a File Tampering Detection Tool for a Legacy PHP Application
Article
Popular Story
// dev.to
Why Array String Keys Are Not Type-Safe in PHP And What Will PHPStan Do About It
Article
Popular Story
// phpstan.org
Awesome PHP Weekly » 513
Top Stories
- How to easily access private properties and methods in PHP using invader
- Process Pool with PHP TrueAsync
- Truly decoupled discovery
Fabien is announcing a TUI Symfony Component next week. I couldn't wait, so here's how I built with PHP-TUI
Article
Popular Story
// gnugat.github.io
goniometry
PHP support for string, decimal, radian and object angles, goniometric algebra, and angle comparisons.
Featured Library
// Category Filtering and Validation
PSL 6.0 released - 61 standalone packages, install only what you need
Update
Popular Story
// github.com
Jenkins
A static site for the Jenkins automation server
Featured Library
// Category Continuous Integration
How I used an 18-year-old undocumented feature in PHP's unserializer to get RCE in PerfexCRM
Article
Popular Story
// nullcathedral.com
chillerlan/php-qrcode v6.0 released!
Update
Popular Story
// github.com
Last 30 Days
Process Pool with PHP TrueAsync
Article
Popular Story
// medium.com
Phpactor
Mainly a PHP Language Server with more features than you can shake a stick at
Featured Library
// Category Code Analysis
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