Ross ROSS = Recommend OSS · open-source software intelligence for agents

platform: php

1505 products, primary matches first, then adoption-weighted; health v2 shown.

ProductHealth v2StarsMaturity
laravel/laravel
Laravel is a batteries-included PHP web application framework with expressive syntax, covering routing, ORM (Eloquent), migrations, queues,…
9984878stable
coollabsio/coolify
Coolify is an open-source, self-hostable PaaS alternative to Vercel, Heroku, Netlify, and Railway that deploys static sites, databases, ful…
9561086active
ccxt/ccxt
CCXT is a unified trading API library supporting 100+ cryptocurrency exchanges and prediction markets across JavaScript/TypeScript, Python,…
9543756active
Nextcloud
Nextcloud is a self-hosted, open-source content collaboration platform for storing, syncing, and sharing files, calendars, contacts, and co…
9436592stable
laravel/framework
Laravel is a batteries-included PHP web application framework with expressive syntax, covering routing, ORM (Eloquent), templating (Blade),…
9534882stable
Filament
Filament is an open-source UI framework for Laravel built on the TALL stack (Tailwind CSS, Alpine.js, Livewire, Laravel) for rapidly buildi…
9531897stable
symfony/symfony
Symfony is a full-stack PHP framework for building web and console applications, plus a set of reusable, decoupled PHP components used by p…
9531135stable
Composer
Composer is the standard dependency manager for PHP, letting developers declare, resolve, and install project libraries from Packagist and …
9629505stable
Bagisto
Bagisto is an open-source eCommerce platform built on Laravel (PHP) for B2C, B2B, multi-vendor marketplace, multi-tenant, and headless comm…
9927994active
monicahq/monica
Monica is an open-source personal relationship management (PRM) web application for documenting your life and tracking interactions with fr…
5825112active
firefly-iii/firefly-iii
Firefly III is a free, self-hosted personal finance manager written in PHP. It tracks expenses and income, supports budgets, categories, ta…
9224426stable
krayin/laravel-crm
Krayin CRM is a free and open-source customer relationship management application built on Laravel (PHP) and Vue.js, offering lead tracking…
9823724active
livewire/livewire
Livewire is a full-stack framework for Laravel that lets developers build dynamic, reactive UI components entirely in PHP without writing s…
9523569stable
guzzle/guzzle
Guzzle is an extensible PHP HTTP client for sending HTTP requests and integrating with web services. It supports synchronous and asynchrono…
9923457stable
PHPMailer/PHPMailer
PHPMailer is a full-featured PHP library for creating and sending email, with integrated SMTP support, authentication, attachments, HTML/mu…
8922280stable
Matomo
Matomo (formerly Piwik) is the leading open-source web analytics platform, a privacy-focused alternative to Google Analytics built in PHP a…
9921807stable
Seldaek/monolog
Monolog is the de facto standard logging library for PHP, implementing the PSR-3 logger interface. It sends logs to files, sockets, databas…
8721401stable
WordPress/WordPress
WordPress is the world's most widely used open-source content management system and publishing platform, built in PHP with a MySQL/MariaDB …
7721370stable
PHPUnit
PHPUnit is the de facto unit testing framework for PHP, following the xUnit architecture. It provides a test runner, assertions, mocking, c…
9420045stable
uvdesk/community-skeleton
UVdesk Community is an open-source, self-hosted helpdesk and ticketing system built on Symfony (PHP) with a Backbone.js frontend. It conver…
4519525active
fruitcake/laravel-debugbar
A Laravel package that integrates PHP Debug Bar, rendering an in-browser toolbar with collectors for queries, routes, views, events, logs, …
9919280active
BookStackApp/BookStack
BookStack is a free, open-source, self-hosted documentation and wiki platform built with PHP and Laravel. It organizes content into Books, …
9919001stable
swoole/swoole-src
Swoole is an event-driven, asynchronous, coroutine-based concurrency library implemented as a PHP extension in C++. It enables PHP to run h…
9618913active
bcit-ci/CodeIgniter
CodeIgniter is an open-source PHP framework with a very small footprint for building full-featured web applications, encouraging but not en…
3218165active
nikic/PHP-Parser
A PHP parser written in PHP that converts PHP 5.x through 8.4 code into an abstract syntax tree (AST). It provides AST traversal, modificat…
9617456stable
koel/koel
Koel is a free, open-source, self-hosted music streaming server built on Laravel and Vue that turns a personal music collection into a mode…
9417233active
briannesbitt/Carbon
Carbon is a PHP library extending the native DateTime class with a fluent, immutable-friendly API for date and time manipulation. It suppor…
9716599stable
FreshRSS/FreshRSS
FreshRSS is a free, self-hosted RSS and Atom feed aggregator written in PHP, supporting multiple users, an anonymous reading mode, and a mo…
9015849stable
getgrav/grav
Grav is a fast, flat-file content management system built on PHP, Markdown, Twig, and Symfony components that requires no database. Version…
9915650stable
cachethq/cachet
Cachet is an open-source, self-hosted status page system built on Laravel (PHP) for communicating downtime, incidents, and scheduled mainte…
6715231active
librespeed/speedtest
LibreSpeed is a self-hosted, lightweight HTML5 internet speed test application built with JavaScript, XMLHttpRequest, and Web Workers. It m…
9815109stable
erusev/parsedown
Parsedown is a fast, single-file Markdown parser for PHP with GitHub Flavored Markdown support and no dependencies. It includes a safe mode…
6415058stable
barryvdh/laravel-ide-helper
A Laravel package that generates helper files and PHPDoc annotations so IDEs can provide accurate autocompletion for facades, Eloquent mode…
9014956stable
grokability/snipe-it
Snipe-IT is a free, open-source, web-based IT asset and software license management system built on Laravel. It tracks who has which laptop…
9914877stable
Intervention/image
Intervention Image is a popular open-source PHP image processing library offering a fluent, expressive API for creating, editing, and compo…
9914366stable
yiisoft/yii2
Yii 2 is a high-performance, full-stack PHP framework for building modern web applications and APIs. It ships with an ORM (Active Record), …
8514299stable
Qloapps/QloApps
QloApps is a free, open-source PHP-based hotel management and reservation platform that bundles a Property Management System (PMS), a booki…
6714243active
phpstan/phpstan
PHPStan is an open-source static analysis tool for PHP that discovers bugs in code without running it. It understands PHPDocs, supports gen…
9514082stable
PhpSpreadsheet
PhpSpreadsheet is a pure PHP library providing classes to read and write spreadsheet files in formats such as Excel (.xlsx, .xls), LibreOff…
9313980stable
thephpleague/flysystem
Flysystem is a PHP file storage library that provides a single unified interface for interacting with many types of filesystems, both local…
6713586stable
digininja/DVWA
Damn Vulnerable Web Application (DVWA) is a PHP/MariaDB web application intentionally riddled with common web vulnerabilities at multiple d…
7013551active
vlucas/phpdotenv
PHP dotenv is a Composer library that loads environment variables from a `.env` file into `$_ENV`, `$_SERVER`, and optionally `getenv()`. I…
8813550stable
PHP-CS-Fixer/PHP-CS-Fixer
PHP CS Fixer is a command-line tool that detects and automatically fixes PHP coding standards issues. It ships with built-in rule sets (PER…
9513544stable
filp/whoops
Whoops is a PHP error handling library that provides a stack-based system for dealing with errors and exceptions. It renders a detailed, pr…
7613235stable
spatie/laravel-permission
A Laravel package that lets you associate users (and other Eloquent models) with roles and permissions stored in the database. Permissions …
9612964stable
wallabag/wallabag
wallabag is a self-hostable web application for saving web pages to read later, extracting article content while stripping ads and distract…
7812937stable
star7th/showdoc
ShowDoc is a self-hostable online documentation tool for IT teams, focused on API docs, data dictionaries, and technical manuals with a Mar…
9812850stable
SpartnerNL/Laravel-Excel
Laravel Excel (maatwebsite/excel) is a Laravel package providing an elegant wrapper around PhpSpreadsheet for exporting and importing Excel…
9912705stable
ramsey/uuid
ramsey/uuid is a PHP library for generating and working with universally unique identifiers (UUIDs) conforming to RFC 9562 (formerly RFC 41…
8712633stable
typecho/typecho
Typecho is a lightweight PHP-based blogging platform and content management system with plugin and theme support. It runs on multiple datab…
7412430stable
Slim Framework
Slim is a PHP micro-framework for quickly writing simple yet powerful web applications and APIs. It provides a fast HTTP router, concentric…
9012279active
YOURLS
YOURLS is a free, open-source PHP application for running your own URL shortener on your own server and domain. It provides an admin interf…
8612177stable
magento/magento2
Magento Open Source is a full-featured PHP-based eCommerce platform maintained by Adobe for building online stores. It provides catalog man…
9412169active
aureuserp/aureuserp
Aureus ERP is a free, open-source Enterprise Resource Planning platform built on Laravel and FilamentPHP, offering modular plugins for acco…
8611795active
pestphp/pest
Pest is an elegant PHP testing framework built on top of PHPUnit, offering a functional test API with expressive expect() assertions, datas…
9511683active
egulias/EmailValidator
A PHP library for validating email addresses against multiple RFC standards (5321, 5322, 6530-6532, 1035). It offers pluggable validation s…
3511641stable
walkor/workerman
Workerman is an asynchronous, event-driven PHP framework for building high-performance socket servers supporting HTTP, WebSocket, SSL, and …
9511547stable
tymondesigns/jwt-auth
A PHP library providing JSON Web Token (JWT) authentication for Laravel and Lumen applications. It handles token issuance, refresh, and val…
6611495stable
Leantime/leantime
Leantime is an open-source, self-hostable project management system designed for non-project managers, built with ADHD, autism, and dyslexi…
9611454active
doctrine/inflector
Doctrine Inflector is a small PHP library for string inflection, handling uppercase/lowercase conversions, pluralization, singularization, …
7411340stable
php/frankenphp
FrankenPHP is a modern PHP application server built on top of the Caddy web server, embedding the official PHP executor in a Go binary. It …
9811310active
Dompdf
Dompdf is an HTML to PDF converter implemented as a PHP library, functioning as a mostly CSS 2.1-compliant HTML layout and rendering engine…
9511177stable
octobercms/october
October CMS is a self-hosted content management system and web platform built on the Laravel PHP framework, using Twig templating and a plu…
8911148active
doctrine/lexer
A PHP base library providing an abstract lexer for building Top-Down, Recursive Descent Parsers. It tokenizes input strings and is used int…
6211146stable
z-song/laravel-admin
laravel-admin is an administrative interface builder for the Laravel PHP framework that generates full-featured CRUD backends with just a f…
5911142active
deployphp/deployer
Deployer is an open-source PHP deployment tool that automates releasing applications to servers via SSH, with zero-downtime atomic symlink …
9411097stable
doctrine/instantiator
A small, lightweight PHP library that creates new instances of any class without invoking its constructor or any of the class's own API. It…
7110988stable
unopim/unopim
UnoPim is an open-source Product Information Management (PIM) and Digital Asset Management (DAM) platform built on Laravel, designed to cen…
8910862active
Phalcon
Phalcon is a full-stack PHP web framework delivered as a compiled C extension (written in Zephir/C), exposing its functionality as PHP clas…
9910829active
mockery/mockery
Mockery is a flexible PHP mock object framework for creating test doubles in unit tests. It provides a human-readable DSL for defining expe…
9810724stable
serbanghita/Mobile-Detect
MobileDetect is a lightweight PHP library that detects mobile devices, including distinguishing phones from tablets, using User-Agent strin…
9310680active
woocommerce/woocommerce
WooCommerce is a free, open-source ecommerce platform built as a WordPress plugin, letting users turn any WordPress site into a fully custo…
9410476active
php-fig/log
The reference PHP package for PSR-3, providing the LoggerInterface and related classes/traits that define a standard logging contract. It i…
5210421stable
Anankke/SSPanel-UIM
SSPanel UIM is a PHP-based multi-purpose proxy service management panel for running and administering proxy/VPN subscription services. It p…
7510414active
rectorphp/rector
Rector is a PHP CLI tool that performs instant upgrades and automated refactoring of PHP codebases using AST-based rules. It supports upgra…
9510407active
mautic/mautic
Mautic is the world's largest open source marketing automation platform, offering email marketing, campaign building, lead nurturing, landi…
9710394stable
w7corp/easywechat
EasyWeChat is a popular PHP SDK for integrating with WeChat (Weixin) platform APIs, including Official Accounts, Mini Programs, Pay, and Op…
9810368active
phpredis/phpredis
PhpRedis is a PHP extension written in C that provides an API for communicating with Redis key-value stores. It also supports Redis-compati…
7310232active
doctrine/orm
Doctrine ORM is an object-relational mapper for PHP 8.1+ that provides transparent persistence for PHP objects on top of the Doctrine DBAL …
9810169stable
akaunting/akaunting
Akaunting is a free, open-source online accounting application for small businesses and freelancers, built with Laravel, VueJS, and Tailwin…
9410092active
Invoice Ninja
Invoice Ninja is a source-available invoicing application for freelancers and small businesses, covering invoices, quotes, expenses, projec…
9510027active
php-fig/container
The official PHP-FIG repository holding the PSR-11 Container Interface, a set of PHP interfaces describing dependency injection containers.…
529995stable
bobthecow/psysh
PsySH is a runtime developer console, interactive debugger, and REPL for PHP. It provides an interactive shell with tab completion, inline …
969831active
symfony/console
Symfony Console is a PHP component that eases the creation of beautiful and testable command-line interfaces. It provides command registrat…
959810stable
doctrine/dbal
Doctrine DBAL is a PHP database abstraction layer providing a unified API over multiple database platforms such as MySQL, PostgreSQL, SQLit…
979703stable
grocy/grocy
Grocy is a web-based, self-hosted groceries and household management application, described as 'ERP beyond your fridge'. It tracks stock, p…
909427active
phpDocumentor/ReflectionDocBlock
A PHP library from the phpDocumentor project that parses DocBlocks (doc comments) into structured objects, fully compatible with the PHPDoc…
919361stable
linuxserver/Heimdall
Heimdall is a self-hosted web application dashboard and launcher for organizing links to all your web applications. It supports enhanced in…
989303active
CRMEB开源商城系统
CRMEB is a free, open-source e-commerce mall system built on ThinkPHP 6 + ElementUI + UniApp with separated frontend/backend. It supports W…
809281active
DenverCoder1/readme-typing-svg
A PHP web service that dynamically generates customizable SVG images with a typing-and-deleting text animation for embedding in GitHub prof…
679264active
PrestaShop/PrestaShop
PrestaShop is an open-source e-commerce web application written in PHP (built on Symfony) for creating and managing online stores. It provi…
959200active
RSS-Bridge/rss-bridge
RSS-Bridge is a PHP web application that generates RSS, Atom, and JSON feeds for websites that don't offer one, using hundreds of site-spec…
759190active
API Platform
API Platform is a full-stack PHP framework built on Symfony (and Laravel) for creating API-first projects with hypermedia REST or GraphQL A…
959179stable
Pterodactyl
Pterodactyl is a free, open-source game server management panel built with PHP, React, and Go. It runs game servers in isolated Docker cont…
989178active
phpDocumentor/TypeResolver
A PHP library that resolves DocBlock type expressions and structural element names according to PSR-5, turning partial class names into ful…
769158stable
reactphp/reactphp
ReactPHP is a low-level PHP library for event-driven, non-blocking I/O built around a core event loop (reactor pattern). It provides reusab…
239091stable
phpDocumentor/ReflectionCommon
ReflectionCommon is a small PHP library containing shared interfaces and common classes used by phpDocumentor's reflection components. It s…
469036stable
myclabs/DeepCopy
A PHP library that creates deep copies (clones) of objects, recursively copying all referenced objects while handling cycles in the associa…
938886stable
owncloud/core
ownCloud Core is the server-side component of ownCloud Classic, a self-hosted file storage, sync, and sharing platform written in PHP. It p…
988831stable
cakephp/cakephp
CakePHP is a rapid development MVC framework for PHP that provides an ORM, validation, caching, authentication, and code generation out of …
988796stable

page 1 / 16 next →