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

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

Behat

BDD in PHP
Featured Library // Category Testing

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

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

Cycle ORM

PHP DataMapper, ORM
Featured Library // Category Database

goniometry

PHP support for string, decimal, radian and object angles, goniometric algebra, and angle comparisons.
Featured Library // Category Filtering and Validation

Jenkins

A static site for the Jenkins automation server
Featured Library // Category Continuous Integration

chillerlan/php-qrcode v6.0 released!

Update Popular Story // github.com

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

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

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