Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Php

Php

1377 projects

Showing 36 of 1377 projects

Laravel Responsecache
Laravel ResponsecachePHP

A Laravel package that caches entire HTTP responses to dramatically speed up application performance.

#laravel#web-optimization#performance-optimization
Stars2.8k
Forks244
Last commit28 days ago
FOSRestBundle
FOSRestBundlePHP

A Symfony bundle providing tools to rapidly develop RESTful APIs with format negotiation, view layers, and exception handling.

#rest#content-negotiation#http
Stars2.8k
Forks690
Last commit5 months ago
Laravel Eloquent
Laravel EloquentPHP

A full database toolkit for PHP with expressive query builder, Eloquent ORM, and schema builder, extracted from Laravel.

#eloquent#query-builder#orm
Stars2.8k
Forks606
Last commit2 days ago
Laravel Snappy
Laravel SnappyPHP

A Laravel wrapper for wkhtmltopdf and wkhtmltoimage to generate PDFs and images from HTML.

#reporting#html-to-pdf#laravel
Stars2.8k
Forks281
Last commit4 months ago
codecrumbs
codecrumbsJavaScript

Learn, design, or document codebases by placing breadcrumb comments in source code with live visual updates.

#multi-language#breadcrumb-comments#codebase-exploration
Stars2.7k
Forks105
Last commit4 years ago
Robo
RoboPHP

A modern PHP task runner for automating common development tasks like asset processing, testing, and deployment.

#deployment#devops#cli-tool
Stars2.7k
Forks308
Last commit8 months ago
Pimple
PimplePHP

A small PHP dependency injection container

#pimple#dependency-injection#silex
Stars2.7k
Forks302
Last commit4 months ago
Klein
KleinPHP

A fast and flexible PHP router with Sinatra-inspired regular expression routing for building web applications.

#sinatra-inspired#php-router#restful-routes
Stars2.7k
Forks286
Last commit2 years ago
Glide
GlidePHP

A PHP library for on-demand image manipulation with an HTTP-based API, similar to cloud image services.

#flysystem#caching#gd-library
Stars2.6k
Forks207
Last commit8 days ago
Rocketeer
RocketeerPHP

A modern PHP task runner and deployment package for deploying applications to remote servers.

#deployment#composer#laravel-inspired
Stars2.6k
Forks217
Last commit5 years ago
Revisionable
RevisionablePHP

A Laravel package that automatically creates a revision history for any Eloquent model with minimal setup.

#eloquent#package#database
Stars2.6k
Forks342
Last commit4 months ago
Laravel TALL Preset
Laravel TALL PresetBlade

A Laravel frontend preset that scaffolds applications using the TALL stack (Tailwind CSS, Alpine.js, Laravel, Livewire).

#laravel-frontend-presets#authentication#laravel
Stars2.6k
Forks208
Last commit1 month ago
LexikJWTAuthenticationBundle
LexikJWTAuthenticationBundlePHP

A Symfony bundle that provides JWT (JSON Web Token) authentication for API applications.

#stateless-authentication#symfony-security#authentication
Stars2.6k
Forks616
Last commit
Multi-tenant
Multi-tenantPHP

An unobtrusive Laravel package for multi-tenancy, enabling multiple independent websites from a single codebase with separated data.

#database-separation#event-driven#hacktoberfest
Stars2.6k
Forks396
Last commit1 month ago
PHP Metrics
PHP MetricsPHP

A static analysis tool for PHP that generates beautiful and understandable HTML reports of code metrics.

#quality#composer#html-reports
Stars2.6k
Forks260
Last commit2 days ago
captcha
captchaPHP

A Laravel service provider for generating and validating CAPTCHA images, including math-based challenges.

#bot-protection#service-provider#composer
Stars2.6k
Forks465
Last commit1 month ago
Laravel Messenger
Laravel MessengerPHP

A Laravel package for adding a full user messaging system with threads, participants, and flexible access control.

#eloquent#composer-packages#hacktoberfest
Stars2.6k
Forks510
Last commit4 months ago
Composer/Xdebug-Handler
Composer/Xdebug-HandlerPHP

Restarts CLI processes without loading the Xdebug extension to improve performance.

#composer#performance-optimization#xdebug
Stars2.6k
Forks33
Last commit22 days ago
DunglasApiBundle
DunglasApiBundlePHP

A Symfony component for creating hypermedia-driven REST and GraphQL APIs with support for JSON-LD, JSON:API, HAL, and OpenAPI.

#json-api#rest#json-ld
Stars2.6k
Forks972
Last commit2 days ago
Alice
AlicePHP

A PHP library for generating expressive, customizable fake data fixtures for development and testing.

#fixtures#yaml#doctrine
Stars2.5k
Forks329
Last commit1 month ago
Cashier
CashierPHP

An expressive, fluent interface to Stripe's subscription billing services for Laravel applications.

#ecommerce#laravel#payment-processing
Stars2.5k
Forks741
Last commit2 days ago
Directory Lister
Directory ListerPHP

📂 Directory Lister is the easiest way to expose the contents of any web-accessible folder for browsing and sharing.

#drectory#directory-browser#directory lister
Stars2.5k
Forks520
Last commit22 days ago
LaRecipe
LaRecipePHP

A Laravel package for creating beautiful documentation using Markdown directly inside your Laravel application.

#vue-js#developer-tools#api-docs
Stars2.5k
Forks267
Last commit4 days ago
Laravel.io
Laravel.ioPHP

An open-source community portal for Laravel developers featuring articles, discussions, and user profiles.

#discussion-platform#open-source#articles
Stars2.5k
Forks664
Last commit3 days ago
Safe
SafePHP

PHP core functions rewritten to throw exceptions instead of returning false on errors.

#rector#developer-tools#functions
Stars2.5k
Forks168
Last commit15 days ago
PeachPie
PeachPieC#

A modern PHP compiler and runtime for .NET/.NET Core, enabling PHP code to run within the .NET ecosystem.

#microsoft#peachpie#netstandard
Stars2.5k
Forks212
Last commit1 month ago
ParaTest
ParaTestPHP

A zero-configuration parallel test runner for PHPUnit that speeds up test suites by running tests concurrently.

#developer-tools#test-runner#phpunit
Stars2.5k
Forks253
Last commit5 days ago
Selfoss
SelfossHTML

multipurpose rss reader, live stream, mashup, aggregation web application

#hacktoberfest#selfoss#news-feed
Stars2.5k
Forks338
Last commit3 days ago
Gaufrette
GaufrettePHP

A PHP library providing a filesystem abstraction layer to decouple file storage from application logic.

#hacktoberfest#filesystem#amazon-s3
Stars2.5k
Forks353
Last commit2 days ago
Laravel
LaravelPHP

The official Laravel adapter for Inertia.js, enabling server-driven single-page applications with Laravel backends.

#adapter#laravel#server-side-rendering
Stars2.5k
Forks288
Last commit2 days ago
Laravel Translatable
Laravel TranslatablePHP

A Laravel Eloquent trait to store model translations as JSON without extra database tables.

#eloquent#database#translated-attributes
Stars2.5k
Forks296
Last commit28 days ago
PHP Mess Detector
PHP Mess DetectorPHP

PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD. PHPMD can be seen as an user friendly frontend application for the raw metrics stream measured by PHP Depend.

#hacktoberfest#mess-detector#php
Stars2.4k
Forks353
Last commit
(Unofficial) Firebase Admin SDK for PHP
(Unofficial) Firebase Admin SDK for PHPPHP

Unofficial Firebase Admin SDK for PHP enabling server-side access to Firebase services from privileged environments.

#admin-sdk#firebase-admin-sdk#firebase-authentication
Stars2.4k
Forks452
Last commit
Assert
AssertPHP

A thin PHP assertion library for input validation in business models, libraries, and low-level code.

#business-logic#library#validation
Stars2.4k
Forks187
Last commit1 month ago
Laravel 5 Extended Generators
Laravel 5 Extended GeneratorsPHP

Extended Laravel Artisan commands to generate migrations with schema definitions and pivot tables directly from the command line.

#developer-tools#productivity#database-schema
Stars2.4k
Forks343
Last commit
Saloon
SaloonPHP

🤠 Build beautiful API integrations and SDKs with Saloon

#api#laravel#saloon
Stars2.4k
Forks125
Last commit4 months ago
PreviousPage 8 of 39Next

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
23 days ago
25 days ago
5 days ago
2 years ago
#Laravel265
#Composer174
#Symfony Bundle160
#Hacktoberfest130
#Symfony123
#Web Development119
#Self Hosted108
#Developer Tools108
#Php Library89
#Backend85
#Cakephp85
#Cakephp Plugin77