Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Stacks
  3. PHP
P

PHP

Language
356 projects2049.3k total stars327.0k total forks12 languages

Open-source projects built with PHP

There are currently 356 open-source projects built with PHP, with a combined total of 2049.3k GitHub stars. The most common language among these projects is PHP.

Showing 356 open-source projects · page 8 of 10

…
Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
Serializer
Serializerschmittjoh/serializer

A PHP library for serializing and deserializing data of any complexity, supporting JSON and XML formats.

2.3k589PHP
24 days ago
phploc
phplocsebastianbergmann/phploc

A command-line tool for quickly measuring the size and complexity of PHP projects.

2.3k162PHP
1 year ago
NelmioApiDocBundle
NelmioApiDocBundlenelmio/NelmioApiDocBundle

Generates OpenAPI documentation for Symfony REST APIs using PHP 8 attributes.

2.3k899PHP
4 days ago
CrawlerDetect
CrawlerDetectJayBizzle/Crawler-Detect

A PHP class for detecting bots, crawlers, and spiders via user agent and HTTP headers.

2.3k277PHP
10 days ago
Ping CRM / Laravel
Ping CRM / Laravelinertiajs/pingcrm

A demo CRM application built with Inertia.js to showcase modern full-stack development patterns.

2.3k820PHP
1 year ago
Laravel Impersonate
Laravel Impersonate404labfr/laravel-impersonate

A Laravel package that allows administrators to authenticate as other users for debugging and support.

2.3k236PHP
1 month ago
Fast Excel
Fast Excelrap2hpoutre/fast-excel

A fast and memory-efficient Laravel package for importing and exporting Excel/CSV files using Spout.

2.3k267PHP
1 month ago
PHPCompatibility
PHPCompatibilityPHPCompatibility/PHPCompatibility

A set of sniffs for PHP_CodeSniffer that checks PHP code for cross-version compatibility.

2.3k204PHP
18 days ago
Laratrust
Laratrustsantigarcor/laratrust

A Laravel package for handling roles, permissions, and teams with support for multiple user models and guards.

2.3k382PHP
1 month ago
Elastica
Elasticaruflin/Elastica

A comprehensive PHP client library for interacting with Elasticsearch, providing an object-oriented API.

2.3k731PHP
19 days ago
Jigsaw
Jigsawtightenco/jigsaw

A static site generator that uses Laravel's Blade templating engine for building simple, fast websites.

2.2k189HTML
14 days ago
Baum
Baumetrepat/baum

A Laravel Eloquent implementation of the Nested Set pattern for efficient hierarchical data management.

2.2k452PHP
1 year ago
Enqueue
Enqueuephp-enqueue/enqueue-dev

Production-ready messaging solution for PHP with support for message queues, job queues, broadcasting, and WebSockets across multiple frameworks.

2.2k435PHP
4 months ago
Laravel GeoIP
Laravel GeoIPTorann/laravel-geoip

A Laravel package for determining geographical location and currency of website visitors based on their IP addresses.

2.2k392PHP
14 days ago
graphql-laravel
graphql-laravelrebing/graphql-laravel

A Laravel wrapper for Facebook's GraphQL that provides a code-first integration using PHP classes.

2.2k271PHP
4 days ago
DiDOM
DiDOMImangazaliev/DiDOM

A simple and fast HTML and XML parser for PHP with CSS selector and XPath support.

2.2k201PHP
2 months ago
PHP Vars to JavaScript Transformer
PHP Vars to JavaScript Transformerlaracasts/PHP-Vars-To-Js-Transformer

A PHP package that simplifies passing server-side data to JavaScript in Laravel and other PHP applications.

2.2k212PHP
1 month ago
Github
GithubKnpLabs/php-github-api

A simple, object-oriented PHP client for the GitHub API with support for both v3 and v4.

2.2k592PHP
1 month ago
Infection
Infectioninfection/infection

A PHP mutation testing framework that evaluates test suite quality by injecting faults into source code.

2.2k181PHP
1 day ago
APIGen
APIGenapigen/apigen

A modern API documentation generator for PHP projects that supports all PHP 8.3 features.

2.2k307PHP
1 year ago
Tempest
Tempesttempestphp/tempest-framework

A modern, zero-config PHP framework that minimizes boilerplate code and gets out of your way.

2.2k161PHP
2 days ago
Embed
Embedphp-embed/Embed

A PHP library to extract metadata, embed codes, and structured data from any web page using multiple protocols.

2.1k319PHP
2 months ago
Brick Math
Brick Mathbrick/math

A PHP library for arbitrary-precision arithmetic with support for integers, decimals, and rational numbers.

2.1k93PHP
5 days ago
SonataAdminBundle
SonataAdminBundlesonata-project/SonataAdminBundle

A Symfony bundle for generating admin interfaces with CRUD operations, filtering, and batch actions.

2.1k1.2kPHP
17 days ago
Fusio
Fusioapioo/fusio

A self-hosted API management platform that automates routing, authentication, documentation, and SDK generation for scalable API products.

2.1k239PHP
6 days ago
Ignition
Ignitionfacade/ignition

A beautiful and customizable error page for Laravel applications with optional error tracking via Flare.

2.1k178PHP
3 years ago
BaconQRCode W
BaconQRCode WBacon/BaconQRCode

A PHP library for generating QR codes with multiple image format backends.

2.1k225PHP
19 days ago
Scramble
Scramblededoc/scramble

A Laravel package that automatically generates OpenAPI documentation from your code without requiring PHPDoc annotations.

2.1k195PHP
8 days ago
Laravel Hashids
Laravel Hashidsvinkla/laravel-hashids

A Laravel bridge for Hashids, enabling simple encoding and decoding of integers into short unique strings.

2.1k179PHP
1 month ago
Image Hash
Image Hashjenssegers/imagehash

A PHP library for generating perceptual image hashes to detect similar or duplicate images.

2.1k176PHP
7 months ago
Symfony HTTP Client
Symfony HTTP Clientsymfony/http-client

A powerful PHP component for fetching HTTP resources synchronously or asynchronously with a flexible API.

2.0k52PHP
6 days ago
Hprose-PHP
Hprose-PHPhprose/hprose-php

A high-performance, cross-language RPC engine for PHP enabling remote communication between diverse programming languages.

2.0k383PHP
2 years ago
Searchable
Searchablenicolaslopezj/searchable

A PHP trait for Laravel that adds prioritized search functionality to Eloquent models with configurable relevance scoring.

2.0k293PHP
9 months ago
PHPBench
PHPBenchphpbench/phpbench

A PHP benchmarking framework for performance testing, analogous to PHPUnit but for measuring execution time and memory usage.

2.0k132PHP
20 days ago
Functional PHP
Functional PHPlstrojny/functional-php

A comprehensive collection of functional programming primitives for PHP, inspired by Scala, Dojo, and Underscore.js.

2.0k207PHP
1 month ago
Laravolt Avatar
Laravolt Avatarlaravolt/avatar

A Laravel package to generate unique avatars from names, emails, or any string, with support for base64, file, Gravatar, and SVG output.

2.0k183PHP
1 month ago
1
7
8
9
10