Lists (2)
Sort Name ascending (A-Z)
Stars
Data Structure and Algorithm explanations with Implementations by PHP
Lightweight PHP 8.4+ router with class-based routing, type-safe parameters and middleware. Minimal, fast, and flexible for modern PHP apps.
An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols.
Propel2 is an open-source high-performance Object-Relational Mapping (ORM) for modern PHP
Lithe SwissHelper is a comprehensive PHP utility library designed to simplify common programming tasks. It provides a collection of helper functions for string manipulation, array handling, data va…
Benchmark for some popular PHP Dependency Injection Containers.
PHP extension for efficient scientific computing and array manipulation with GPU support
Este projeto com o ambiente de desenvolvimento completo utilizando Docker, Nginx, PHP, MySQL, Postgres e Redis
📦 Simplified PHP Docker images for effortless customization and extension setup. Our Docker images cover PHP versions from 5.6 to 8.4, available in CLI, ZTS, FPM, FPM/Apache2, FPM/Nginx, RoadRunner…
The sabre/http library provides utilities for dealing with http requests and responses.
A library to make benchmarks from PHP frameworks.
True asynchronous PHP I/O and HTTP without frameworks, extensions, or annoying code. Uses PHP Fibers introduced in PHP 8.1
True coroutines for PHP>=8.1 without worrying about event loops and callbacks.
PHPStreamServer is a high-performance PHP application server and process manager written in PHP.
Mnemosyne is a powerful and flexible caching library for PHP 8.0+ that uses attributes to simplify cache management. It provides automatic caching and invalidation based on method attributes, makin…
This PHP library implements a simple Hash Map with file-based storage. It uses a hashing function to calculate an offset, which determines the location of the corresponding bucket in the file. Data…
FiberRunner is a PHP package designed for managing and executing concurrent tasks using PHP fibers.