Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Php

Php

999 projects

Showing 36 of 988 projects

php-qrcode-detector-decoder R
php-qrcode-detector-decoder RPHP

A pure PHP library for detecting and decoding QR codes without external extensions.

#zxing-port#server-side#qr-code
Stars1.4k
Forks321
Last commit11 months ago
Awesome Captcha
Awesome CaptchaJavaScript

A curated list of awesome CAPTCHA libraries for generation and tools for cracking them.

#captcha-image#laravel#bot-detection
Stars1.4k
Forks125
Last commit1 month ago
GeoTools
GeoToolsPHP

A PHP library for geocoding, coordinate conversion, distance calculation, and other geographic operations.

#batch-processing#geocoding#geospatial
Stars1.4k
Forks128
Last commit2 months ago
Domain-Driven Design in dynamic languages GitHub
Domain-Driven Design in dynamic languages GitHub

A curated collection of resources for implementing Domain-Driven Design and clean architecture patterns in Python, Ruby, PHP, and other dynamic languages.

#software-architecture#cqrs#cleanarchitecture
Stars1.4k
Forks124
Last commit3 years ago
Anemometer
AnemometerJavaScript

A web-based tool for analyzing MySQL slow query logs to identify and troubleshoot problematic database queries.

#web-dashboard#database-monitoring#performance-analysis
Stars1.4k
Forks307
Last commit4 years ago
Restler
RestlerPHP

A zero-boilerplate REST API framework for PHP 8+ that auto-generates routes, validation, and OpenAPI documentation.

#jsonp#php-fpm#composer
Stars1.4k
Forks310
Last commit6 months ago
churn-php
churn-phpPHP

A PHP tool that identifies files needing refactoring by analyzing commit frequency and cyclomatic complexity.

#cyclomatic-complexity#composer#development-workflow
Stars1.4k
Forks60
Last commit5 months ago
Laravel Packager
Laravel PackagerPHP

A CLI tool for creating Laravel packages, automating boilerplate setup so you can focus on development.

#hacktoberfest#package#composer
Stars1.4k
Forks188
Last commit1 month ago
PHPPowerPoint
PHPPowerPointPHP

A pure PHP library for reading and writing presentation files in PowerPoint (PPTX) and OpenDocument (ODP) formats.

#hacktoberfest#office#server-side
Stars1.4k
Forks543
Last commit2 months ago
Chronos
ChronosPHP

A standalone immutable DateTime library for PHP with date, time, and calendar date objects.

#date-manipulation#library#datetime
Stars1.4k
Forks70
Last commit16 days ago
Elasticquent
ElasticquentPHP

A Laravel package that maps Eloquent models to Elasticsearch types for easy indexing and searching.

#search#eloquent#orm
Stars1.4k
Forks391
Last commit2 years ago
Evenement
EvenementPHP

A simple event dispatching library for PHP with a Node.js EventEmitter-inspired API.

#decoupled-architecture#nodejs-inspired#event-dispatching
Stars1.4k
Forks74
Last commit5 months ago
Finite
FinitePHP

A lightweight PHP state machine library using PHP Enums to manage stateful objects with transitions, events, and Symfony integration.

#business-logic#workflow#php-enums
Stars1.3k
Forks186
Last commit6 months ago
Laravel Markdown
Laravel MarkdownPHP

A Laravel wrapper for CommonMark with Blade view integration for rendering Markdown as HTML.

#parsing#hacktoberfest#blade
Stars1.3k
Forks138
Last commit1 month ago
sulu
suluPHP

A highly extensible open-source PHP content management system built on Symfony for multi-lingual and multi-portal websites.

#admin-interface#hacktoberfest#cms-framework
Stars1.3k
Forks358
Last commit2 days ago
Swap
SwapPHP

A PHP library for retrieving currency exchange rates from multiple services with caching and framework integrations.

#currency-converter#exchange-rates#caching
Stars1.3k
Forks146
Last commit28 days ago
PuPHPeteer
PuPHPeteerPHP

A PHP bridge to Puppeteer that provides full API support for browser automation from PHP applications.

#developer-tools#puppeteer#headless-chrome
Stars1.3k
Forks211
Last commit3 years ago
Cycle ORM
Cycle ORMPHP

A PHP DataMapper ORM designed for both classic and long-running daemonized applications with flexible configuration and dynamic mapping.

#hacktoberfest#query-builder#orm
Stars1.3k
Forks84
Last commit11 days ago
JSON Lint
JSON LintPHP

A PHP JSON parser and validator with detailed error messages and configurable parsing options.

#developer-tools#cli-tool#json-validation
Stars1.3k
Forks59
Last commit1 day ago
phpqa - jakzal
phpqa - jakzalDockerfile

A Docker image providing a comprehensive suite of static analysis and quality assurance tools for PHP projects.

#code-sniffer#composer#php-cs-fixer
Stars1.3k
Forks68
Last commit5 days ago
JSON Machine
JSON MachinePHP

A memory-efficient PHP stream parser for large JSON files and streams, enabling iteration without loading entire documents.

#parsing#stream-processing#json-pointer
Stars1.3k
Forks74
Last commit2 months ago
Box
BoxPHP

A fast, zero-configuration application bundler for creating PHAR (PHP Archive) files.

#deployment#composer#devops
Stars1.3k
Forks113
Last commit4 days ago
Mail Preview
Mail PreviewPHP

A Laravel mail driver that displays a preview overlay and stores sent emails for local testing.

#email-testing#mail#laravel
Stars1.3k
Forks82
Last commit23 days ago
VAT Calculator
VAT CalculatorPHP

A PHP library for handling EU MOSS tax/VAT calculations, validation, and integration with Laravel and Cashier.

#taxes#cashier#vat
Stars1.3k
Forks105
Last commit2 days ago
Optimus
OptimusPHP

A PHP library for obfuscating integer IDs using Knuth's multiplicative hashing method, generating reversible integer hashes.

#ids#url-parameters#laravel
Stars1.3k
Forks76
Last commit2 years ago
Nyholm PSR-7
Nyholm PSR-7PHP

A super lightweight, strict, and fast PSR-7 and PSR-17 implementation for PHP.

#lightweight#http-factories#httplug
Stars1.3k
Forks79
Last commit6 months ago
PHP Architecture Tester
PHP Architecture TesterPHP

A PHPStan extension for verifying architectural rules in PHP code using natural language definitions.

#composer#linter#dev-tools
Stars1.3k
Forks62
Last commit2 months ago
LaraDumps
LaraDumpsPHP

A desktop app for debugging Laravel and PHP applications with real-time monitoring of SQL queries, logs, exceptions, and more.

#php-debugging#eloquent#sql-queries
Stars1.3k
Forks51
Last commit1 month ago
Page Cache
Page CachePHP

A Laravel package that caches HTTP responses as static files on disk for lightning-fast page loads.

#caching#laravel#web-optimization
Stars1.3k
Forks119
Last commit2 months ago
Better Reflection
Better ReflectionPHP

A PHP reflection API that improves upon the native one with features like reflecting on unloaded classes and extracting ASTs.

#hacktoberfest#type-inspection#php-library
Stars1.2k
Forks137
Last commit5 days ago
PHP Domain Parser
PHP Domain ParserPHP

A PHP library for parsing domain names into subdomain, registrable domain, second-level domain, and public suffix components using the Public Suffix List and IANA TLD List.

#iana-tld-list#public-suffix-list#dns
Stars1.2k
Forks126
Last commit
Partner Panel
Partner PanelPHP

A DNS management panel for Cloudflare Hosting Partners to offer customers free CNAME setup with flexible DNS provider options.

#ssl-saas#cloudflare#dns-management
Stars1.2k
Forks402
Last commit1 year ago
Laravel Love
Laravel LovePHP

Add customizable social reactions (like, dislike, custom emotions) to Laravel Eloquent models with a weighted reaction system.

#eloquent#cog#laravel
Stars1.2k
Forks76
Last commit1 month ago
Magento 2
Magento 2PHP

A curated list of awesome Magento 2 extensions, resources, tools, and community highlights.

#magento2#developer-tools#open-source
Stars1.2k
Forks249
Last commit2 days ago
OpenSpout
OpenSpoutPHP

A fast, scalable PHP library for reading and writing spreadsheet files (CSV, XLSX, ODS) with low memory usage.

#low-memory#spreadsheet#php-library
Stars1.2k
Forks141
Last commit12 hours ago
Laravel REST API Boilerplate
Laravel REST API BoilerplatePHP

A Laravel 5.8 starter kit with JWT authentication, Dingo API, and CORS for building REST APIs quickly.

#rest#api#laravel
Stars1.2k
Forks281
Last commit7 years ago
PreviousPage 11 of 28Next

Related Tags

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
4 months ago
#Laravel246
#Composer143
#Hacktoberfest108
#Symfony Bundle100
#Symfony99
#Developer Tools95
#Web Development87
#Php Library83
#Self Hosted82
#Backend65
#Static Analysis64
#Rest Api58