A curated list of awesome PHP frameworks, libraries and software.
- Learning and Reference
- Language and Tooling
- Web
- Data and Storage
- Machine Learning and AI
- Networking and Distributed
- User Interface
- Graphics and Media
- Security
- Concurrency and Performance
- Testing and Quality
- Utilities
- Science and Math
- Other
- piotrplenik/clean-code-php - 🛁 Clean Code concepts adapted for PHP
- johnlui/Learn-Laravel-5 - Laravel 5 系列入门教程
- TIGERB/easy-tips - A little Tips in my Code Career with Go&PHP 🥳🥳🥳
- Chalarangelo/30-seconds-of-php - Short PHP code snippets for all your development needs (archived)
- symfony/symfony-docs - The Symfony documentation
- php/php-langspec - PHP Language Specification
- 3masterplus/book - Book PDF
- bowu678/php_bugs - PHP代码审计分段讲解
- danielhe4rt/php4noobs - Manual de uma possível certificação Zend PHP!
- DesignPatternsPHP/DesignPatternsPHP - Sample code for several design patterns in PHP 8.x
- roots/bedrock - WordPress boilerplate with Composer and Git, easier configuration, and an improved folder structure
- rappasoft/laravel-boilerplate - The Laravel Boilerplate Project - https://laravel-boilerplate.com (archived)
- CodelyTV/php-ddd-example - 🐘🎯 Hexagonal Architecture + DDD + CQRS in PHP using Symfony 7
- cretueusebiu/laravel-vue-spa - A Laravel-Vue SPA starter kit.
- TheAlgorithms/PHP - All Algorithms implemented in PHP
- symfony/demo - Symfony Demo Application
- spatie/package-skeleton-laravel - A skeleton repository for Spatie's Laravel Packages
- php-pds/skeleton - Standard PHP package skeleton.
- vinkla/wordplate - A boilerplate for WordPress, built with Composer and designed with sensible defaults.
- hongriSec/PHP-Audit-Labs - 一个关于PHP的代码审计项目
- walkor/workerman-todpole - HTML5+WebSocket+PHP(Workerman) , rumpetroll server writen using php
- guillaumebriday/laravel-blog - Laravel 11.0 blog application with Hotwire, Horizon, Telescope, Sanctum, Breeze and Pusher
- s4n7h0/xvwa - XVWA is a badly coded web application written in PHP/MySQL that helps security enthusiasts to learn application security. (archived)
- unicodeveloper/laravel-hackathon-starter - 💻
A hackathon/MVP boilerplate for laravel web applications. Start your hackathons without hassle. - jadjoubran/laravel5-angular-material-starter - Get started with Laravel 5.3 and AngularJS (material)
- symfony/symfony-standard - The "Symfony Standard Edition" distribution (archived)
- yii-starter-kit/yii2-starter-kit - Yii2 Starter Kit
- m9rco/algorithm-php - 🍭🍭uniting the internal work in a way that is in PHP
- xianyunyh/PHP-Interview - This is the information I prepared for the PHP interview.The notes include PHP, MySql, Linux, etc.
- RefactoringGuru/design-patterns-php - Design Pattern Examples in PHP
- drehimself/laravel-ecommerce-example - Code for YouTube series on building a Laravel E-Commerce application.
- nikic/PHP-Parser - A PHP parser written in PHP
- bobthecow/psysh - A REPL for PHP
- sebastianbergmann/php-token-stream - Wrapper around PHP's tokenizer extension.
- theseer/tokenizer - A small library for converting tokenized PHP source code into XML (and potentially other formats)
- zephir-lang/zephir - Zephir is a compiled high-level language aimed to ease the creation of C-extensions for PHP
- symfony/expression-language - Provides an engine that can compile and evaluate expressions
- borisrepl/boris - A tiny REPL for PHP
- nikic/scalar_objects - Extension that adds support for method calls on primitive types in PHP
- wasmerio/wasmer-php - 🐘🕸️ WebAssembly runtime for PHP
- kriswallsmith/assetic - Asset Management for PHP
- consolidation/robo - Modern task runner for PHP
- crazywhalecc/static-php-cli - Build standalone portable PHP binaries on Linux, macOS, Windows, with PHP project together, with popular extensions included.
- box-project/box - 📦🚀 Fast, zero config application bundler with PHARs.
- phingofficial/phing - PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.
- composer/composer - Dependency Manager for PHP
- symfony/thanks - Give thanks (in the form of a GitHub ★) to your fellow PHP package maintainers (not limited to Symfony components)!
- phar-io/manifest - Component for reading phar.io manifest information from a PHP Archive (PHAR)
- php/pie - 🥧 The PHP Installer for Extensions
- composer/packagist - Package Repository Website - try https://packagist.com if you need your own -
- TGMPA/TGM-Plugin-Activation - TGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins). It allows your users to install, update and even automatically activate plugins in singular or bulk fashion using native WordPress classes, functions and interfaces. You can reference bundled plugins, plugins from the WordPress Plugin Repository or even plugins hosted elsewhere on the internet.
- cweagans/composer-patches - Simple patches plugin for Composer
- composer-unused/composer-unused - Show unused composer dependencies by scanning your code
- FriendsOfPHP/pickle - PHP Extension installer
- Jean85/pretty-package-versions - A small, independent wrapper to get pretty versions strings
- franzliedke/studio - A workbench for developing Composer packages.
- symfony/class-loader - [DEPRECATED] The ClassLoader component provides tools to autoload your classes and cache their locations for performance. (archived)
- phpstan/phpstan - PHP Static Analysis Tool - discover bugs in your code without running it!
- PHP-CS-Fixer/PHP-CS-Fixer - A tool to automatically fix PHP Coding Standards issues
- squizlabs/PHP_CodeSniffer - PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
- rectorphp/rector - Instant Upgrades and Automated Refactoring of any PHP 5.3+ code
- larastan/larastan - ⚗️ Adds code analysis to Laravel improving developer productivity and code quality.
- vimeo/psalm - A PHP static analysis tool for finding errors and security vulnerabilities in PHP applications
- nunomaduro/phpinsights - 🔰 Instant PHP quality checks from your console
- phan/phan - Phan is a static analyzer for PHP. Phan prefers to avoid false-positives and attempts to prove incorrectness rather than correctness.
- phpro/grumphp - A PHP code-quality tool
- laravel/pint - Laravel Pint is an opinionated PHP code style fixer for minimalists.
- deptrac/deptrac - Keep your architecture clean.
- WordPress/WordPress-Coding-Standards - PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions
- phpmetrics/PhpMetrics - Beautiful and understandable static analysis tool for PHP
- phpmd/phpmd - 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.
- sebastianbergmann/phploc - A tool for quickly measuring the size of a PHP project. (archived)
- PHPCompatibility/PHPCompatibility - PHP Compatibility check for PHP_CodeSniffer
- sebastianbergmann/phpcpd - Copy/Paste Detector (CPD) for PHP code. (archived)
- prettier/plugin-php - Prettier PHP Plugin
- stefanzweifel/laravel-stats - 📈 Get insights about your Laravel or Lumen Project
- ecsphp/ecs - ECS runs PHP-CS-Fixer and PHP_CodeSniffer as a single, parallel fast tool with zero dependencies. Run on PHP 7.2+
- PHPCSStandards/PHP_CodeSniffer - PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
- phpstan/phpdoc-parser - Next-gen phpDoc parser with support for intersection types and generics
- sstalle/php7cc - PHP 7 Compatibility Checker
- slevomat/coding-standard - Slevomat Coding Standard for PHP_CodeSniffer provides many useful sniffs
- bmitch/churn-php - Discover files in need of refactoring.
- driftingly/rector-laravel - Rector upgrades rules for Laravel
- sebastianbergmann/complexity - Library for calculating the complexity of PHP code units
- Roave/BetterReflection - 🔮 Better Reflection is a reflection API that aims to improve and provide more features than PHP's built-in reflection API.
- sebastianbergmann/lines-of-code - Library for counting the lines of code in PHP source code
- opensoftwareconsulting/deptrac - Keep your architecture clean. (archived)
- fruitcake/laravel-debugbar - Debugbar for Laravel (Integrates PHP Debug Bar)
- filp/whoops - PHP errors for cool kids
- symfony/var-dumper - Provides mechanisms for walking through any arbitrary PHP variable
- symfony/debug - Provides tools to ease debugging PHP code (archived)
- itsgoingd/clockwork - Clockwork - php dev tools in your browser - server-side component
- nunomaduro/collision - 💥 Collision is a beautiful error reporting tool for command-line applications
- php-debugbar/php-debugbar - Debug bar for PHP
- xdebug/xdebug - Xdebug — Step Debugger and Debugging Aid for PHP
- jokkedk/webgrind - Xdebug Profiling Web Frontend in PHP
- kint-php/kint - Kint - Advanced PHP dumper
- symfony/stopwatch - Provides a way to profile code
- symfony/error-handler - Provides tools to manage errors and ease debugging PHP code
- phacility/xhprof - XHProf is a function-level hierarchical profiler for PHP and has a simple HTML based user interface.
- composer/xdebug-handler - Restart a CLI process without loading the xdebug extension.
- symfony/debug-bundle - Provides a tight integration of the Symfony VarDumper component and the ServerLogCommand from MonologBridge into the Symfony full-stack framework
- getsentry/sentry-php - The official PHP SDK for Sentry (sentry.io)
- nette/tracy - 😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.
- PeeHaa/OpCacheGUI - GUI for PHP's OpCache
- amnuts/opcache-gui - A clean, effective and responsive interface for Zend OPcache
- getsentry/sentry-laravel - The official Laravel SDK for Sentry (sentry.io)
- barbushin/php-console - Handle PHP errors, dump variables, execute PHP code remotely in Google Chrome
- JosephLenton/PHP-Error - Better error reporting for PHP, and prettier too!
- laradumps/laradumps - 🛻 LaraDumps is a friendly app designed to boost your Laravel PHP coding and debugging experience.
- BitOne/php-meminfo - PHP extension to get insight about memory usage
- laravel/laravel - Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.
- laravel/framework - Laravel is a web application framework with expressive, elegant syntax.
- symfony/symfony - The Symfony PHP framework
- bcit-ci/CodeIgniter - Open Source PHP Framework (originally from EllisLab)
- yiisoft/yii2 - Yii 2: The Fast, Secure and Professional PHP Framework
- slimphp/Slim - Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
- phalcon/cphalcon - High performance, full-stack PHP framework delivered as a C extension.
- cakephp/cakephp - CakePHP: The Rapid Development Framework for PHP - Official Repository
- symfony/http-foundation - Defines an object-oriented layer for the HTTP specification
- symfony/http-kernel - Provides a structured process for converting a Request into a Response
- top-think/think - ThinkPHP Framework ——二十年匠心的高性能PHP框架
- symfony/routing - Maps an HTTP request to a set of configuration variables
- hyperf/hyperf - 🚀 A coroutine framework that focuses on hyperspeed and flexibility. Building microservice or middleware with ease.
- thedevdojo/wave - Wave - The Software as a Service Starter Kit, designed to help you build the SAAS of your dreams 🚀 💰
- fruitcake/laravel-cors - Adds CORS (Cross-Origin Resource Sharing) headers support in your Laravel application (archived)
- nWidart/laravel-modules - Module Management In Laravel
- codeigniter4/CodeIgniter4 - Open Source PHP Framework (originally from EllisLab)
- swoft-cloud/swoft - 🚀 PHP Microservice Full Coroutine Framework
- nikic/FastRoute - Fast request router for PHP
- yiisoft/yii - Yii PHP Framework 1.1.x
- symfony/framework-bundle - Provides a tight integration between Symfony components and the Symfony full-stack framework
- silexphp/Silex - [DEPRECATED -- Use Symfony instead] The PHP micro-framework based on the Symfony Components (archived)
- sensiolabs/SensioFrameworkExtraBundle - An extension to Symfony FrameworkBundle that adds annotation configuration for Controller classes (archived)
- top-think/thinkphp - ThinkPHP3.2 ——基于PHP5的简单快速的面向对象的PHP框架 (archived)
- flightphp/core - An extensible micro-framework for PHP
- walkor/webman - Probably the fastest PHP web framework in the world.
- klein/klein.php - A fast & flexible router
- tempestphp/tempest-framework - The PHP framework that gets out of your way
- Tencent/tsf - coroutine and Swoole based php server framework in tencent (archived)
- spiral/framework - High-Performance PHP Framework
- mix-php/mix - ☄️ PHP CLI mode development framework, supports Swoole, WorkerMan, FPM, CLI-Server / PHP 命令行模式开发框架,支持 Swoole、Swow、WorkerMan、FPM、CLI-Server
- pinguo/php-msf - PHP微服务框架即Micro Service Framework For PHP
- jianyan74/rageframe2 - 一个基于 Yii2 高级框架的快速开发应用引擎
- Elgg/Elgg - A social networking engine in PHP/MySQL
- Tencent/Biny - Biny is a tiny, high-performance PHP framework for web applications
- nette/nette - 👪 METAPACKAGE for Nette Framework components
- fuel/fuel - Fuel PHP Framework v1.x is a simple, flexible, community driven PHP 5.3+ framework, based on the best ideas of other frameworks, with a fresh start! FuelPHP is now fully PHP 8.0 compatible.
- FriendsOfSymfony/FOSJsRoutingBundle - A pretty nice way to expose your Symfony routing to client applications.
- panique/mini - Just an extremely simple naked PHP application, useful for small projects and quick prototypes. Some might call it a micro framework :)
- leafsphp/leaf - 🍁 Go from idea to launch with clean and elegant PHP that grows with you. The framework for makers
- dannyvankooten/AltoRouter - PHP routing class. Lightweight yet flexible. Supports REST, dynamic and reversed routing.
- themosis/themosis - A framework for WordPress developers.
- UnionOfRAD/lithium - li₃ is the fast, flexible and most RAD development framework for PHP
- imiphp/imi - imi 是一款支持长连接微服务分布式的 PHP 开发框架,它可以运行在 PHP-FPM、Swoole、Workerman、RoadRunner 等多种容器环境下。它支持 HttpApi、WebSocket、TCP、UDP、MQTT 服务的开发。特别适合互联网微服务、即时通讯聊天im、物联网等场景!QQ群:17916227
- anandkunal/ToroPHP - Toro is a PHP router for developing RESTful web applications and APIs.
- trongate/trongate-framework - The Trongate PHP framework
- bramus/router - A lightweight and simple object oriented PHP Router
- gecche/laravel-multidomain - A Laravel extension for using a laravel application on a multi domain setting
- leocavalcante/siler - ⚡ Flat-files and plain-old PHP functions rockin'on as a set of general purpose high-level abstractions. (archived)
- spatie/laravel-view-models - View models in Laravel
- guzzle/guzzle - Guzzle, an extensible PHP HTTP client
- w7corp/easywechat - 📦 一个 PHP 微信 SDK
- googleapis/google-api-php-client - A PHP client library for accessing Google APIs
- php-fig/http-message - The purpose of this PSR is to provide a set of common interfaces for HTTP messages as described in RFC 7230 and RFC 7231
- thephpleague/omnipay - A framework agnostic, multi-gateway payment processing library for PHP 5.6+
- yansongda/pay - 可能是我用过的最优雅的 Alipay/WeChat/Douyin/Unipay/江苏银行 的支付 SDK 扩展包了
- dodgepudding/wechat-php-sdk - 微信公众平台php开发包, weixin developer SDK.
- abraham/twitteroauth - The most popular PHP library for use with the Twitter OAuth REST API.
- stripe/stripe-php - PHP library for the Stripe API.
- WordPress/Requests - Requests for PHP is a humble HTTP request library. It simplifies how you interact with other sites and takes away all your worries.
- facebookarchive/facebook-php-sdk - This SDK is deprecated. Find the new SDK here: https://github.com/facebook/facebook-php-sdk-v4 (archived)
- php-curl-class/php-curl-class - PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs
- facebookarchive/php-graph-sdk - The Facebook SDK for PHP provides a native interface to the Graph API and Facebook Login. https://developers.facebook.com/docs/php (archived)
- overtrue/laravel-wechat - 微信 SDK for Laravel, 基于 overtrue/wechat
- php-http/httplug - HTTPlug, the HTTP client abstraction for PHP
- saloonphp/saloon - 🤠 Build beautiful API integrations and SDKs with Saloon
- helei112g/payment - Payment是php版本的支付聚合第三方sdk,集成了微信支付、支付宝支付、招商一网通支付。提供统一的调用接口,方便快速接入各种支付、查询、退款、转账能力。服务端接入支付功能,方便、快捷。
- KnpLabs/php-github-api - A simple PHP GitHub API client, Object Oriented, tested and documented.
- symfony/http-client - Provides powerful methods to fetch HTTP resources synchronously or asynchronously
- drewm/mailchimp-api - Super-simple, minimum abstraction MailChimp API v3 wrapper, in PHP
- symfony/http-client-contracts - Generic abstractions related to HTTP clients
- Payum/Payum - PHP Payment processing library. It offers everything you need to work with payments: Credit card & offsite purchasing, subscriptions, payouts etc.
- kriswallsmith/Buzz - PHP's lightweight HTTP client
- php-fig/http-factory - Implementation of PSR-17 (HTTP Message Factories)
- J7mbo/twitter-api-php - The simplest PHP Wrapper for Twitter API v1.1 calls (archived)
- nategood/httpful - A Chainable, REST Friendly, PHP HTTP Client. A sane alternative to cURL.
- twilio/twilio-php - A PHP library for communicating with the Twilio REST API and generating TwiML.
- sendgrid/sendgrid-php - The Official Twilio SendGrid PHP API Library
- cosenary/Instagram-PHP-API - An easy-to-use PHP Class for accessing Instagram's API.
- willdurand/Negotiation - Content Negotiation tools for PHP.
- symfony/web-link - Manages links between resources
- dedemao/alipay - 一个PHP文件搞定支付宝支付系列,包括电脑网站支付,手机网站支付,现金红包、消费红包、扫码支付,JSAPI支付、单笔转账到支付宝账户、交易结算(分账、分润)、网页授权获取用户信息等
- lixuancn/LaneWeChat - 微信PHP快速开发框架!将微信的各个功能进行了封装,只需要简单的调用方法和传递参数即可。
- Art-of-WiFi/UniFi-API-client - A PHP API client class to interact with Ubiquiti's UniFi Controller API
- symfony/psr-http-message-bridge - PSR HTTP message bridge
- Kong/unirest-php - Unirest in PHP: Simplified, lightweight HTTP client library.
- dedemao/weixinPay - 微信支付单文件版。一个PHP文件搞定微信支付系列。包括原生支付(扫码支付),H5支付,公众号支付,现金红包、企业付款到零钱等。新增V3版。
- maknz/slack - A simple PHP package for sending messages to Slack, with a focus on ease of use and elegant syntax.
- blendbyte/laravel-paypal - PayPal REST API client for Laravel and standalone PHP.
- mailgun/mailgun-php - Mailgun's Official SDK for PHP
- thephpleague/uri - [READ-ONLY] URI manipulation Library
- discord-php/DiscordPHP - An API to interact with the popular messaging app Discord
- loklak/loklak_php_api - The PHP Library for accessing loklak.org
- paypal/PayPal-PHP-SDK - Deprecated in favor of: (archived)
- api-platform/api-platform - 🕸️ Create REST and GraphQL APIs, scaffold Jamstack webapps, stream changes in real-time.
- zircote/swagger-php - A php swagger annotation and parsing library
- webonyx/graphql-php - PHP implementation of the GraphQL specification based on the reference implementation in JavaScript
- mevdschee/php-crud-api - Single file PHP script that adds a REST API to a SQL database
- nuwave/lighthouse - A framework for serving GraphQL from Laravel
- apiato/apiato - PHP Framework for building scalable API's on top of Laravel.
- FriendsOfSymfony/FOSRestBundle - This Bundle provides various tools to rapidly develop RESTful API's with Symfony
- api-platform/core - The server component of API Platform: hypermedia and GraphQL APIs in minutes
- nelmio/NelmioApiDocBundle - Generates documentation for your REST API from attributes
- apioo/fusio - Self-Hosted API Management for Builders
- nelmio/NelmioCorsBundle - Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony application
- spatie/laravel-fractal - An easy to use Fractal wrapper built for Laravel and Lumen applications
- folkloreinc/laravel-graphql - Facebook GraphQL for Laravel 5. It supports Relay, eloquent models, validation and GraphiQL. (archived)
- phalapi/phalapi - PhalApi开源接口框架,简称π框架,一个轻量级PHP开源接口框架,专注于接口服务开发。接口,从简单开始!
- Luracast/Restler - Zero-boilerplate REST API framework for PHP 8+. Auto-generates routes, docs, validation.
- davidhsianturi/laravel-compass - A REST client inside your Laravel app
- willdurand/Hateoas - A PHP library to support implementing representations for HATEOAS REST web services.
- blueimp/jQuery-File-Upload - File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads. (archived)
- roots/sage - WordPress starter theme with Laravel Blade components and templates, Tailwind CSS, and block editor support
- timber/timber - Create WordPress themes with beautiful OOP code and the Twig Template Engine
- yajra/laravel-datatables - jQuery DataTables API for Laravel
- EasyCorp/EasyAdminBundle - EasyAdmin is a fast, beautiful and modern admin generator for Symfony applications.
- Laravel-Backpack/CRUD - Build custom admin panels. Fast!
- artesaos/seotools - SEO Tools for Laravel
- wp-bootstrap/wp-bootstrap-navwalker - A custom WordPress nav walker class to fully implement the Twitter Bootstrap 4.0+ navigation style (v3-branch available for Bootstrap 3) in a custom theme using the WordPress built in menu manager.
- symfony/asset - Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files
- pattern-lab/patternlab-php - The PHP version of Pattern Lab (archived)
- CMB2/CMB2 - CMB2 is a developer's toolkit for building metaboxes, custom fields, and forms for WordPress that will blow your mind.
- Licoy/wordpress-theme-puock - 🎨 一款基于WordPress开发的高颜值的自适应主题,支持白天与黑夜模式/无刷新加载/第三方登录等众多功能 | A high-value adaptive theme based on WordPress, supports light and dark modes, no refresh loading, etc.
- symfony/form - Allows to easily create, process and reuse HTML forms
- owen0o0/WebStack - WordPress 版 WebStack 导航主题 https://nav.iowen.cn
- leafo/lessphp - LESS compiler written in PHP
- sonata-project/SonataAdminBundle - The missing Symfony Admin Generator
- matthiasmullie/minify - CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.
- MyIntervals/PHP-CSS-Parser - A Parser for CSS Files written in PHP. Allows extraction of CSS files into a data structure, manipulation of said structure and output as (optimized) CSS
- KnpLabs/KnpPaginatorBundle - SEO friendly Symfony paginator to sort and paginate
- mdbootstrap/adminlte-laravel - A Laravel 5 package that switchs default Laravel scaffolding/boilerplate to AdminLTE template and Pratt Landing Page with Bootstrap 3.0
- wireui/wireui - TallStack UI components
- reduxframework/redux-framework - Redux is a simple, truly extensible options framework for WordPress themes and plugins!
- kristijanhusak/laravel-form-builder - Laravel Form builder for version 5+!
- spatie/laravel-cookie-consent - Make your Laravel app comply with the crazy EU cookie law
- chakhsu/pinghsu - Pinghsu, A Typecho Theme
- welaika/wordless - All the power of Pug, Sass, Coffeescript and WebPack in your WordPress theme. Stop writing themes like it's 1998.
- KnpLabs/KnpMenuBundle - Object Oriented menus for your Symfony project.
- KnpLabs/KnpMenu - Menu Library for PHP
- leafo/scssphp - SCSS compiler written in PHP
- reactjs/react-php-v8js - PHP library that renders React components on the server (archived)
- moonshine-software/moonshine - Laravel Admin panel and more. Simple for beginners and powerful for experts. Using Blade, Alpine.js and Tailwind CSS.
- LoeiFy/Diaspora - Diaspora - A WordPress theme
- gantry/gantry5 - 🚀 Next Generation Template / Theme Framework
- FriendsOfPHP/Goutte - Goutte, a simple PHP Web Scraper (archived)
- spatie/browsershot - Convert HTML to an image, PDF or string
- php-webdriver/php-webdriver - PHP client for Selenium/WebDriver protocol. Previously facebook/php-webdriver
- symfony/dom-crawler - Eases DOM navigation for HTML and XML documents
- owner888/phpspider - 《我用爬虫一天时间“偷了”知乎一百万用户,只为证明PHP是世界上最好的语言 》所使用的程序
- postaddictme/instagram-php-scraper - Get account information, photos, videos, stories and comments.
- symfony/panther - A browser testing and web crawling library for PHP and Symfony
- symfony/browser-kit - Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically
- 5ime/video_spider - 短视频去水印:抖音,皮皮虾,火山,微视,微博,绿洲,最右,轻视频,快手,全民小视频,巴塞电影,陌陌,Before避风,开眼,Vue Vlog 小咖秀,皮皮搞笑,全民K歌,西瓜视频,逗拍,虎牙,6间房,梨视频,新片场,acfun,美拍...
- spatie/crawler - https://spatie.be/docs/crawler
- jae-jae/QueryList - 🕷️ The progressive PHP crawler framework! 优雅的渐进式PHP采集框架。
- chrome-php/chrome - Instrument headless chrome/chromium instances from PHP
- zorlan/skycaiji - 蓝天采集器是一款开源免费的爬虫系统,仅需点选编辑规则即可采集数据,可运行在本地、虚拟主机或云服务器中,几乎能采集所有类型的网页,无缝对接各类CMS建站程序,免登录实时发布数据,全自动无需人工干预!是网页大数据采集软件中完全跨平台的云端爬虫系统
- minkphp/Mink - PHP web browser emulator abstraction
- eyecatchup/SEOstats - SEOstats is a powerful open source PHP library to request a bunch of SEO relevant metrics. (archived)
- roach-php/core - The complete web scraping toolkit for PHP.
- jonnnnyw/php-phantomjs - Execute PhantomJS commands through PHP
- mvdbos/php-spider - A configurable and extensible PHP web spider
- rialto-php/puphpeteer - A Puppeteer bridge for PHP, supporting the entire API. (archived)
- kiddyuchina/Beanbun - Beanbun 是用 PHP 编写的多进程网络爬虫框架,具有良好的开放性、高可扩展性,基于 Workerman。
- TobiaszCudnik/phpquery - Server-side implementation of jQuery in PHP5 (2009) (archived)
- predis/predis - A flexible and feature-complete Redis/Valkey client for PHP.
- mongodb/laravel-mongodb - A MongoDB based Eloquent model and Query builder for Laravel (Moloquent)
- catfan/Medoo - The lightweight PHP database framework to accelerate the development.
- corcel/corcel - Use WordPress backend with Laravel or any PHP application
- cakephp/phinx - PHP Database Migrations for Everyone
- spatie/laravel-query-builder - Easily build Eloquent queries from API requests
- doctrine/DoctrineMigrationsBundle - Symfony integration for the doctrine/migrations library
- doctrine-extensions/DoctrineExtensions - Doctrine2 behavioral extensions, Translatable, Sluggable, Tree-NestedSet, Timestampable, Loggable, Sortable
- lazychaser/laravel-nestedset - Effective tree structures in Laravel 4-8
- Xethron/migrations-generator - Laravel Migrations Generator: Automatically generate your migrations from an existing database schema.
- ThingEngineer/PHP-MySQLi-Database-Class - Wrapper for a PHP MySQL class, which utilizes MySQLi and prepared statements.
- symfony/doctrine-bridge - Provides integration for Doctrine with various Symfony components
- aimeos/upscheme - Database migrations and schema updates made easy
- spatie/laravel-translatable - Making Eloquent models translatable
- stof/StofDoctrineExtensionsBundle - Integration bundle for DoctrineExtensions by l3pp4rd in Symfony
- microsoft/msphpsql - Microsoft Drivers for PHP for SQL Server
- louislivi/SMProxy - Swoole MySQL Proxy 一个基于 MySQL 协议,Swoole 开发的MySQL数据库连接池。 A MySQL database connection pool based on MySQL protocol and Swoole.
- spatie/laravel-tags - Add tags and taggable behaviour to your Laravel app
- backup-manager/backup-manager - Database backup manager for dumping to and restoring databases from S3, Dropbox, FTP, SFTP, and Rackspace Cloud
- mongodb/mongo-php-library - The Official MongoDB PHP library
- kirschbaum-development/eloquent-power-joins - The Laravel magic you know, now applied to joins.
- spatie/eloquent-sortable - Sortable behaviour for Eloquent models
- Astrotomic/laravel-translatable - A Laravel package for multilingual models
- laravel-ardent/ardent - Self-validating, secure and smart models for Laravel's Eloquent ORM (archived)
- cycle/orm - PHP DataMapper, ORM
- jpfuentes2/php-activerecord - ActiveRecord implementation for PHP
- ifsnop/mysqldump-php - PHP version of mysqldump cli that comes with MySQL
- propelorm/Propel2 - Propel2 is an open-source high-performance Object-Relational Mapping (ORM) for modern PHP
- cybercog/laravel-love - Add Social Reactions to Laravel Eloquent Models. It lets people express how they feel about the content. Fully customizable Weighted Reaction System & Reaction Type System with Like, Dislike and any other custom emotion types. Do you react?
- spatie/db-dumper - Dump the contents of a database
- cybercog/laravel-ban - Laravel Ban simplify blocking and banning Eloquent models.
- doctrine/mongodb-odm - The Official PHP MongoDB ORM/ODM
- spatie/laravel-schemaless-attributes - Add schemaless attributes to Eloquent models
- mongodb/mongo-php-driver-legacy - Legacy MongoDB PHP driver (archived)
- PHPOffice/PhpSpreadsheet - A pure PHP library for reading and writing spreadsheet files
- SpartnerNL/Laravel-Excel - 🚀 Supercharged Excel exports and imports in Laravel
- PHPOffice/PHPExcel - ARCHIVED (archived)
- PHPOffice/PHPWord - A pure PHP library for reading and writing word processing documents
- box/spout - Read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way (archived)
- symfony/yaml - Loads and dumps YAML files
- jsonrainbow/json-schema - JSON Schema for PHP
- thephpleague/csv - CSV data manipulation made easy in PHP
- symfony/mime - Allows manipulating MIME messages
- smalot/pdfparser - PdfParser, a standalone PHP library, provides various tools to extract data from a PDF file.
- opis/closure - Serialize closures, anonymous classes, and arbitrary data
- symfony/serializer - Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.
- rap2hpoutre/fast-excel - 🦉 Fast Excel import/export for Laravel
- laracasts/PHP-Vars-To-Js-Transformer - Transform PHP data to JavaScript.
- symfony/var-exporter - Provides tools to export, instantiate, hydrate, clone and lazy-load PHP objects
- jmespath/jmespath.php - Declaratively specify how to extract elements from a JSON document, in PHP
- tecnickcom/tc-lib-pdf - PHP PDF Library (TCPDF)
- mk-j/PHP_XLSXWriter - Lightweight XLSX Excel Spreadsheet Writer in PHP
- dompdf/php-font-lib - A library to read, parse, export and make subsets of different types of font files.
- spipu/html2pdf - OFFICIAL PROJECT | HTML to PDF converter written in PHP
- simplepie/simplepie - A simple Atom/RSS parsing library for PHP.
- cweiske/jsonmapper - Map nested JSON structures onto PHP classes
- CuyZ/Valinor - Dependency free PHP library that helps to map any input into a strongly-typed structure.
- spatie/schema-org - A fluent builder Schema.org types and ld+json generator
- PHPOffice/PHPPresentation - A pure PHP library for reading and writing presentations documents
- RumenDamyanov/php-sitemap - Framework-agnostic PHP package for generating sitemaps in XML, TXT, HTML, and Google News formats.
- halaxa/json-machine - Efficient, easy-to-use, and fast PHP JSON stream parser
- Seldaek/jsonlint - JSON Lint for PHP
- openspout/openspout - Read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way
- shuchkin/simplexlsxgen - Export data to Excel. PHP XLSX generator
- php-amqplib/php-amqplib - The most widely used PHP client for RabbitMQ
- symfony/cache - Provides extended PSR-6, PSR-16 (and tags) implementations
- chrisboulton/php-resque - PHP port of resque (Workers and Queueing)
- spatie/laravel-responsecache - Speed up a Laravel app by caching the entire response
- TruCopilot/phpfastcache - A high-performance backend cache system. It is intended for use in speeding up dynamic web applications by alleviating database load. Well implemented, it can drops the database load to almost nothing, yielding faster page load times for users, better resource utilization. It is simple yet powerful.
- symfony/cache-contracts - Generic abstractions related to caching
- php-enqueue/enqueue-dev - Message Queue, Job Queue, Broadcasting, WebSockets packages for PHP, Symfony, Laravel, Magento. DEVELOPMENT REPOSITORY - provided by Forma-Pro
- vyuldashev/laravel-queue-rabbitmq - RabbitMQ driver for Laravel Queue. Supports Laravel Horizon.
- pheanstalk/pheanstalk - PHP client for beanstalkd queue
- weiboad/kafka-php - kafka php client (archived)
- durable-workflow/workflow - Core package for defining and running durable workflows and activities. Supports long-running persistent workflows, retries, queues, parallel execution, workflow monitoring, dedicated storage connections, and orchestration for microservices, data pipelines, sagas, agentic workflows, and other complex business processes.
- php-amqplib/RabbitMqBundle - RabbitMQ Bundle for the Symfony web framework
- bernardphp/bernard - Bernard is a multi-backend PHP library for creating background jobs for later processing.
- dwightwatson/rememberable - Query caching for Laravel
- symfony/messenger - Helps applications send and receive messages to/from other applications or via message queues
- snc/SncRedisBundle - A Redis bundle for Symfony supporting Predis and PhpRedis
- elastic/elasticsearch-php - Official PHP client for Elasticsearch.
- teamtnt/tntsearch - A fully featured full text search engine written in PHP
- ruflin/Elastica - Elastica is a PHP client for elasticsearch
- nicolaslopezj/searchable - A php trait to search laravel models
- hightman/xunsearch - 免费开源的中文搜索引擎,采用 C/C++ 编写 (基于 xapian 和 scws),提供 PHP 的开发接口和丰富文档
- spatie/laravel-searchable - Pragmatically search through models and other sources
- FriendsOfSymfony/FOSElasticaBundle - Elasticsearch PHP integration for your Symfony project using Elastica.
- protonemedia/laravel-cross-eloquent-search - Laravel package to search through multiple Eloquent models. Supports sorting, pagination, scoped queries, eager load relationships and searching through single or multiple columns.
- openai-php/client - ⚡️ OpenAI PHP is a supercharged community-maintained PHP API client that allows you to interact with OpenAI API.
- openai-php/laravel - ⚡️ OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with OpenAI API
- prism-php/prism - A unified interface for working with LLMs in Laravel
- orhanerday/open-ai - OpenAI PHP SDK : Most downloaded, forked, contributed, huge community supported, and used PHP (Laravel , Symfony, Yii, Cake PHP or any PHP framework) SDK for OpenAI GPT-3 and DALL-E. It also supports chatGPT-like streaming. (ChatGPT AI is supported)
- neuron-core/neuron-ai - The Agentic Framework of the PHP ecosystem to build production-ready AI driven applications. Connect components (LLMs, Tools, vector DBs, memory) to agents that interact with your data and UI.
- LLPhant/LLPhant - LLPhant - A comprehensive PHP Generative AI Framework using OpenAI GPT 4. Inspired by Langchain
- modelcontextprotocol/php-sdk - The official PHP SDK for Model Context Protocol servers and clients. Maintained in collaboration with The PHP Foundation.
- symfony/ai - Symfony AI is a set of components that integrate AI capabilities into PHP applications
- spatie/laravel-analytics - A Laravel package to retrieve pageviews and other data from Google Analytics
- antonioribeiro/tracker - Laravel Stats Tracker
- Open-Web-Analytics/Open-Web-Analytics - Official repository for Open Web Analytics which is an open source alternative to commercial tools such as Google Analytics. Stay in control of the data you collect about the use of your website or app. Please consider sponsoring this project.
- panphp/pan - A simple, lightweight, and privacy-focused product analytics php package
- Flowframe/laravel-trend - Generate trends for your models. Easily generate charts or reports.
- PHPMailer/PHPMailer - The classic email sending library for PHP
- walkor/workerman - An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols.
- swiftmailer/swiftmailer - Comprehensive mailing tools for PHP (archived)
- ratchetphp/Ratchet - Asynchronous WebSocket server
- exposedev/expose - A beautiful, fully open-source, tunneling service - written in pure PHP
- danog/MadelineProto - Async PHP client API for the telegram MTProto protocol
- walkor/phpsocket.io - A server side alternative implementation of socket.io in PHP based on workerman.
- sabre-io/dav - sabre/dav is a CalDAV, CardDAV and WebDAV framework for PHP
- barbushin/php-imap - Manage mailboxes, filter/get/delete emails in PHP (supports IMAP/POP3/NNTP)
- symfony/mailer - Helps sending emails
- symfony/swiftmailer-bundle - Symfony Swiftmailer Bundle (archived)
- kakserpom/phpdaemon - Asynchronous server-side framework for network applications implemented in PHP using libevent
- ankitpokhrel/tus-php - 🚀 A pure PHP server and client for the tus resumable upload protocol v1.0.0
- zoujingli/ip2region - PHP版本的离线IP地址定位库
- stevebauman/location - Retrieve a visitor's location from their IP address.
- reactphp/socket - Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP.
- jeremykendall/php-domain-parser - Public Suffix List based domain parsing implemented in PHP
- BOINC/boinc - Open-source software for volunteer computing and grid computing.
- MPOS/php-mpos - MPOS stands for Mining Portal Open Source. Issue tracker is now closed since it's not maintained anymore.
- web3p/web3.php - A php interface for interacting with the Ethereum blockchain and ecosystem. Native ABI parsing and smart contract interactions.
- kraken-php/framework - Asynchronous & Fault-tolerant PHP Framework for Distributed Applications.
- Bit-Wasp/bitcoin-php - Bitcoin implementation in PHP
- coollabsio/coolify - An open-source, self-hostable PaaS alternative to Vercel, Heroku & Netlify that lets you easily deploy static sites, databases, full-stack applications and 280+ one-click services on your own servers.
- deployphp/deployer - The PHP deployment tool with support for popular frameworks out of the box
- aws/aws-sdk-php - Official repository of the AWS SDK for PHP (@awsforphp)
- cytopia/devilbox - A modern Docker LAMP stack and MEAN stack for local development
- brefphp/bref - Serverless PHP on AWS Lambda
- vitodeploy/vito - Free and Self-Hosted Server Management Tool
- rocketeers/rocketeer - Send your projects up in the clouds (archived)
- beste/firebase-php - Unofficial Firebase Admin SDK for PHP
- dancryer/PHPCI - PHPCI is a free and open source continuous integration tool specifically designed for PHP. (archived)
- EasyEngine/easyengine - Command-line control panel for Nginx Server to manage WordPress sites running on Nginx, PHP, MySQL, and Let's Encrypt
- flucont/btcloud - PHP开发的宝塔面板第三方云端
- froxlor/froxlor - The server administration software for your needs - The official Froxlor development Git repository
- aws/aws-sdk-php-laravel - A Laravel 6+ service provider for the AWS SDK for PHP
- tighten/takeout - Docker-based development-only dependency manager. macOS, Linux, and WSL2-only and installs via PHP's Composer... for now.
- banago/PHPloy - PHPloy - Incremental Git (S)FTP deployment tool that supports multiple servers, submodules and rollbacks.
- beste/laravel-firebase - A Laravel package for the Firebase PHP Admin SDK
- googleapis/google-cloud-php - Google Cloud Client Library for PHP
- cipi-sh/cipi - Easy Laravel Deployments
- markomarkovic/simple-php-git-deploy - Automatically deploy the code using PHP and Git
- Piplin/Piplin - 📤 An open source self-hosted continuous integration and deployment system - QQ群: 656868
- tpyo/amazon-s3-php-class - A standalone Amazon S3 (REST) client for PHP 5/CURL
- cachethq/cachet - 🚦 Cachet, the open source, self-hosted status page system.
- librenms/librenms - Community-based GPL-licensed network monitoring system
- antonioribeiro/health - Laravel Health Panel
- Cacti/cacti - Cacti ™
- spatie/laravel-uptime-monitor - A powerful and easy to configure uptime and ssl monitor
- JakubOnderka/PHP-Console-Highlighter - Highlight PHP code in terminal
- JakubOnderka/PHP-Console-Color - Simple library for creating colored console ouput
- nunomaduro/termwind - 🍃 In short, it's like Tailwind CSS, but for the PHP command-line applications.
- php-school/cli-menu - 🖥 Build beautiful PHP CLI menus. Simple yet Powerful. Expressive DSL.
- thephpleague/climate - PHP's best friend for the terminal.
- nextcloud/server - ☁️ Nextcloud server, a safe home for all your data
- bagisto/bagisto - Open Source eCommerce & Multi-Vendor Marketplace Platform Built with Laravel for Enterprise-Scale Commerce, Supporting 10M+ SKUs
- monicahq/monica - Personal CRM. Remember everything about your friends, family and business relationships.
- firefly-iii/firefly-iii - Firefly III: a personal finances manager
- krayin/laravel-crm - Krayin CRM is Free & Open Source CRM Built with Laravel for Customer, Lead, and Sales Management.
- matomo-org/matomo - Empowering People Ethically 🚀 — Matomo is hiring! Join us → https://matomo.org/jobs Matomo is the leading open-source alternative to Google Analytics, giving you complete control and built-in privacy. Easily collect, visualise, and analyse data from websites & apps. Star us on GitHub ⭐️ – Pull Requests welcome!
- BookStackApp/BookStack - NOW MANAGED ON CODEBERG
- flarum/flarum - Simple forum software for building great communities.
- FreshRSS/FreshRSS - A free, self-hostable news aggregator…
- getgrav/grav - Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony
- librespeed/speedtest - Self-hosted Speed Test for HTML5 and more. Easy setup, examples, configurable, mobile friendly. Supports PHP, Node, Multiple servers, and more
- wallabag/wallabag - wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely.
- typecho/typecho - A PHP Blogging Platform. Simple and Powerful.
- phacility/phabricator - Effective June 1, 2021: Phabricator is no longer actively maintained.
- YOURLS/YOURLS - 🔗 The 𝘥𝘦 𝘧𝘢𝘤𝘵𝘰 standard, self hosted, powerful and customizable, URL shortener in PHP
- magento/magento2 - Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively “Adobe”) are subject to the terms of the Adobe Contributor License Agreement.
- Leantime/leantime - Leantime is a goals focused project management system for non-project managers. Building with ADHD, Autism, and dyslexia in mind.
- octobercms/october - Self-hosted CMS platform based on the Laravel PHP Framework.
- unopim/unopim - Open source Product Information Management (PIM) and Digital Asset Management (DAM) platform built on Laravel — manage, enrich, and scale product data and digital assets beyond 10 million products. Free forever.
- woocommerce/woocommerce - A customizable, open-source ecommerce platform built on WordPress. Build any commerce solution you can imagine.
- mautic/mautic - Mautic: Open Source Marketing Automation Software.
- akaunting/akaunting - Online Accounting Software
- invoiceninja/invoiceninja - A source-available invoice, quote, project and time-tracking app built with Laravel
- crmeb/CRMEB - 🔥CRMEB开源商城免费开源多语言商城系统,Tp6框架商城,系统可商用;包含小程序商城、H5商城、公众号商城、PC商城、App,支持分销、拼团、砍价、秒杀、优惠券、积分、会员等级、小程序直播、页面DIY,前后端分离,方便二开,更有详细使用文档、接口文档、数据字典、二开文档/视频教程,欢迎大家提出宝贵意见和建议
- DenverCoder1/readme-typing-svg - ⚡ Dynamically generated, customizable SVG that gives the appearance of typing and deleting text for use on your profile page, repositories, or website.
- pterodactyl/panel - Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
- RSS-Bridge/rss-bridge - The RSS feed for websites missing it
- PrestaShop/PrestaShop - PrestaShop is the universal open-source software platform to build your e-commerce solution.
- owncloud/core - ☁️ ownCloud web server core (Files, DAV, etc.)
- aimeos/aimeos-laravel - Laravel ecommerce package for ultra fast online shops, scalable marketplaces, complex B2B applications and #gigacommerce
- PrivateBin/PrivateBin - A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES.
- Sylius/Sylius - Headless open-source eCommerce platform on top of PHP/Symfony/API Platform
- ellite/Wallos - Wallos: Open-source, self-hostable personal subscription tracker. Visualize your recurring expenses, manage your budget, and save money.
- crater-invoice-inc/crater - Open Source Invoicing Solution for Individuals & Businesses
- opencart/opencart - A free shopping cart system. OpenCart is an open source PHP-based online e-commerce solution.
- phpmyadmin/phpmyadmin - A web interface for MySQL and MariaDB
- vrana/adminer - Database management in a single PHP file
- Dolibarr/dolibarr - Dolibarr ERP CRM is a modern software package to manage your company or foundation's activity (contacts, suppliers, invoices, orders, stocks, agenda, accounting, ...). it's an open source Web application (written in PHP) designed for businesses of any sizes, foundations and freelancers.
- DenverCoder1/github-readme-streak-stats - 🔥 Stay motivated and show off your contribution streak! 🌟 Display your total contributions, current streak, and longest streak on your GitHub profile README
- flarum/framework - Simple forum software for building great communities.
- humhub/humhub - HumHub is an Open Source Enterprise Social Network. Easy to install, intuitive to use and extendable with countless freely available modules.
- yuantuo666/baiduwp-php - A tool to get the download link of the Baidu netdisk / 一个获取百度网盘分享链接下载地址的工具 (archived)
- passbolt/passbolt_api - Passbolt Community Edition (CE) API. The JSON API for the open source password manager for teams!
- prasathmani/tinyfilemanager - Single-file PHP file manager, browser and manage your files efficiently and easily with tinyfilemanager
- causefx/Organizr - HTPC/Homelab Services Organizer - Written in PHP
- SuiteCRM/SuiteCRM - SuiteCRM - Open source CRM for the world
- lizhipay/acg-faka - 个人发卡源码,发卡系统,二次元发卡系统,二次元发卡源码,发卡程序,动漫发卡,PHP发卡源码,异次元发卡
- pagekit/pagekit - Pagekit CMS (archived)
- openemr/openemr - The most popular open source electronic health records and medical practice management solution.
- leokhoa/laragon - Laragon is a portable, isolated, fast & powerful universal development environment for PHP, Node.js, Python. It is fast, lightweight, easy-to-use and easy-to-extend.
- fecshop/yii2_fecshop - yii2 ( PHP ) fecmall(fecshop) core code used for ecommerce shop 多语言多货币多入口的开源电商 B2C 商城,支持移动端vue, app, html5,微信小程序微店,微信小程序商城等
- shlinkio/shlink - The definitive self-hosted URL shortener
- wikimedia/mediawiki - 🌻 The collaborative editing software that runs Wikipedia. Mirror from https://gerrit.wikimedia.org/g/mediawiki/core. See https://mediawiki.org/wiki/Developer_access for contributing.
- joomla/joomla-cms - Home of the Joomla! Content Management System
- cydrobolt/polr - 🚡 A modern, powerful, and robust URL shortener
- kimai/kimai - Kimai is the #1 open-source time-tracking application. From freelancers to companies and organisations - everyone can manage timesheets, generate reports, create invoices and so much more... Web-based multi-user application, available as On-Premise or SaaS version: https://www.kimai.org
- statamic/cms - The core Laravel CMS Composer package
- dokuwiki/dokuwiki - The DokuWiki Open Source Wiki Engine
- aimeos/aimeos-core - Aimeos PHP e-commerce framework for ultra fast online shops, scalable marketplaces, complex B2B applications and #gigacommerce
- freescout-help-desk/freescout - FreeScout — Free self-hosted help desk & shared mailbox (Zendesk / Help Scout alternative)
- opensourcepos/opensourcepos - Open Source Point of Sale is a web based point of sale application written in PHP using CodeIgniter framework. It uses MySQL as the data back end and has a Bootstrap 3 based user interface. If you like this project, please give it a star! Doing so helps maintain Popular OSS status for the project.
- alextselegidis/easyappointments - 📅 Easy!Appointments - Self Hosted Appointment Scheduler
- LycheeOrg/Lychee - A great looking and easy-to-use photo-management-system you can run on your server, to manage and share photos.
- Volmarg/personal-management-system - Your web application for managing personal data.
- bolt/bolt - Bolt is a simple CMS written in PHP. It is based on Silex and Symfony components, uses Twig and either SQLite, MySQL or PostgreSQL. (archived)
- RainLoop/rainloop-webmail - Simple, modern & fast web-based email client (archived)
- HiEventsDev/Hi.Events - Open-source event management and ticket selling platform — perfect for concerts, conferences, and everything in between 🎟️ If you find this project helpful, please consider giving us a star ⭐️
- picocms/Pico - Pico is a stupidly simple, blazing fast, flat file CMS.
- Piwigo/Piwigo - Manage your photos with Piwigo, a full featured open source photo gallery application for the web. Star us on Github! More than 200 plugins and themes available. Join us and contribute!
- LinkStackOrg/LinkStack - LinkStack - the ultimate solution for creating a personalized & professional profile page. Showcase all your important links in one place, forget the limitation of one link on social media. Set up your personal site on your own server with just a few clicks.
- qkqpttgf/OneManager-php - An index & manager of Onedrive based on serverless. Can be deployed to Vercel/Heroku/SCF/FG/FC/CFC/PHP web hosting/VPS.
- icret/EasyImages2.0 - 简单图床 - 一款功能强大无数据库的图床 2.0版
- tastyigniter/TastyIgniter - 🔥 Powerful, yet easy to use, open-source online ordering, table reservation and management system for restaurants
- lunarphp/lunar - An open-source package that brings the power of modern headless e-commerce functionality to Laravel.
- craftcms/cms - Build bespoke content experiences with Craft.
- yaojingang/GEOFlow - Open-source GEO content engineering and multi-site distribution platform with AI quality inspection, illustrated admin help, hosted sites, browser-assisted publishing, and signed updates.
- shopware/shopware - Shopware 6 is an open commerce platform based on Symfony Framework and Vue and supported by a worldwide community and more than 3.100 community extensions
- Kovah/LinkAce - LinkAce is a self-hosted archive to collect links of your favorite websites.
- espocrm/espocrm - EspoCRM – Open Source CRM Application
- kalcaddle/kodbox - kodbox is a file manager for web. It is a newly designed product based on kodexplorer. It is also a web code editor, which allows you to develop websites directly within the web browser.You can run kodbox either online or locally,on Linux, Windows or Mac based platforms
- anchorcms/anchor-cms - A lightweight blog CMS for PHP (archived)
- erikdubbelboer/phpRedisAdmin - Simple web interface to manage Redis databases.
- pyrocms/pyrocms - Pyro is an experienced and powerful Laravel PHP CMS.
- InvoicePlane/InvoicePlane - A self-hosted open source application for managing your invoices, clients and payments.
- Rudloff/alltube - Web GUI for youtube-dl (archived)
- klaussilveira/gitlist - An elegant and modern git repository viewer
- gitscrum-core/laravel-gitscrum - GitScrum is a Project Management Tool, developed to help entrepreneurs, freelancers, managers, and teams Skyrocket their Productivity with the Agile methodology and Gamification.
- LavaLite/cms - Multilingual PHP CMS built with Laravel and bootstrap
- magicblack/maccms10 - 苹果CMS v10 · MacCMS v10 — 开源内容管理系统:视频 / 分集剧情 / 文章 / 漫画 / 图片 / 网址导航. Open-source PHP CMS for video, articles, manga, images & site navigation.
- phpipam/phpipam - phpipam development repository
- laravel/valet - A more enjoyable local development experience for Mac.
- DirectoryLister/DirectoryLister - 📂 Directory Lister is the easiest way to expose the contents of any web-accessible folder for browsing and sharing.
- BootstrapCMS/CMS - A PHP CMS powered by Laravel 5 and Sentry (archived)
- laravelio/laravel.io - The Laravel.io Community Portal.
- HDInnovations/UNIT3D - UNIT3D is a private torrent tracker built using Laravel, Livewire and AlpineJS.
- Paymenter/Paymenter - Free and open-source webshop solution for hostings
- mylxsw/wizard - Wizard是一款开源的文档管理工具,支持Markdown/Swagger/Table类型的文档。
- tighten/jigsaw - Simple static sites with Laravel’s Blade.
- Hasnayeen/invobook - Self-hosted app for Time Tracking, Invoice Generation, Project & Client Management, built with Laravel & Filament.
- slimkit/plus - 💝The Plus (ThinkSNS+) is a powerful, easy-to-develop social system built with Laravel.
- pablouser1/ProxiTok - Open source alternative frontend for TikTok made using PHP
- phpbb/phpbb - phpBB Development: phpBB is a popular open-source bulletin board written in PHP. This repository also contains the history of version 2.
- szvone/vmqphp - V免签PHP版 完全开源免费的个人免签约解决方案
- movim/movim - Movim - Decentralized social platform
- projectsend/projectsend - ProjectSend is a free, open source software that lets you share files with your clients, focused on ease of use and privacy. It supports clients groups, system users roles, statistics, multiple languages, detailed logs... and much more!
- beikeshop/beikeshop - Free and Open-Source, Easy-to-Use Laravel eCommerce Platform,It supports multiple languages and currencies, Integrates AI agents and MCP.The platform features customizable visual design and a rich plugins on marketplace.
- spatie/dashboard.spatie.be - The source code of dashboard.spatie.be
- summerblue/phphub5 - PHPHub Ver 5 is a Forum project Powered by Laravel 5.1, and it is also the project build up PHP & Laravel China community (此项目已弃用) (archived)
- Automattic/jetpack - Security, performance, marketing, and design tools — Jetpack is made by WordPress experts to make WP sites safer and faster, and help you grow your traffic.
- lincanbin/Carbon-Forum - A high performance open-source forum software written in PHP. Discussions Tags based with Quora/StackOverflow style.
- diskoverdata/diskover-community - Diskover Community Edition - Open source file indexer, file search engine and data management and analytics powered by Elasticsearch
- mantisbt/mantisbt - Mantis Bug Tracker (MantisBT)
- summerblue/phphub - (Deprecated See - https://github.com/summerblue/phphub5 ) PHPHub is a Forum project written in Laravel 4.2, and it is also the project build up PHP & Laravel China community - http://phphub.org.
- YetiForceCompany/YetiForceCRM - We've moved! For more information, visit https://github.com/YetiForceCompany/YetiForce (archived)
- codehub666/94list - 百度网盘分享链接分析渲染列表辅助下载开源程序
- matyhtf/webim - 使用PHP+Swoole实现的网页即时聊天工具
- helloxz/imgurl - 此项目停止维护,如需私有部署图床服务,可查看我们的Zpic方案:https://www.zpic.pro (archived)
- baijunyao/thinkphp-bjyadmin - ThinkPHP 整合 Auth 权限管理、支付宝、微信支付、阿里 OSS、友盟推送、融云即时通讯、云通讯短信、Email、Excel、PDF 等等,基于 ThinkPHP 扩展了大量的功能,而不改动 ThinkPHP 核心,非常方便的升级、移植和使用。 (archived)
- Part-DB/Part-DB-server - Part-DB is an Open source inventory management system for your electronic components
- cypht-org/cypht - Cypht: Lightweight Open Source webmail aggregator [PHP, JS]. Supports IMAP/SMTP, JMAP and EWS (Exchange Web Services)
- FOSSBilling/FOSSBilling - Empower your hosting business with FOSSBilling, the free and open-source solution for efficient billing and client management.
- easysoft/zentaopms - Zentao is an agile(scrum) project management system/tool, Free Upgrade Forever!
- q2a/question2answer - Question2Answer is a free and open source platform for Q&A sites, running on PHP/MySQL.
- cdevroe/unmark - An open source to do app for bookmarks.
- johnroper100/dropplets - Welcome to an easier way to blog - A minimalist markdown blogging platform.
- typicms/typicms - A modular multilingual CMS built with Laravel, enabling developers to manage structured content like pages, news, events, and more.
- aimeos/aimeos-typo3 - TYPO3 e-commerce extension for ultra fast online shops, scalable marketplaces, complex B2B applications and #gigacommerce
- likeadmin-likeshop/likeshop - 🔥🔥🔥 likeshop开源免费商用电商系统,PC商城、H5商城、小程序商城、安卓APP商城、苹果APP商城,免费商用。场景:B2C商城,新零售商城,社交电商商城,分销系统商城,分销电商商城,小程序商城,商城源码,商城系统,单商户,多商户,电商系统,直播,uniapp,uni-app,B2B2C,B2B,O2O,ERP,Wechat,交易系统,内容系统,雷达,crm
- pinkary-project/pinkary.com - Create a landing page for all your links and connect with like-minded people without the noise.
- wintercms/winter - Free, open-source, self-hosted CMS platform based on the Laravel PHP Framework.
- aoaostar/toolbox - 🚀傲星工具箱,一个在线工具箱
- seblucas/cops - Calibre OPDS (and HTML) PHP Server : web-based light alternative to Calibre content server / Calibre2OPDS to serve ebooks (epub, mobi, pdf, ...)
- bludit/bludit - Simple, Fast, Secure, Flat-File CMS
- BadChoice/handesk - A Powerful Laravel Help Desk and Lead Management App
- kirilkirkov/Ecommerce-CodeIgniter-Bootstrap - Responsive, Multi-Vendor, MultiLanguage Online Store Platform (shopping cart solution)
- phpsysinfo/phpsysinfo - phpSysInfo: a customizable PHP script that displays information about your system nicely
- elabftw/elabftw - 📓 eLabFTW is the most popular open source electronic lab notebook for research labs.
- modxcms/revolution - MODX Revolution - Content Management Framework
- zelon88/HRConvert2 - A self-hosted, respource aware file conversion server supporting 488 formats in 26 languages.
- danpros/htmly - Simple and fast databaseless PHP blogging platform, and Flat-File CMS
- sulu/sulu - Core framework that implements the functionality of the Sulu content management system
- pereorga/minimalist-web-notepad - Minimalist Web Notepad
- emoncms/emoncms - Web-app for processing, logging and visualising energy, temperature and other environmental data
- shopware5/shopware - Shopware 5 core
- benjaminjonard/koillection - Koillection is a self-hosted service allowing users to manage any kind of collections.
- Art-of-WiFi/UniFi-API-browser - Tool to browse data exposed by Ubiquiti's UniFi Controller API
- postfixadmin/postfixadmin - PostfixAdmin - web based virtual user administration interface for Postfix mail servers
- uasoft-indonesia/badaso - Laravel Vue headless CMS / admin panel / dashboard / builder / API CRUD generator, anything !
- Blair2004/NexoPOS - Laravel-based web POS system with Vue.js, Tailwind CSS, inventory management, sales processing, customer records, reports, and modular extension support.
- voten-co/voten - The code that powers voten.co (archived)
- opensource-socialnetwork/opensource-socialnetwork - Open Source Social Network (OSSN) is a powerful open-source social networking software developed in PHP. It enables you to create a fully functional social networking website that fosters community engagement and helps your members form meaningful social relationships.
- mybb/mybb - MyBB is a free and open source forum software.
- mineadmin/MineAdmin - 🎉🎉🎉 MineAdmin是基于Hyperf框架 和 Vue+Vite 开发的前后端分离权限管理系统,自适应多终端。特色:后端 crud 生成 + 前端低代码 json 化配置
- nokonoko/Uguu - Uguu is a simple lightweight temporary file host with support for drop, paste, click and API uploading.
- TYPO3/typo3 - The TYPO3 Core - Enterprise Content Management System. Synchronized mirror of https://review.typo3.org/q/project:Packages/TYPO3.CMS
- walkor/workerman-chat - Websocket chat room written in PHP based on workerman.
- forkcms/forkcms - Fork is an easy to use open source CMS using Symfony Components.
- xiaochong0302/course-tencent-cloud - 专注于网课系统,网校系统,在线教育系统,知识付费系统。名符其实的开源,可免费商用。docker容器化部署,极速搭建专属课程点播,课程直播学习平台。
- sergix44/xbackbone - A lightweight file manager with full ShareX support and more
- phpvirtualbox/phpvirtualbox - phpVirtualBox: A Web interface to manage and access VirtualBox machines
- idno/idno - A social publishing platform.
- pods-framework/pods - The Pods Framework is a Content Development Framework for WordPress - It lets you create and extend content types that can be used for any project. Add fields of various types we've built in, or add your own with custom inputs, you have total control.
- EleTeam/UniShopX - EleTeam开源项目-电商全套解决方案之PHP版-Shop-for-PHP-Yii2。一个类似京东/天猫/淘宝的商城,有对应的APP支持,由EleTeam团队维护!
- benbalter/wordpress-static-site-exporter - One-click WordPress plugin that converts all posts, pages, taxonomies, metadata, and settings to Markdown and YAML which can be dropped into Jekyll (or Hugo or any other Markdown and YAML based site engine).
- iwind/rockmongo - RockMongo is a MongoDB administration tool, written in PHP 5. (archived)
- Intervention/image - PHP Image Processing
- PHP-FFMpeg/PHP-FFMpeg - An object oriented PHP driver for FFMpeg binary
- endroid/qr-code - PHP QR Code library that helps you create QR codes in a jiffy
- php-imagine/Imagine - PHP Object Oriented image manipulation library
- SimpleSoftwareIO/simple-qrcode - An easy-to-use PHP QrCode generator with first-party support for Laravel.
- spatie/image-optimizer - Easily optimize images using PHP
- chillerlan/php-qrcode - A PHP QR Code generator and reader with a user-friendly API.
- Bacon/BaconQrCode - QR Code Generator for PHP
- jenssegers/imagehash - 🌄 Perceptual image hashing for PHP
- laravolt/avatar - Plug n play avatar, turn name, email, and any other string into beautiful avatar (or gravatar), effortless.
- protonemedia/laravel-ffmpeg - This package provides an integration with FFmpeg for Laravel. Laravel's Filesystem handles the storage of the files.
- picqer/php-barcode-generator - Barcode generator in PHP that is easy to use, non-bloated and framework independent.
- liip/LiipImagineBundle - Symfony Bundle to assist in image manipulation using the imagine library
- mikehaertl/phpwkhtmltopdf - A slim PHP wrapper around wkhtmltopdf with an easy to use and clean OOP interface
- spatie/pdf-to-image - Convert a pdf to an image
- claviska/SimpleImage - A PHP class that makes working with images and GD as simple as possible.
- spatie/image - https://spatie.be/docs/image/v3/introduction
- spatie/laravel-image-optimizer - Optimize images in your Laravel app
- Setasign/FPDI - FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF.
- KnpLabs/KnpSnappyBundle - Easily create PDF and images in Symfony by converting html using webkit
- gumlet/php-image-resize - PHP library to resize, scale and crop images. Cloud solution available at: www.gumlet.com
- paragonie/random_compat - PHP 5.x support for random_bytes() and random_int()
- phpseclib/phpseclib - PHP Secure Communications Library
- defuse/php-encryption - Simple Encryption in PHP.
- ircmaxell/password_compat - Compatibility with the password_* functions that ship with PHP 5.5
- nilsteampassnet/TeamPass - Collaborative Passwords Manager
- namshi/jose - JSON Object Signing and Encryption library for PHP.
- paragonie/halite - High-level cryptography interface powered by libsodium
- digininja/DVWA - Damn Vulnerable Web Application (DVWA)
- tennc/webshell - This is a webshell open source project
- ambionics/phpggc - PHPGGC is a library of PHP unserialize() payloads along with a tool to generate them, from command line or programmatically.
- google/recaptcha - PHP client library for reCAPTCHA, a free service to protect your website from spam and abuse.
- flozz/p0wny-shell - Single-file PHP shell
- mewebstudio/captcha - Captcha for Laravel 5+
- ssl/ezXSS - ezXSS is an easy way for penetration testers and bug bounty hunters to test (blind) Cross Site Scripting.
- bartblaze/PHP-backdoors - A collection of PHP backdoors. For educational or testing purposes only.
- FriendsOfPHP/security-advisories - A database of PHP security advisories
- mewebstudio/Purifier - HTMLPurifier for Laravel 5+
- sensiolabs/security-checker - PHP frontend for security.symfony.com (archived)
- JohnTroony/php-webshells - Common PHP webshells you might need for your Penetration Testing assignments or CTF challenges. Do not host the file(s) on your server!
- anhskohbo/no-captcha - No CAPTCHA reCAPTCHA For Laravel.
- Gregwar/Captcha - PHP Captcha library
- symfony/security-csrf - Symfony Security Component - CSRF Library
- pk-fr/yakpro-po - YAK Pro - Php Obfuscator
- jvoisin/php-malware-finder - Detect potentially malicious PHP files (archived)
- psecio/iniscan - A php.ini scanner for best security practices
- antonioribeiro/firewall - Firewall package for Laravel applications
- 4x99/code6 - 码小六 - GitHub 代码泄露监控系统
- spatie/laravel-permission - Associate users with roles and permissions
- tymondesigns/jwt-auth - 🔐 JSON Web Token Authentication for Laravel & Lumen
- lcobucci/jwt - A simple library to work with JSON Web Token and JSON Web Signature
- thephpleague/oauth2-server - A spec compliant, secure by default PHP OAuth 2.0 Server
- thephpleague/oauth2-client - Easy integration with OAuth 2.0 service providers.
- JosephSilber/bouncer - Laravel Eloquent roles and abilities.
- paragonie/paseto - Platform-Agnostic Security Tokens
- hybridauth/hybridauth - Open source social sign on PHP Library. HybridAuth goal is to act as an abstract api between your application and various social apis and identities providers such as Facebook, Twitter and Google.
- bshaffer/oauth2-server-php - A library for implementing an OAuth2 Server in php
- bezhanSalleh/filament-shield - The easiest and most intuitive way to add access management to your Filament Panel; Resources, Pages & Widgets through
spatie/laravel-permission - lexik/LexikJWTAuthenticationBundle - JWT authentication for your Symfony API
- symfony/security-bundle - Provides a tight integration of the Security component into the Symfony full-stack framework
- hwi/HWIOAuthBundle - OAuth client integration for Symfony. Supports both OAuth1.0a and OAuth2.
- 404labfr/laravel-impersonate - Laravel Impersonate is a plugin that allows you to authenticate as your users.
- PHPGangsta/GoogleAuthenticator - PHP class to generate and verify Google Authenticator 2-factor authentication
- santigarcor/laratrust - Handle roles and permissions in your Laravel application
- panique/huge - Simple user-authentication solution, embedded into a small framework.
- antonioribeiro/google2fa - A One Time Password Authentication package, compatible with Google Authenticator.
- symfony/security-core - Symfony Security Component - Core Library
- symfony/security-http - Symfony Security Component - HTTP Integration
- userfrosting/UserFrosting - [READ ONLY] Modern PHP user login and management framework
- opauth/opauth - Multi-provider authentication framework for PHP
- cartalyst/sentinel - A framework agnostic authentication & authorization system.
- Spomky-Labs/otphp - 🔐 A PHP library for generating one time passwords according to RFC 4226 (HOTP) and the RFC 6238 (TOTP)
- jasny/sso - Simple Single Sign-On for PHP
- symfony/security-guard - Symfony Security Component - Guard (archived)
- googleapis/google-auth-library-php - Google Auth Library for PHP
- php-casbin/php-casbin - An authorization library that supports access control models like ACL, RBAC, ABAC in PHP .
- SAML-Toolkits/php-saml - Simple SAML toolkit for PHP
- delight-im/PHP-Auth - Authentication for PHP. Simple, lightweight and secure.
- symfony/security - Provides a complete security system for your web application (archived)
- RobThree/TwoFactorAuth - PHP library for Two Factor Authentication (TFA / 2FA)
- simplesamlphp/simplesamlphp - SimpleSAMLphp is an application written in native PHP that deals with authentication.
- FriendsOfSymfony/FOSOAuthServerBundle - A server side OAuth2 Bundle for Symfony
- daviddesberg/PHPoAuthLib - PHP 5.3+ oAuth 1/2 Client Library
- clarkeash/doorman - Limit access to your Laravel applications by using invite codes
- reactphp/reactphp - Event-driven, non-blocking I/O with PHP.
- guzzle/promises - Promises/A+ library for PHP with synchronous support
- amphp/amp - A non-blocking concurrency framework for PHP applications. 🐘
- spatie/async - Easily run code asynchronously
- reactphp/promise - Promises/A implementation for PHP.
- ReactiveX/RxPHP - Reactive extensions for PHP
- reactphp/event-loop - ReactPHP's core reactor event loop that libraries can use for evented I/O.
- icicleio/icicle - Icicle is a PHP library for writing asynchronous code using synchronous coding techniques (archived)
- phoronix-test-suite/phoronix-test-suite - The Phoronix Test Suite open-source, cross-platform automated testing/benchmarking software.
- vinkius-labs/laravel-page-speed - Package to optimize your site automatically which results in a 35%+ optimization. Laravel Page Speed delivers an end-to-end optimization pipeline for Blade-rendered pages and REST APIs with measurable gains in latency, bandwidth, and resiliency.
- phpbench/phpbench - PHP Benchmarking framework
- appstract/laravel-opcache - Laravel Package for OPcache
- kenjis/php-framework-benchmark - PHP Framework Benchmark
- fzaninotto/Faker - Faker is a PHP library that generates fake data for you (archived)
- sebastianbergmann/phpunit - The PHP Unit Testing framework.
- pestphp/pest - The elegant testing framework for PHP developers and AI agents.
- mockery/mockery - Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL).
- sebastianbergmann/php-code-coverage - Library that provides collection, processing, and rendering functionality for PHP code coverage information.
- phpspec/prophecy - Highly opinionated mocking framework for PHP 5.3+
- hamcrest/hamcrest-php - PHP Hamcrest implementation [Official]
- sebastianbergmann/phpunit-mock-objects - Mock Object library for PHPUnit (archived)
- Codeception/Codeception - Full-stack testing PHP framework
- Behat/Behat - BDD in PHP
- nelmio/alice - Expressive fixtures generator
- symfony/phpunit-bridge - Provides utilities for PHPUnit, especially user deprecation notices management
- orchestral/testbench - Laravel Testing Helper for Packages Development
- infection/infection - PHP Mutation Testing library
- phpspec/phpspec - SpecBDD Framework for PHP
- hugues-m/phpunit-vw - VW PHPUnit extension makes your failing test cases succeed under CI tools scrutiny
- atoum/atoum - The modern, simple and intuitive PHP unit testing framework. (archived)
- bovigo/vfsStream - vfsStream is a stream wrapper for a virtual file system that may be helpful in unit tests to mock the real file system. It can be used with any unit test framework, like PHPUnit or SimpleTest.
- carlosas/phpat - ✔️ PHP Architecture Tester - Easy architecture testing for PHP
- php-vcr/php-vcr - Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
- mikeerickson/phpunit-pretty-result-printer - PHPUnit Pretty Result Printer -- make your PHPUnit tests look pretty!
- dmaicher/doctrine-test-bundle - Symfony bundle to isolate your app's doctrine database tests and improve the test performance
- kahlan/kahlan - ✔️ PHP Test Framework for Freedom, Truth, and Justice
- humbug/humbug - Humbug is a Mutation Testing framework for PHP to measure the real effectiveness of your test suites and assist in their improvement. It eats Code Coverage for breakfast. (archived)
- Behat/Gherkin - Gherkin parser, written in PHP for Behat project
- symfony/console - Eases the creation of beautiful and testable command line interfaces
- wp-cli/wp-cli - ⚙️ WP-CLI framework
- laravel-zero/laravel-zero - A PHP framework for console artisans
- drush-ops/drush - Drush is a command-line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those who spend their working hours hacking away at the command prompt.
- netz98/n98-magerun - The swiss army knife for Magento developers, sysadmins and devops. The tool provides a huge set of well tested command line commands which save hours of work time. All commands are extendable by a module API. (archived)
- minicli/minicli - A minimal framework for command-line applications in PHP. Join our Discord: https://discord.gg/hY5UNC4XPf
- Seldaek/monolog - Sends your logs to files, sockets, inboxes, databases and various web services
- vlucas/phpdotenv - Loads environment variables from
.envtogetenv(),$_ENVand$_SERVERautomagically. - spatie/laravel-activitylog - Log activity inside your Laravel app
- symfony/config - Helps you find, load, combine, autofill and validate configuration values of any kind
- symfony/dotenv - Registers environment variables from a .env file
- symfony/options-resolver - Provides an improved replacement for the array_replace PHP function
- rap2hpoutre/laravel-log-viewer - 🐪 Laravel log viewer
- symfony/monolog-bundle - Symfony Monolog Bundle
- symfony/monolog-bridge - Provides integration for Monolog with various Symfony components
- ARCANEDEV/LogViewer - 📃 Provides a log viewer for Laravel
- EasyCorp/easy-log-handler - Human-friendly log files that make you more productive (archived)
- ccampbell/chromephp - class for logging PHP variables to Google Chrome console
- erusev/parsedown - Better Markdown Parser in PHP
- egulias/EmailValidator - PHP Email address validator
- dompdf/dompdf - HTML to PDF converter for PHP
- serbanghita/Mobile-Detect - Mobile_Detect is a lightweight PHP class for detecting mobile devices (including tablets). It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.
- twigphp/Twig - Twig, the flexible, fast, and secure template language for PHP
- Laravel-Lang/lang - List of 128 languages for Laravel Framework, Laravel Jetstream, Laravel Fortify, Laravel Breeze, Laravel Cashier, Laravel Nova and Laravel UI.
- sebastianbergmann/php-text-template - A simple template engine.
- symfony/css-selector - Converts CSS selectors to XPath expressions
- symfony/translation - Provides tools to internationalize your application
- giggsey/libphonenumber-for-php - PHP version of Google's phone number handling library
- jenssegers/agent - 👮 A PHP desktop/mobile user agent parser with support for Laravel, based on Mobiledetect
- mpdf/mpdf - PHP library generating PDF files from UTF-8 encoded HTML
- tecnickcom/TCPDF - Deprecated: PHP PDF library, superseded by tc-lib-pdf (https://github.com/tecnickcom/tc-lib-pdf)
- KnpLabs/snappy - PHP library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage
- overtrue/pinyin - 🇨🇳 基于词库的中文转拼音优质解决方案
- phpDocumentor/phpDocumentor - Documentation Generator for PHP
- mcamara/laravel-localization - Easy localization for Laravel
- matomo-org/device-detector - The Universal Device Detection library will parse any User Agent and detect the browser, operating system, device used (desktop, tablet, mobile, tv, cars, console, etc.), brand and model.
- michelf/php-markdown - Parser for Markdown and Markdown Extra derived from the original Markdown.pl by John Gruber.
- ezyang/htmlpurifier - Standards compliant HTML filter written in PHP
- bobthecow/mustache.php - A Mustache implementation in PHP.
- thephpleague/commonmark - Highly-extensible PHP Markdown parser which fully supports the CommonMark and GFM specs.
- cocur/slugify - Converts a string to a slug. Includes integrations for Symfony, Silex, Laravel, Zend Framework 2, Twig, Nette and Latte.
- symfony/intl - Provides access to the localization data of the ICU library
- symfony/twig-bridge - Provides integration for Twig with various Symfony components
- symfony/twig-bundle - Provides a tight integration of Twig into the Symfony full-stack framework
- danielstjules/Stringy - A PHP string manipulation library with multibyte support
- VerbalExpressions/PHPVerbalExpressions - PHP Regular expressions made easy
- JayBizzle/Crawler-Detect - 🕷 CrawlerDetect is a PHP class for detecting bots/crawlers/spiders via the user agent
- smarty-php/smarty - Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic.
- symfony/inflector - Converts words between their singular and plural forms (English only) (archived)
- Behat/Transliterator - Behat Transliterator library inherited from Doctrine1 and used in Behat for snippet generation (archived)
- vinkla/laravel-hashids - A Hashids bridge for Laravel
- themsaid/ibis - A PHP tool that helps you write eBooks in markdown and convert to PDF.
- thephpleague/html-to-markdown - Convert HTML to Markdown with PHP
- WhichBrowser/Parser-PHP - Browser sniffing gone too far — A useragent parser library for PHP
- SimpleRegex/SRL-PHP - Simple Regex Language (archived)
- symfony/string - Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way
- coduo/php-humanizer - Humanize values that are readable only for developers.
- neitanod/forceutf8 - PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.
- spatie/laravel-sluggable - An opinionated package to create slugs for Eloquent models
- thephpleague/plates - Native PHP template system
- twigphp/Twig-extensions - Twig extensions (archived)
- gherkins/regexpbuilderphp - 🦉 human-readable regular expressions
- nette/latte - ☕ Latte: the safest & truly intuitive templates for PHP. Engine for those who want the most secure PHP sites.
- segmentfault/HyperDown - 一个结构清晰的,易于维护的,现代的PHP Markdown解析器
- iamcal/php-emoji - A PHP Emoji conversion library
- spatie/regex - A sane interface for php's built in preg_* functions
- thephpleague/flysystem - Abstraction for local and remote filesystems
- symfony/finder - Finds files and directories via an intuitive fluent interface
- sebastianbergmann/php-file-iterator - FilterIterator implementation that filters files based on a list of suffixes, prefixes, and other exclusion criteria.
- symfony/process - Executes commands in sub-processes
- sebastianbergmann/environment - Provides functionality that helps writing PHP code that has runtime-specific execution paths
- spatie/laravel-medialibrary - Associate files with Eloquent models
- spatie/laravel-backup - A package to backup your Laravel app
- symfony/filesystem - Provides basic utilities for the filesystem
- KnpLabs/Gaufrette - PHP library that provides a filesystem abstraction layer − will be a feast for your files!
- dustin10/VichUploaderBundle - A simple Symfony bundle to ease file uploads with ORM entities and ODM documents.
- maennchen/ZipStream-PHP - 💾 PHP ZIP Streaming Library
- clue/stream-filter - A simple and modern approach to stream filtering in PHP
- thephpleague/flysystem-aws-s3-v3 - [READYONLY SUB-SPLIT]Flysystem Adapter for AWS SDK V3
- sebastianfeldmann/phpbu - PHP Backup Utility - Creates and encrypts database and file backups, syncs your backups to other servers or cloud services and assists you monitor your backup process
- briannesbitt/Carbon - A simple PHP API extension for DateTime.
- mtdowling/cron-expression - CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due
- spatie/opening-hours - Query and format a set of opening hours
- simshaun/recurr - PHP library for working with recurrence rules (RRULE); meant to help with recurring calendar events.
- lavary/crunz - A PHP-based job scheduler
- spatie/laravel-google-calendar - Manage events on a Google Calendar
- cakephp/chronos - A standalone DateTime library originally based off of Carbon
- markuspoerschke/iCal - iCal-creator for PHP
- azuyalabs/yasumi - The easy PHP Library for calculating holidays
- botman/botman - A framework agnostic PHP library to build chat bots
- Hanson/vbot - weixin-cli,qiwei-cli,微信,企微,机器人,企业微信,企微机器人,微信机器人,ipad协议,视频号下载,聚合聊天,RPA,协议,hook,逆向,群发,自动回复,API对接,稳定防封全语言通用,企业定制/SCRM/SAAS专用
- interconnectit/Search-Replace-DB - This script was made to aid the process of migrating PHP and MySQL based websites. Works with most common CMSes.
- php-telegram-bot/core - PHP Telegram Bot based on the official Telegram Bot API
- luolongfei/freenom - Freenom 域名自动续期。Freenom domain name renews automatically.
- irazasyed/telegram-bot-sdk - 🤖 Telegram Bot API PHP SDK. Lets you build Telegram Bots easily! Supports Laravel out of the box.
- gharlan/alfred-github-workflow - GitHub Workflow for Alfred
- laravel/envoy - Elegant SSH tasks for PHP.
- weprovide/valet-plus - Blazing fast macOS PHP development environment (archived)
- sohelamin/crud-generator - Laravel CRUD Generator
- warifp/FacebookToolkit - a tool to get Facebook data, and some Facebook bots, and extra tools found on Facebook Toolkit ++.
- TelegramBot/Api - Native PHP Wrapper for Telegram BOT API
- rlerdorf/php7dev - Documentation for the php7dev Vagrant box image
- BrainMaestro/composer-git-hooks - Easily manage git hooks in your composer config
- ramsey/uuid - ❄️ A PHP library for generating universally unique identifiers (UUIDs).
- symfony/event-dispatcher - Provides tools that allow your application components to communicate with each other by dispatching events and listening to them
- symfony/polyfill-mbstring - Symfony polyfill for the Mbstring extension
- sebastianbergmann/php-timer - Utility class for timing
- sebastianbergmann/comparator - Provides the functionality to compare PHP values for equality.
- sebastianbergmann/exporter - Provides the functionality to export PHP variables for visualization
- sebastianbergmann/version - Library that helps with managing the version number of Git-hosted PHP projects
- sebastianbergmann/recursion-context - Provides functionality to recursively process PHP variables
- sebastianbergmann/resource-operations - Provides a list of PHP built-in functions that operate on resources (archived)
- Respect/Validation - The most awesome validation engine ever created for PHP
- vinkla/hashids - A small PHP library to generate YouTube-like ids from numbers. Use it when you don't want to expose your database ids to the user.
- moneyphp/money - PHP implementation of Fowler's Money pattern.
- symfony/polyfill-php72 - Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions
- aimeos/map - PHP arrays and collections made easy
- symfony/dependency-injection - Allows you to standardize and centralize the way objects are constructed in your application
- symfony/polyfill-ctype - Symfony polyfill for ctype functions
- symfony/contracts - A set of abstractions extracted out of the Symfony components
- ralouphie/getallheaders - PHP getallheaders polyfill
- symfony/event-dispatcher-contracts - Generic abstractions related to dispatching event
- symfony/polyfill-intl-idn - Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions
- doctrine/reflection - The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection API that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically. (archived)
- symfony/property-access - Provides functions to read and write from/to an object or array using a simple string notation
- symfony/polyfill - PHP polyfills
- PHP-DI/PHP-DI - The dependency injection container for humans
- myclabs/php-enum - The enum PHP is missing, inspired from SplEnum
- symfony/validator - Provides tools to validate values
- schmittjoh/php-option - Option Type for PHP
- silexphp/Pimple - A small PHP dependency injection container
- symfony/service-contracts - Generic abstractions related to writing services
- symfony/polyfill-intl-icu - Symfony polyfill for intl's ICU-related data and classes
- symfony/translation-contracts - Generic abstractions related to translation
- thecodingmachine/safe - All PHP functions, rewritten to throw exceptions instead of returning false
- aimeos/macro - Customize code using closures
- symfony/polyfill-php73 - Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions
- nette/php-generator - 🐘 Generates neat PHP code for you. Supports new PHP 8.5 features.
- spatie/data-transfer-object - Data transfer objects with batteries included (archived)
- symfony/property-info - Extracts information about PHP class' properties using metadata of popular sources
- php-ds/ext-ds - Extension for specialized native data structures in PHP
- nette/utils - 🛠 Lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.
- symfony/deprecation-contracts - A generic function and convention to trigger deprecation notices
- symfony/polyfill-intl-normalizer - Symfony polyfill for intl's Normalizer class and related functions
- BenSampo/laravel-enum - Simple, extensible and powerful enumeration implementation for Laravel.
- lstrojny/functional-php - Primitives for functional programming in PHP
- antonioribeiro/countries - Laravel countries and currencies
- brick/money - A money and currency library for PHP
- spatie/laravel-collection-macros - A set of useful Laravel collection macros
- laminas/laminas-code - Extensions to the PHP Reflection API, static code scanning, and code generation
- schmittjoh/metadata - Metadata is a library for metadata management in PHP
- webpatser/laravel-uuid - Laravel package to generate and to validate a UUID according to the RFC 4122 standard. Only support for version 1, 3, 4 and 5 UUID are built-in.
- spatie/laravel-data - Powerful data objects for Laravel
- symfony/polyfill-iconv - Symfony polyfill for the Iconv extension
- rinvex/countries - Rinvex Country is a simple and lightweight package for retrieving country details with flexibility. A whole bunch of data including name, demonym, capital, iso codes, dialling codes, geo data, currencies, flags, emoji, and other attributes for all 250 countries worldwide at your fingertips.
- symfony/polyfill-intl-grapheme - Symfony polyfill for intl's grapheme_* functions
- symfony/polyfill-php80 - Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions
- vlucas/valitron - Valitron is a simple, elegant, stand-alone validation library with NO dependencies
- php-standard-library/php-standard-library - PHP Standard Library
- sebastianbergmann/type - Collection of value objects that represent the types of the PHP type system
- spatie/once - A magic memoization function
- igorw/evenement - Événement is a very simple event dispatching library for PHP.
- sebastianbergmann/php-invoker - Invoke PHP callables with a timeout
- yohang/Finite - A Simple PHP Finite State Machine
- symfony/polyfill-util - Symfony utilities for portability of PHP codes
- jenssegers/optimus - 🤖 Id obfuscation based on Knuth's multiplicative hashing method for PHP.
- FriendsOfPHP/proxy-manager-lts - Adding support for a wider range of PHP versions to ocramius/proxy-manager.
- ramsey/collection - 🗂️ A PHP library for representing and manipulating collections.
- sebastianbergmann/code-unit - Collection of value objects that represent the PHP code units
- Wixel/GUMP - A fast, flexible PHP validation class that works anywhere and validates any data.
- brianhaveri/Underscore.php - PHP port of Underscore.js
- Anahkiasen/underscore-php - A redacted PHP port of Underscore.js with additional functions and goodies – Available for Composer and Laravel (archived)
- markrogoyski/math-php - Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra
- brick/math - Arbitrary-precision arithmetic library for PHP
- MarkBaker/PHPComplex - PHP Class for handling Complex numbers
- mjaschen/phpgeo - Simple Yet Powerful Geo Library for PHP
- MarkBaker/PHPMatrix - PHP Class for handling Matrices
- thephpleague/geotools - Geo-related tools PHP 7.3+ library built atop Geocoder and React libraries
- Herzult/SimplePHPEasyPlus - A simple, pragmatic numeric operation api written in PHP. It does addition.
- danielmiessler/SecLists - SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more.
- filamentphp/filament - A powerful open-source UI framework for Laravel • Build and ship apps & admin panels fast with Livewire
- livewire/livewire - A full-stack framework for Laravel that takes the pain out of building dynamic UIs.
- WordPress/WordPress - WordPress, Git-ified. This repository is just a mirror of the WordPress subversion repository. Please do not send pull requests. Submit pull requests to https://github.com/WordPress/wordpress-develop and patches to https://core.trac.wordpress.org/ instead.
- easychen/howto-make-more-money - 程序员如何优雅的挣零花钱,2.0版,升级为小书了。Most of this not work outside China , so no English translate
- koel/koel - Music streaming solution that works.
- easychen/opc-methodology - 《一人企业方法论》第二版,也适合做其他副业(比如自媒体、电商、数字商品)的非技术人群。
- barryvdh/laravel-ide-helper - IDE Helper for Laravel
- grokability/snipe-it - A free open source IT asset/license management system
- Qloapps/QloApps - QloApps is a Free and Open-source hotel management and reservation system to take a hotel business online. QloApps offers a Property Management System (PMS), a Booking Engine, and an attractive Hotel Website. Elevate hotel operations with QloApps to streamline processes and provide an enhanced experience for both hoteliers and guests.
- star7th/showdoc - ShowDoc is a tool greatly applicable for an IT team to share documents online一个非常适合IT团队的在线API文档、技术文档工具
- assimon/dujiaoka - 🦄独角数卡(自动售货系统)-开源站长自动化售货解决方案、高效、稳定、快速!🚀🚀🎉🎉 (archived)
- docker-archive-public/docker.labs - This is a collection of tutorials for learning how to use Docker with various tools. Contributions welcome. (archived)
- aureuserp/aureuserp - Free and Open Source ERP platform
- thedevdojo/voyager - Voyager - The Missing Laravel Admin (archived)
- doctrine/inflector - Doctrine Inflector is a small library that can perform string manipulations with regard to uppercase/lowercase and singular/plural forms of words.
- doctrine/lexer - Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.
- z-song/laravel-admin - Build a full-featured administrative interface in ten minutes
- doctrine/instantiator
- php-fig/log
- Anankke/SSPanel-UIM - Multi-purpose proxy service management system
- nextcloud/all-in-one - 📦 The official Nextcloud installation method. Provides easy deployment and maintenance with most features included in this one Nextcloud instance.
- doctrine/orm - Doctrine Object Relational Mapper (ORM)
- helloqingfeng/Awsome-Front-End-learning-resource -
GitHub最全的前端资源汇总仓库(包括前端学习、开发资源、求职面试等) - guyueyingmu/avbook - AV 电影管理系统, avmoo , javbus , javlibrary 爬虫,线上 AV 影片图书馆,AV 磁力链接数据库,Japanese Adult Video Library,Adult Video Magnet Links - Japanese Adult Video Database
- php-fig/container
- kanboard/kanboard - Kanban project management software
- doctrine/dbal - Doctrine Database Abstraction Layer
- dingo/api - A RESTful API package for the Laravel and Lumen frameworks.
- phpDocumentor/ReflectionDocBlock
- linuxserver/Heimdall - An Application dashboard and launcher
- phpDocumentor/TypeResolver - A PSR-5 based resolver of Class names, Types and Structural Element Names
- phpDocumentor/ReflectionCommon
- fuzzdb-project/fuzzdb - Dictionary of attack patterns and primitives for black-box application fault injection and resource discovery.
- solidtime-io/solidtime - Modern open-source time-tracking app
- myclabs/DeepCopy - Create deep copies (clones) of your objects
- php-fig/simple-cache
- doctrine/cache - Doctrine Cache component
- DevinVinson/WordPress-Plugin-Boilerplate - [WordPress] A foundation for WordPress Plugin Development that aims to provide a clear and consistent guide for building your plugins.
- webmozarts/assert - Assertions to validate method input/output with nice error messages.
- sebastianbergmann/diff - Diff implementation
- laravel/lumen - The Laravel Lumen Framework. (archived)
- phar-io/version - Library for handling version information and constraints
- laravel/tinker - Powerful REPL for the Laravel framework.
- moodle/moodle - Moodle - the world's open source learning platform
- fideloper/TrustedProxy - Laravel Proxy Package for handling sessions when behind load balancers or other intermediaries.
- aonez/Keka - The macOS & iOS file archiver
- barryvdh/laravel-dompdf - A DOMPDF Wrapper for Laravel
- roundcube/roundcubemail - The Roundcube Webmail suite
- pixelfed/pixelfed - Photo Sharing. For Everyone.
- the-benchmarker/web-frameworks - Which is the fastest web framework?
- elementor/elementor - The most advanced frontend drag & drop page builder. Create high-end, pixel perfect websites at record speeds. Any theme, any page, any design.
- paragonie/awesome-appsec - A curated list of resources for learning about application security
- openmediavault/openmediavault - openmediavault is the next generation network attached storage (NAS) solution based on Debian Linux. Thanks to the modular design of the framework it can be enhanced via plugins. openmediavault is primarily designed to be used in home environments or small home offices.
- doctrine/annotations - Annotations Docblock Parser
- sebastianbergmann/code-unit-reverse-lookup - Looks up which function or method a line of code belongs to
- sebastianbergmann/global-state - Snapshotting of global state, factored out of PHPUnit into a stand-alone component
- php-pm/php-pm - PPM is a process manager, supercharger and load balancer for modern PHP applications.
- sebastianbergmann/object-enumerator - Traverses array structures and object graphs to enumerate all referenced objects
- MISP/MISP - MISP (core software) - Open Source Threat Intelligence and Sharing Platform
- kalcaddle/KodExplorer - A web based file manager,web IDE / browser based code editor
- electerious/Lychee - A great looking and easy-to-use photo-management-system you can run on your server, to manage and share photos.
- glpi-project/glpi - GLPI is a Free Asset and IT Management Software package, Data center management, ITIL Service Desk, licenses tracking and software auditing.
- dnoegel/php-xdg-base-dir
- sebastianbergmann/object-reflector - Allows reflection of object attributes, including inherited and non-public ones
- mledoze/countries - World countries in JSON, YAML, CSV and XML. Any help is welcome!
- hirak/prestissimo - composer parallel install plugin
- doctrine/event-manager - The Doctrine Event Manager is a library that provides a simple event system.
- Zizaco/entrust - Role-based Permissions for Laravel 5
- doctrine/collections - Collections Abstraction Library
- alexjustesen/speedtest-tracker - Speedtest Tracker is a self-hosted application that monitors the performance and uptime of your internet connection.
- ZoneMinder/zoneminder - ZoneMinder is a free, open source Closed-circuit television software application developed for Linux which supports IP, USB and Analog cameras.
- Audi-1/sqli-labs - SQLI labs to test error based, Blind boolean based, Time based.
- tijsverkoyen/CssToInlineStyles - CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very usefull when you're sending emails.
- doctrine/common - Doctrine Common
- laravel/socialite - Laravel wrapper around OAuth 1 & OAuth 2 libraries.
- pfsense/pfsense - Main repository for pfSense
- hlmd/Postman-cn - Postman汉化中文版 (archived)
- solstice23/argon-theme - 📖 Argon - 一个轻盈、简洁的 WordPress 主题
- kuaifan/dootask - DooTask是一款开源在线项目任务管理工具,提供各类文档协作工具、在线思维导图、在线流程图、项目管理、任务分发、即时IM,文件管理等工具;同时消息功能使用非对称加密技术让你的沟通更安全。
- laravel/telescope - An elegant debug assistant for the Laravel framework.
- RaspAP/raspap-webgui - The easiest, full-featured wireless router setup for Debian-based devices. Period.
- php-fig/cache
- beyondcode/laravel-websockets - Websockets for Laravel. Done right. (archived)
- v2board/v2board - 🚀A multiple proxy protocol manage panel application interface
- antonkomarev/github-profile-views-counter - It counts how many times your GitHub profile has been viewed. Free cloud micro-service.
- Ocramius/ProxyManager - 🎩✨🌈 OOP Proxy wrappers/utilities - generates and manages proxies of your objects
- chriskacerguis/codeigniter-restserver - A fully RESTful server implementation for CodeIgniter using one library, one config file and one controller.
- doctrine/DoctrineBundle - Symfony Bundle for Doctrine ORM and DBAL
- anonaddy/anonaddy - Anonymous email forwarding
- orchidsoftware/platform - Orchid is a @laravel package that allows for rapid application development of back-office applications, admin/user panels, and dashboards.
- doctrine/migrations - Doctrine Database Migrations Library
- easy-swoole/easyswoole - swoole,easyswoole,swoole framework
- MlgmXyysd/Xiaomi-HyperOS-BootLoader-Bypass - A PoC that exploits a vulnerability to bypass the Xiaomi HyperOS community restrictions of BootLoader unlocked account bindings.
- cedar2025/Xboard - High-performance panel based on V2board secondary development supporting new protocols and new features
- opnsense/core - OPNsense GUI, API and systems backend
- easychen/stack-roadmap - 方糖全栈路线图2023,为「从螺丝钉到一人企业」补全技能栈
- zhuifengshaonianhanlu/pikachu - 一个好玩的Web安全-漏洞测试平台
- opcodesio/log-viewer - Fast and beautiful Log Viewer for Laravel
- joypixels/emojione - [Archived] The world's largest independent emoji font. Maintained at https://github.com/joypixels/emoji-toolkit. (archived)
- archtechx/tenancy - Automatic multi-tenancy for Laravel. No code changes needed.
- hanc00l/wooyun_public - This repo is archived. Thanks for wooyun! 乌云公开漏洞、知识库爬虫和搜索 crawl and search for wooyun.org public bug(vulnerability) and drops (archived)
- drupal/drupal - Verbatim mirror of the git.drupal.org repository for Drupal core. Please see the https://github.com/drupal/drupal#contributing. PRs are not accepted on GitHub.
- Attendize/Attendize - Attendize is an open-source ticket selling and event management platform built on Laravel.
- symfony/flex - Composer plugin for Symfony
- andersao/l5-repository - Laravel 5 - Repositories to abstract the database layer
- c0ny1/upload-labs - 一个想帮你总结所有类型的上传漏洞的靶场
- laravel/horizon - Dashboard and code-driven configuration for Laravel queues.
- Bubka/2FAuth - A Web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes
- LaravelCollective/html - HTML and Form Builders for the Laravel Framework
- laravel/jetstream - Tailwind scaffolding for the Laravel framework.
- mirai-mamori/Sakurairo - A WordPress theme that is built with AI-assisted reading features, colorful, user-friendly, well-rounded, and rich in functionalities. Support Chinese, English, Japanese, Français (soutien de base) languages. Based on Theme Sakura. 一款具有 AI 辅助阅读功能的 WordPress 主题,多彩、友好、功能全面、体验完善。 支持中、英、日、法(基础适配)多语言。基于 Sakura 主题。
- zyx0814/dzzoffice - dzzoffice
- doctrine/persistence - The Doctrine Persistence project is a library that provides common abstractions for object mapper persistence.
- laravel/octane - Supercharge your Laravel application's performance.
- swooletw/laravel-swoole - High performance HTTP server based on Swoole. Speed up your Laravel or Lumen applications. (archived)
- jqhph/dcat-admin - 🔥 基于 Laravel 的后台系统构建工具 (Laravel Admin),使用很少的代码快速构建一个功能完善的高颜值后台系统,内置丰富的后台常用组件,开箱即用,让开发者告别冗杂的HTML代码
- AzuraCast/AzuraCast - A self-hosted web radio management suite, including turnkey installer tools for the full radio software stack and a modern, easy-to-use web app to manage your stations.
- jeroennoten/Laravel-AdminLTE - Easy AdminLTE integration with Laravel
- cviebrock/eloquent-sluggable - Easy creation of slugs for your Eloquent models in Laravel
- area17/twill - Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible. Chat with us on Discord at https://discord.gg/cnWk7EFv8R.
- geocoder-php/Geocoder - The most featured Geocoder library written in PHP.
- iagox86/dnscat2
- WP-API/WP-API - The WP REST API has been merged into WordPress core. Please do not create issues or send pull requests. Submit support requests to the forums or patches to Trac (see README below for links). (archived)
- osTicket/osTicket - The osTicket open source ticketing system official project repository, for versions 1.8 and later
- shaarli/Shaarli - The personal, minimalist, super-fast, database free, bookmarking service - community repo
- NativePHP/laravel - Laravel wrapper for the NativePHP framework (archived)
- hhxsv5/laravel-s - LaravelS is an out-of-the-box adapter between Laravel/Lumen and Swoole.
- nemoTyrant/manong - 码农周刊整理
- pimcore/pimcore - Core Framework for the Open Core Data & Experience Management Platform (PIM, MDM, CDP, DAM, DXP/CMS & Digital Commerce)
- pulsejet/memories - Fast, modern and advanced photo management suite. Runs as a Nextcloud app.
- ampache/ampache - A web based audio/video streaming application and file manager allowing you to access your music & videos from anywhere, using almost any internet enabled device.
- mashirozx/sakura - A Wonderful WordPress Theme: 樱花庄的白猫博客主题
- InfyOmLabs/laravel-generator - API and Admin Panel CRUD Generator for Laravel.
- wp-graphql/wp-graphql - 🚀 GraphQL API for WordPress
- Tuhinshubhra/RED_HAWK - All in one tool for Information Gathering, Vulnerability Scanning and Crawling. A must have tool for all penetration testers
- Crinsane/LaravelShoppingcart - A simple shopping cart implementation for Laravel
- OpnForm/OpnForm - Beautiful Open-Source Form Builder
- orvice/ss-panel - rm
- laravel/boost - Laravel-focused MCP server for augmenting your AI powered local development experience.
- pmmp/PocketMine-MP - Custom server software for Minecraft: Bedrock, built from scratch in PHP, C and C++ (archived)
- astralapp/astral - Organize Your GitHub Stars With Ease
- thephpleague/fractal - Output complex, flexible, AJAX/RESTful data structures.
- booksbyus/zguide - Learning and Using ØMQ
- isohuntto/openbay
- owen-it/laravel-auditing - Record the change log from models in Laravel
- mpociot/laravel-apidoc-generator - Laravel API Documentation Generator
- WordPress/wordpress-develop - WordPress Develop, Git-ified. Synced from git://develop.git.wordpress.org/, including branches and tags! This repository is just a mirror of the WordPress subversion repository. Please include a link to a pre-existing ticket on https://core.trac.wordpress.org/ with every pull request.
- laravel/passport - Laravel Passport provides OAuth2 server support to Laravel.
- symfony/maker-bundle - Symfony Maker Bundle
- austintoddj/canvas - Publishing on your own terms
- guanguans/favorite-link - ❤️ 每天收集喜欢的开源项目。
- overtrue/easy-sms - 📲 一款多渠道的短信发送轮子
- seatonjiang/kratos - WordPress theme that focus on reading experience
- afragen/git-updater - This WP plugin will update GitHub, Bitbucket, GitLab, and Gitea hosted plugins and themes
- composer/semver - Semantic versioning utilities with the addition of version constraints parsing and checking.
- composer/satis - Simple static Composer repository generator - For a full private Composer repo use Private Packagist
- catchpoint/WebPageTest - Official repository for WebPageTest
- sabre-io/Baikal - Baïkal is a Calendar+Contacts server
- ThinkUpLLC/ThinkUp - ThinkUp gives you insights into your social networking activity on Twitter, Facebook, Instagram, and beyond.
- Ocramius/PackageVersions - 📦 Composer addon to efficiently get installed packages' version numbers
- laravel-shift/blueprint - A code generation tool for Laravel developers.
- outroll/vesta - VESTA Control Panel
- filegator/filegator - Powerful Multi-User File Manager
- thiagoalessio/tesseract-ocr-for-php - A wrapper to work with Tesseract OCR inside PHP.
- Propaganistas/Laravel-Phone - Phone number functionality for Laravel
- Tai7sy/card-system - 卡密商城系统,高效安全的在线卡密商城
- calebporzio/sushi - Eloquent's missing "array" driver.
- changeweb/Unifiedtransform - A school management Software
- mrclay/minify - Combines. minifies, and serves CSS or Javascript files
- rajkumardusad/IP-Tracer - Track any ip address with IP-Tracer. IP-Tracer is developed for Linux and Termux. you can retrieve any ip address information using IP-Tracer.
- laravel/sanctum - Laravel Sanctum provides a featherweight authentication system for SPAs and simple APIs.
- composer/ca-bundle - Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.
- wususu/effective-resourses - 📖学习资源整合
- DarkaOnLine/L5-Swagger - OpenApi or Swagger integration to Laravel
- fex-team/fis - Front-end Integrated Solution - 前端集成解决方案, 最新版请进入 FIS3 https://github.com/fex-team/fis3
- orangehill/iseed - Laravel Inverse Seed Generator
- lorisleiva/laravel-actions - ⚡️ Laravel components that take care of one specific task
- staudenmeir/eloquent-has-many-deep - Laravel Eloquent HasManyThrough relationships with unlimited levels
- kitloong/laravel-migrations-generator - Laravel Migrations Generator: Automatically generate your migrations from an existing database schema.
- orangetw/My-CTF-Web-Challenges - Collection of CTF Web challenges I made
- pentestmonkey/php-reverse-shell
- jcc/blog - 🌟 PJ Blog is an open source blog built with Laravel and Vue.js.
- doctrine/data-fixtures - Doctrine2 ORM Data Fixtures Extensions
- Codiad/Codiad - Web Based, Cloud IDE (archived)
- top-think/framework - ThinkPHP Framework
- ganlvtech/down_52pojie_cn - A single page file explorer that can be hosted on static website. 吾爱破解论坛 爱盘 https://down.52pojie.cn/ 页面的源代码
- mike42/escpos-php - PHP library for printing to ESC/POS-compatible thermal and impact printers
- rodber/chevereto-free - 👉 Go to chevereto/chevereto for newer Chevereto releases. Self-hosted image sharing software, your own Flickr/Imgur with your very own rules. (archived)
- illuminate/database - [READ ONLY] Subtree split of the Illuminate Database component (see laravel/framework)
- PGYER/codefever - CodeFever 是完全免费开源的 Git 代码托管服务,支持一行命令安装到自己服务器!CodeFever Community Edition (A Self-hosted Git Services)!
- barryvdh/laravel-snappy - Laravel Snappy PDF
- laravel/ui - Laravel UI utilities and presets.
- doctrine/DoctrineCacheBundle - Symfony2 Bundle for Doctrine Cache (archived)
- laracasts/flash - Easy flash notifications
- scotch-io/scotch-box - Scotch Box is a preconfigured Vagrant Box with a full array of LAMP Stack features to get you up and running with Vagrant in no time.
- olefredrik/FoundationPress - FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb (archived)
- thephpleague/glide - Wonderfully easy on-demand image manipulation library with an HTTP based API.
- gptlink/gptlink - 10分钟搭建可免费商用的AI对话环境,搭建简单,包含用户,订单,任务,付费等功能
- spatie/laravel-sitemap - Create and generate sitemaps with ease
- VentureCraft/revisionable - Easily create a revision history for any laravel model
- phptodayorg/php-must-watch - list of interesting conference talks and videos on PHP -
- tenancy/multi-tenant - Run multiple websites using the same Laravel installation while keeping tenant specific data separated for fully independent multi-domain setups, previously github.com/hyn/multi-tenant
- HenryQW/Awesome-TTRSS - 🐋 Awesome TTRSS, a powerful Dockerised all-in-one RSS solution.
- versionpress/versionpress - Git-based version control for WordPress. Whoa! (archived)
- mochat-cloud/mochat - 基于企业微信的开源SCRM应用开发框架&引擎,也是一套通用的企业私域流量管理系统!
- cmgmyr/laravel-messenger - Simple user messaging package for Laravel
- YahnisElsts/plugin-update-checker - A custom update checker for WordPress plugins. Useful if you don't want to host your project in the official WP repository, but would still like it to support automatic updates. Despite the name, it also works with themes.
- laravel/cashier-stripe - Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.
- doctrine/DoctrineFixturesBundle - Symfony integration for the doctrine/data-fixtures library
- saleem-hadad/larecipe - ✏️ Write gorgeous documentation for your products using Markdown inside your Laravel app
- paratestphp/paratest - 💻 Parallel testing for PHPUnit
- php-fig/link - A repository for the PSR-13 [Hyperlink] interface
- maxmind/GeoIP2-php - PHP API for GeoIP2 webservice client and database reader
- driesvints/blade-icons - A package to easily make use of SVG icons in your Laravel Blade views.
- inertiajs/inertia-laravel - The Laravel adapter for Inertia.js.
- summerblue/laravel-shop - Laravel 电商实战教程的项目代码
- beberlei/assert - Thin assertion library for use in libraries and business-model
- munafio/chatify - Laravel’s #1 real-time chat package. Direct messages, groups, voice notes, and much more, with a full messenger UI — plus a headless API. Install in one command.
- laracasts/Laravel-5-Generators-Extended - This package extends the core file generators that are included with Laravel 5
- mike-bronner/laravel-model-caching - Eloquent model-caching made easy.
- lucadegasperi/oauth2-server-laravel - An OAuth 2.0 bridge for Laravel and Lumen [DEPRECATED FOR LARAVEL 5.3+]
- schmittjoh/serializer - Library for (de-)serializing data of any complexity (supports JSON, and XML)
- knuckleswtf/scribe - Generate API documentation for humans from your Laravel codebase.✍
- inertiajs/pingcrm - A demo application to illustrate how Inertia.js works.
- zhanghuanchong/icon-workshop - 图标工场 - 移动应用图标生成工具,一键生成所有尺寸的应用图标和启动图
- gabordemooij/redbean - ORM layer that creates models, config and database on the fly
- benedmunds/CodeIgniter-Ion-Auth - Simple and Lightweight Auth System for CodeIgniter
- nadrad/h-m-m - h-m-m, or Hackers Mind Map, is a simple, fast, keyboard-centric terminal-based tool for working with mind maps.
- php-fig/event-dispatcher
- pelican/panel
- xtr4nge/FruityWifi - FruityWiFi is a wireless network auditing tool. The application can be installed in any Debian based system (Jessie) adding the extra packages. Tested in Debian, Kali Linux, Kali Linux ARM (Raspberry Pi), Raspbian (Raspberry Pi), Pwnpi (Raspberry Pi), Bugtraq, NetHunter.
- Vuedo/vuedo - Vuedo is a blog platform, built with Laravel and Vue.js.
- zoujingli/ThinkAdmin - 基于 ThinkPHP6&8 的极简后台管理系统,内置注解权限、异步多任务、应用插件生态等,支持类 PaaS 更新公共模块和应用插件,插件可本地化定制开发。
- David-Crty/databasement - Self-hosted database backup manager with a web UI. Schedule, backup, and restore MySQL, PostgreSQL, MariaDB, Microsoft SQL Server, MongoDB, SQLite & Redis to S3, SFTP, Samba or local storage. SSH Tunnel support.
- LiveHelperChat/livehelperchat - Live Helper Chat - live support for your website. Featuring web and mobile apps, Voice & Video & ScreenShare. Supports Telegram, Twilio (whatsapp), Facebook messenger including building a bot.
- gabrielrcouto/php-gui - Extensionless PHP Graphic User Interface library
- Torann/laravel-geoip - Determine the geographical location of website visitors based on their IP addresses.
- etrepat/baum - Baum is an implementation of the Nested Set pattern for Laravel's Eloquent ORM.
- rebing/graphql-laravel - Laravel wrapper for Facebook's GraphQL
- WangNingkai/OLAINDEX - ✨ Another OneDrive Directory Index
- RubixML/ML - A high-level machine learning and deep learning library for the PHP language.
- Imangazaliev/DiDOM - Simple and fast HTML and XML parser
- aimeos/aimeos-base - Aimeos abstraction layer for host applications
- dedoc/scramble - Modern Laravel OpenAPI (Swagger) documentation generator. No PHPDoc annotations required.
- metowolf/Meting - 🍰 Wow, such a powerful music API framework
- ApiGen/ApiGen - PHP 7.1 ready Smart and Simple Documentation for your PHP project
- mettle/sendportal - Open-source self-hosted email marketing. Manage your own newsletters at a fraction of the cost.
- humanmade/S3-Uploads - The WordPress Plugin to Store Uploads on Amazon S3
- UniSharp/laravel-filemanager - Media gallery with CKEditor, TinyMCE and Summernote support. Built on Laravel file system.
- maicong/music - 音乐搜索器 - 多站合一音乐搜索解决方案 (archived)
- php-embed/Embed - Get info from any web service or page
- adamfisk/LittleProxy - High performance HTTP proxy originally written by your friends at Lantern and now maintained by a stellar group of volunteer open source programmers.
- beberlei/DoctrineExtensions - A set of Doctrine 2 extensions
- TideSec/WDScanner - WDScanner平台目前实现了如下功能:分布式web漏洞扫描、客户管理、漏洞定期扫描、子域名枚举、端口扫描、网站爬虫、暗链检测、坏链检测、网站指纹搜集、专项漏洞检测、代理搜集及部署等功能。
- dreeveapp/dreeve - Dreeve is a self-hosted, open-source dashboard for your sports and fitness data
- facade/ignition - A beautiful error page for Laravel apps
- beyondcode/laravel-query-detector - Laravel N+1 Query Detector
- ine-labs/AWSGoat - AWSGoat : A Damn Vulnerable AWS Infrastructure
- jsdecena/laracom - Laravel FREE E-Commerce Software
- beyondcode/laravel-er-diagram-generator - Generate entity relation diagrams from your Laravel model files.
- xl7dev/WebShell - Webshell && Backdoor Collection
- j4mie/idiorm - A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5.
- hprose/hprose-php - Hprose is a cross-language RPC. This project is Hprose 3.0 for PHP
- rappasoft/laravel-livewire-tables - A dynamic table component for Laravel Livewire
- MoeNetwork/Tieba-Cloud-Sign - 百度贴吧云签到,在服务器上配置好就无需进行任何操作便可以实现贴吧的全自动签到。配合插件使用还可实现云灌水、点赞、封禁、删帖、审查等功能。注意:Gitee (原Git@osc) 仓库将不再维护,目前唯一指定的仓库为 Github。本项目没有官方交流群,如需交流可以直接使用Github的Discussions。没有商业版本,目前贴吧云签到由社区共同维护,不会停止更新(PR 通常在一天内处理)。
- FriendsOfPHP/Sami - An API documentation generator (archived)
- MortyFx/speedtest-x - A self-hosted speedtest appilication with an awesome test result datasheet.
- laravel/dusk - Laravel Dusk provides simple end-to-end testing and browser automation.
- Stichoza/google-translate-php - 🔤 Free Google Translate API PHP Package. Translates totally free of charge.
- rashidlaasri/LaravelInstaller - A web installer for Laravel (archived)
- dimmas893/pos-backend
- dimsav/laravel-translatable - [Deprecated] A Laravel package for multilingual models (archived)
- phpactor/phpactor - Mainly a PHP Language Server with more features than you can shake a stick at
- FrozenNode/Laravel-Administrator - An administrative interface package for Laravel
- evilc0deooo/PentesterSpecialDict - 构建优化高效的渗透 fuzz 字典合集
- WhatCD/Gazelle
- FGRibreau/mailchecker - 📫 Cross-language temporary (disposable/throwaway) email detection library. Covers 55 734+ fake email providers.
- typecho-fans/plugins - Typecho Fans插件作品目录
- web-push-libs/web-push-php - Web Push library for PHP
- mattstauffer/Torch - Examples of using each Illuminate component in non-Laravel applications
- edusoho/edusoho - EduSoho 网络课堂是由杭州阔知网络科技有限公司研发的开源网校系统。EduSoho 包含了在线教学、招生和管理等完整功能,让教育机构可以零门槛建立网校,成功转型在线教育。EduSoho 也可作为企业内训平台,帮助企业实现人才培养。
- markjaquith/WordPress-Skeleton - Basic layout of a WordPress Git repository. I use this as a base when creating a new repo.
- doctrine/deprecations - Thin library around different deprecation strategies
- 78778443/QingScan - 一个漏洞扫描器粘合剂,添加目标后30款工具自动调用;支持 web扫描、系统扫描、子域名收集、目录扫描、主机扫描、主机发现、组件识别、URL爬虫、XRAY扫描、AWVS自动扫描、POC批量验证,SSH批量测试、vulmap。
- shuchkin/simplexlsx - Parse and retrieve data from Excel XLSx files
- gordalina/cachetool - CLI App and library to manage apc & opcache.
- laravel/wayfinder
- mm0r1/exploits - Pwn stuff.
- php-fig/link-util
- always-open/laravel-totem - Manage Your Laravel Schedule From A Web Dashboard
- InvoiceShelf/InvoiceShelf - Open Source Invoicing Solution for Individuals & Businesses
- ampproject/amp-wp - Enable AMP on your WordPress site, the WordPress way.
- php-http/promise - Promise used for asynchronous HTTP requests
- schmittjoh/JMSSerializerBundle - Easily serialize, and deserialize data of any complexity (supports XML, JSON, YAML)
- lxerxa/actionview - An issue tracking tool based on laravel+reactjs for small and medium-sized enterprises, open-source and free, similar to Jira.
- hashtopolis/server - Hashtopolis - distributed password cracking with Hashcat
- jenssegers/date - 🗓 A library to help you work with dates in multiple languages, based on Carbon.
- MiczFlor/RPi-Jukebox-RFID - A Raspberry Pi jukebox, playing local music, podcasts, web radio and streams triggered by RFID cards, web app or home automation. All plug and play via USB. GPIO scripts available.
- johnbillion/query-monitor - The developer tools panel for WordPress and WooCommerce
- SecWiki/CMS-Hunter - CMS漏洞测试用例集合
- Tucker-Eric/EloquentFilter - An Eloquent Way To Filter Laravel Models And Their Relationships
- laravel/fortify - Backend controllers and scaffolding for Laravel authentication.
- iqiqiya/iqiqiya-API - API接口大全不断更新中~欢迎Fork和Star(✎ 1.一言(古诗句版)api ✎ 2.必应每日一图api ✎ 3.在线ip查询 ✎ 4.m3u8视频在线解析api ✎ 5.随机生成二次元图片api ✎ 6.快递查询api-支持国内百家快递 ✎ 7.flv视频在线解析api ✎ 8.抖音视频无水印解析api✎ 9.一句话随机图片api✎ 10.QQ用户信息获取api✎11.哔哩哔哩封面图获取api✎12.千图网58pic无水印解析下载api✎13.喜马拉雅主播FM数据采集api✎14.网易云音乐api✎15.CCTV央视网视频解析api✎16.微信运动刷步数api✎17.皮皮搞笑APP短视频无水印解析api✎18.皮皮虾短视频去水印解析✎19.蓝奏云直链解析✎20.千库网无水印解析✎21.17素材网免VIP解析✎22.快手短视频去水印解析✎23.微视短视频去水印解析) (archived)
- WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress - Lets you easily create metaboxes with custom fields that will blow your mind. (archived)
- mckenziearts/laravel-notify - Flexible Flash notifications for Laravel
- Kunena/Kunena-Forum - Kunena Forum - Forum / Bulletin Board / Discussions component for Joomla - This is the 6.x/5.x main development branch. Please do not open issues regarding earlier versions of Kunena
- php-fig/http-client
- basicmi/AI-Chip - A list of ICs and IPs for AI, Machine Learning and Deep Learning.
- laravel/pulse - Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.
- jeremeamia/super_closure - Serialize closures. Not maintained. Consider using opis/closure.
- reliese/laravel - Reliese Laravel Model Generator
- barryvdh/laravel-translation-manager - Manage Laravel translation files
- spatie/period - Complex period comparisons
- Power-Components/livewire-powergrid - ⚡ PowerGrid generates modern, powerful and easy-to-customize data tables using Laravel Livewire.
- zoujingli/WeChatDeveloper - 【新】微信服务号+微信小程序+微信支付+支付宝支付
- hightman/scws - 开源免费的简易中文分词系统,PHP分词的上乘之选!
- laravel/scout - Laravel Scout provides a driver based solution to searching your Eloquent models.
- lorisleiva/laravel-deployer - 🚀 Zero-downtime deployment out-of-the-box
- KEV0143/Moodle_PluginPoll - 2
- yiisoft/yii2-app-advanced - Yii 2.0 Advanced Application Template
- goaop/framework - 💎 Go! AOP PHP - modern aspect-oriented framework for the new level of software development
- kitetail/zttp - A developer-experience focused HTTP client, optimized for most common use cases.
- jpatokal/openflights - Website for storing flight information, rendering paths on a zoomable world map and calculating statistics, with plenty of free airline, airport and route data.
- brandonsavage/Upload - File uploads with validation and storage strategies (archived)
- WordPress/mcp-adapter - An MCP adapter that bridges the Abilities API to the Model Context Protocol, enabling MCP clients to discover and invoke WordPress plugin, theme, and core abilities programmatically.
- FOGProject/fogproject - An open source computer cloning & management system
- jacklul/pihole-updatelists - Update Pi-hole's lists from remote sources easily
- danielbrendel/hortusfox-web - Self-hosted collaborative plant management and tracking system for plant enthusiasts
- HaoOuBa/Joe - A Theme of Typecho
- henrywhitaker3/Speedtest-Tracker - Continuously track your internet speed
- zendframework/zend-code - (archived)
- ivanvorobei/awesome-ios - A collaborative list of awesome for iOS developers. Include quick preview.
- luangjokaj/wordpressify - 🎈 Automate your WordPress development workflow.
- spatie/laravel-newsletter - Manage newsletters in Laravel
- slimphp/Slim-Skeleton - Slim Framework 4 Skeleton Application
- nahid/talk - Talk is a real-time users messaging and chatting system for Laravel.
- TestLinkOpenSourceTRMS/testlink-code - TestLink Open Source Test & Requirement Management System
- gabrielrcouto/php-terminal-gameboy-emulator - A PHP Terminal GameBoy Emulator
- laravel/reverb - Laravel Reverb provides a real-time WebSocket communication backend for Laravel applications.
- zendframework/zend-eventmanager - Implement event systems, signal slots, intercepting filters, and observers. (archived)
- xero/figlet-fonts - my collection of figlet / toilet ascii art fonts
- silvanmelchior/RPi_Cam_Web_Interface - A web interface for the RPi Cam
- tailflow/laravel-orion - The simplest way to create REST API with Laravel
- stefangabos/world_countries - Constantly updated lists of world countries and their associated alpha-2, alpha-3 and numeric country codes as defined by the ISO 3166 standard, available in CSV, JSON , PHP, SQL and XML formats, in multiple languages and with national flags included; also available are the ISO 3166-2 codes of provinces/ states associated with the countries
- relaticle/relaticle - Open-source CRM with native AI agent support. 37 MCP tools, REST API, self-hosted. Built with Laravel & Filament
- andrii-kryvoviaz/slink - Self-hosted image sharing service
- LinkedDestiny/swoole-doc - swoole文档及入门教程
- rlerdorf/opcache-status - A one-page opcache status page
- staudenmeir/laravel-adjacency-list - Recursive Laravel Eloquent relationships with CTEs
- zidansec/CloudPeler - CrimeFlare is a useful tool for bypassing websites protected by CloudFlare WAF, with this tool you can easily see the real IP of websites that have been protected by CloudFlare. The resulting information is certainly very useful for conducting further penetration testing, and analyzing websites with the same server. (archived)
- spatie/laravel-honeypot - Preventing spam submitted through forms
- delight-im/FreeGeoDB - Free database of geographic place names and corresponding geospatial data
- thephpleague/event - Event package for your app and domain
- sandreas/m4b-tool - m4b-tool is a command line utility to merge, split and chapterize audiobook files such as mp3, ogg, flac, m4a or m4b
- drupal-composer/drupal-project - 🚀 Composer template for Drupal projects. Quick installation via "composer create-project drupal-composer/drupal-project"
- beyondcode/laravel-dump-server - Bring Symfony's Var-Dump Server to Laravel
- LaravelDaily/laravel-invoices - Laravel package to generate PDF invoices from various customizable parameters
- htmlburger/carbon-fields - WordPress Custom Fields Library ✨
- fossasia/phimpme-drupal - Phimp.me - Photo App on Drupal
- tighten/parental - Use single table inheritance in your Laravel app
- fossasia/phimpme-wordpress - Phimp.me - Photo App on Wordpress (archived)
- pusher/pusher-http-php - PHP library for interacting with the Pusher Channels HTTP API
- lucascudo/laravel-pt-BR-localization - Tradução do Laravel para português brasileiro (pt-BR locale). Quero café: https://www.buymeacoffee.com/lucasrocha
- dompdf/php-svg-lib - SVG file parsing / rendering library
- jolicode/JoliNotif - 🖥️ Send notifications to your desktop directly from your PHP script
- immobiliare/ApnsPHP - ApnsPHP: Apple Push Notification & Feedback Provider
- youzan/zanphp - PHP开发面向C10K+的高并发SOA服务 和RPC服务首选框架
- khanamiryan/php-qrcode-detector-decoder - This is a PHP library to detect and decode QR-codes. This is first and only QR code reader that works without extensions.
- JetBrains/phpstorm-stubs - PHP runtime & extensions header files for PhpStorm
- fukuball/jieba-php - "結巴"中文分詞:做最好的 PHP 中文分詞、中文斷詞組件。 / "Jieba" (Chinese for "to stutter") Chinese text segmentation: built to be the best PHP Chinese word segmentation module.
- spatie/laravel-multitenancy - Make your Laravel app usable by multiple tenants
- florianv/swap - PHP currency conversion library for retrieving exchange rates from 30 providers, with caching and fallback. Maintained since 2014.
- bavix/laravel-wallet - It's easy to work with a virtual wallet
- tenancy/tenancy - Run multiple websites using the same Laravel installation while keeping tenant specific data separated for fully independent multi-domain setups.
- amphp/http-server - An advanced async HTTP server library for PHP, perfect for real-time apps and APIs with high concurrency demands.
- laravel/vat-calculator - Handle all the hard stuff related to EU MOSS tax/vat regulations, the way it should be.
- elementary/website - The elementary.io website
- symfony/web-server-bundle - Provides commands for running applications using the PHP built-in web server (archived)
- musonza/chat - A Laravel chat package. You can use this package to create a chat/messaging Laravel application.
- felixfbecker/php-language-server - PHP Implementation of the VS Code Language Server Protocol 🆚↔🖥
- Ph3nol/NotificationPusher - Standalone PHP library for easy devices notifications push.
- run-as-root/awesome-magento2 - Curated list of awesome Magento 2 Extensions, Resources and other Highlights
- goodnesskay/Laravel-Open-Source-Projects - A Web Artisan list of categorized OPEN SOURCE PROJECTS built with Laravel PHP Framework.
- wudi/swoole-ide-helper - Auto completion, trigger suggest and view docs for Swoole in editor. (archived)
- bobthecow/Ruler - A simple stateless production rules engine for modern PHP