PHP LibHunt Info

Subscribe to our PHP newsletter
to know all the trending
libraries, news and articles.

All Categories

MORE - Discover trending PHP projects by mentions on social networks.

The Awesome PHP feed

What every programmer should know about processors.
Promo kevinfocke.com
Today

Requests

Requests for PHP is a humble HTTP request library. It simplifies how you interact with other sites and takes away all your worries.
Featured Library // Category HTTP

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

auditor

auditor, the missing audit log library
Featured Library // Category Database

A Simple Pattern That Makes Sorting in PHP Faster

Article Popular Story // dev.to

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

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

Brick\Math

Arbitrary-precision arithmetic library for PHP
Featured Library // Category Numbers

Last 30 Days

MongoDB

The Official MongoDB PHP driver
Featured Library // Category NoSQL

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

tc-lib-pdf

TCPDF - PHP PDF Library - https://tcpdf.org
Featured Library // Category PDF

Windows Support for FrankenPHP: It’s Finally Alive!

Article Popular Story // dunglas.dev

PHP Code Sniffer

PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
Featured Library // Category Code Analysis

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