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
AppSignal - Monitoring that respects your time & budget
APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.
Promo
www.appsignal.com
PHPCompatibility
PHP Compatibility check for PHP_CodeSniffer
Featured Library
// Category Static Analysis
What do you mean, redeclare a static property
Deep dive in a rather surprising error message appearing at linting time, and various possible sources that ultimately end with a simple property add. A tale to remember for the next code migration.
Article
Added by: exakat
// www.exakat.io
Yesterday
Last 7 Days
Payum
PHP Payment processing library. It offers everything you need to work with payments: Credit card & offsite purchasing, subscriptions, payouts etc.
Featured Library
// Category E-commerce
RisingWave, PHP, and the Streaming Database Idea
What is a streaming database, and where does it add reliance to a database architecture. With PHP and RisingWave examples.
Article
Added by: exakat
// www.exakat.io
PHPPowerPoint
A pure PHP library for reading and writing presentations documents
Featured Library
// Category Office
PHP Code Sniffer
PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
Featured Library
// Category Code Analysis
Awesome PHP Weekly » 538
Top Stories
- Six Months Later, the Bundle Is Still Alive
- Three PHP-FPM failure modes and how to actually diagnose them
- How the WordPress transient API works, and when `wp transient delete` actually helps
Last 30 Days
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
Compoer Require Checker
A CLI tool to check whether a specific composer package uses imported symbols that aren't part of its direct composer dependencies
Featured Library
// Category Dependency Management Extras
Rebuilding Taipan! with a AI pair programmer in PHP
An adventure in South China Seas with an Apple ][c, a PHP binary and an AI assistant to revive an childhood wonder.
Article
Added by: exakat
// www.exakat.io
Nette DI
💎 Flexible, compiled and full-featured Dependency Injection Container with perfectly usable autowiring and support for all new PHP 8 features.
Featured Library
// Category Dependency Injection
Six Months Later, the Bundle Is Still Alive
Article
Popular Story
// dev.to
I have a dream of a PHP preprocessor
review of 5 PHP preprocessing too, their goals and short comings, and why we should keep building them.
Article
Added by: exakat
// www.exakat.io
Garlic-Hub
Garlic-Hub is an open source CMS for Digital Signage, built around the SMIL standard.
It manages content, playlists, and devices from a single self-hosted interface, with a drag-and-drop multi-zone editor and no cloud dependency or vendor lock-in.
To see garlic-hub in action, use the live demo at:
https://garlic-hub.com
login: admin
password: Demo1234!
Featured Library
// Category Web Applications
Awesome PHP Weekly » 537
Top Stories
- Building AI with PHP not Python
- This Week In PHP Internals | August 26, 2026
- From Sluggish to Blazing Fast: How I Made TypePHP 90x Faster and Uncovered 1000+ 'DocBlock Lies' on Shopware 6
Tracy
😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.
Featured Library
// Category Debugging and Profiling
The clock that cracks passwords
The Clock That Cracks Passwords: how to protect passwords checks against a timing attack on modern PHP code
Article
Added by: exakat
// www.exakat.io
Workflow
Declarative workflow engine for PHP with automatic dependency resolution, sync/async job execution, and type-safe response chaining.
Featured Library
// Category Dependency Management Extras
Containerized Full-Stack Application using Docker, Nuxt 4, and Symfony 7.4
Article
Popular Story
// dev.to
AsyncAWS
AWS SDK with readable code and async responses
Featured Library
// Category Third Party APIs
TypePHP, native PHP, NativePHP: the ecosystem has a vocabulary problem
PHP names things by accretion. A word gets used for something, then reused for something adjacent, then reused again by a project that picked the name because it was available on Packagist. Nobody arbitrates. Ten years later you have a conference hallway conversation where two people agree enthusiastically about “native PHP” and turn out to be discussing entirely different technologies.
Article
Added by: exakat
// www.exakat.io
Runtime Doctrine ORM analysis with Doctrine Doctor
Learn how to detect and resolve runtime database issues in Symfony applications using Doctrine Doctor, a tool that analyzes Doctrine queries and identifies performance, security, and configuration problems.
Article
Added by: shochdoerfer
// blog.bitexpert.de