Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Log Laravel Package

psr/log

PSR-3 logging interfaces for PHP. Provides LoggerInterface, traits, and related classes to standardize how libraries accept and emit log messages. Not a logger implementation—use it to type-hint a logger or build your own PSR-3 compliant logger.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
algolia/algoliasearch-client-php Official Algolia Search API client for PHP 8+. A thin, low-level HTTP client to index and search data, manage indices, and call Algolia’s APIs directly. Install via Composer and start saving objects, searching, and handling tasks in minutes. 693 707 114 664K 15 41.3 55.8 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
amphp/http-server Asynchronous, non-blocking HTTP server for PHP built on Amp. Create high-performance web apps and APIs with event-driven I/O, middleware, routing, and streaming request/response bodies. Includes HTTP/1.1 and HTTP/2 support and TLS integration. 1,327 1,327 101 550K 17 43.7 49.7 MIT 2 months ago
View on GitHub
Deep Wiki
Context7
amphp/http-server-router amphp/http-server-router is a fast, async router for Amp’s HTTP server. It maps paths and methods to request handlers, supports route groups and parameters, and provides middleware-style dispatching for building clean, high-performance PHP microservices. 39 39 6 10K 1 22.9 39.3 MIT 2 years ago
View on GitHub
Context7
amphp/log Amp’s minimal PSR-3 compatible logging library with a simple Logger interface and built-in handlers. Designed for async apps, it integrates cleanly with the amphp ecosystem while remaining lightweight and easy to extend with custom log targets and formatters. 40 40 4 59K 3 22.8 51.8 MIT 2 years ago
View on GitHub
Deep Wiki
Context7
amphp/websocket-client Async WebSocket client for PHP built on Amp. Connect to ws/wss endpoints with fiber-friendly concurrency, consume realtime APIs, test WebSocket servers, and support custom handshakes, headers, heartbeats, and rate limits. 161 163 16 517K 6 28.0 58.7 MIT 7 months ago
View on GitHub
Deep Wiki
Context7
amphp/websocket-server Async WebSocket server for PHP built on Amp’s event-driven concurrency. Handles upgrades, connections, message streaming, backpressure and graceful shutdown, making it easy to build real-time apps like chat, dashboards and live notifications. 124 124 17 5K 4 25.7 27.6 MIT 2 years ago
View on GitHub
Context7
apimatic/core APIMatic Core for PHP: shared core logic and utilities used by APIMatic-generated PHP SDKs. Includes request building, parameter handling (query/header/form/body), and related helpers. Supports PHP 7.2–8.4. 7 7 5 226K 1 29.3 65.0 MIT 2 months ago
View on GitHub
Context7
async-aws/core AsyncAws Core provides the shared foundation for AsyncAws PHP clients: async HTTP layer, request/response handling, credentials and signing, endpoint resolution, retries, and common utilities. Use it to build lightweight, non-SDK AWS integrations in modern PHP apps. 101 101 5 2M 0 29.7 65.0 MIT 1 month ago
View on GitHub
Context7
cache/adapter-common Shared classes and interfaces for the PHP Cache organization’s PSR-6 cache pools. Provides common building blocks used across adapters, with support for features like tagging and cache hierarchies via the shared php-cache documentation. 110 111 28 345K 0 26.3 56.8 MIT 4 years ago
View on GitHub
Context7
cache/cache Meta package for the PHP-Cache ecosystem: PSR-6 cache adapters and libraries (tagging, hierarchy, bundles) in one install. Useful for development and contributing, but not actively maintained—new projects should consider Symfony Cache. 265 271 83 20K 0 27.3 38.5 MIT 8 years ago
View on GitHub
Context7
codeclimate/php-test-reporter PHP Test Reporter submits PHPUnit/PHPSpec code coverage to Code Climate. Generates coverage in CI and posts results to your Code Climate repo, helping track test quality over time. Simple CLI setup for common PHP workflows. 65 65 32 6K 3 24.1 34.1 NOASSERTION 9 years ago
View on GitHub
Context7
colinodell/psr-testlogger A lightweight PSR-3 TestLogger for unit tests. Capture log records in memory, inspect messages, contexts, and levels, and make assertions without external handlers. Helpful for verifying expected logging behavior in PHPUnit and other test suites. 17 17 5 473K 0 21.7 65.0 MIT 5 months ago
View on GitHub
Context7
composer/ca-bundle Utility to locate the system CA root bundle for TLS/SSL verification, with a bundled Mozilla CA bundle fallback. Provides helpers to validate CA files and integrate easily with cURL, PHP streams, and Guzzle. 2,966 2,978 40 6M 1 45.7 53.3 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
composer/composer Composer is the de facto PHP dependency manager. Declare project requirements in composer.json, install/update packages from Packagist, and lock versions for reproducible builds. Supports private repositories and integrates with common VCS tools like Git. 29,363 29,421 4,775 3M 116 89.3 60.2 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
composer/xdebug-handler Restart PHP CLI processes without loading Xdebug (unless xdebug.mode=off), avoiding slowdowns in tools like Composer. Creates a temporary ini with Xdebug commented out and relaunches the command, with env vars to allow Xdebug or inspect original ini paths. 2,563 2,562 34 7M 0 41.9 55.6 MIT 1 year ago
View on GitHub
Deep Wiki
Context7
composer-unused/symbol-parser composer-unused/symbol-parser is a small toolkit that parses PHP symbols from a Composer package, helping tools like composer-unused detect what code is actually referenced. Useful for analyzing dependencies, exports, and usage across a project. 14 14 13 216K 0 28.8 65.0 MIT 2 months ago
View on GitHub
Context7
consolidation/annotated-command PHP library for building CLI commands from annotations/attributes. Define command names, options, arguments, and hooks in docblocks, then let it parse input and run methods. Used by Drush and other tools for fast, structured command definitions. 225 — 40 — 19 8.4 8.2 NOASSERTION —
Context7
consolidation/log A lightweight Laravel logging package that consolidates and formats application logs, helping you centralize output, reduce noise, and improve readability. Designed for easy integration and configuration across environments for consistent, structured logging. 154 155 6 1M 0 1.0 53.5 NOASSERTION —
View on GitHub
Context7
deeplcom/deepl-php Official PHP client for the DeepL API. Translate text and documents with simple methods like translateText(), using your DeepL authentication key. Composer install, supports PHP 7.3+ with ongoing updates as the API evolves. 261 264 30 345K 23 37.8 60.8 MIT 1 week ago
View on GitHub
Context7
directorytree/ldaprecord LDAPRecord is a fully featured LDAP and Active Directory ORM for Laravel and PHP. It provides Eloquent-style models, querying, authentication and user sync, and tools for working with directory entries, connections, and schema—built for reliable, modern LDAP apps. 578 579 44 124K 4 34.3 39.3 MIT 2 weeks ago
View on GitHub
Context7
discord-php/http Async PHP HTTP client for the Discord REST API. Built for PHP 7.4+ with an event loop and PSR-3 logging. Supports common HTTP verbs, queued requests, JSON-decoded responses, and endpoint constants with parameter binding for correct rate-limit buckets. 25 25 8 12K 0 30.4 43.5 MIT 1 week ago
View on GitHub
Context7
doctrine/data-fixtures Doctrine Data Fixtures extension for Doctrine ORM/ODM. Provides a simple, structured way to define, manage, and execute data fixtures for loading seed/test data into your database, with tooling and docs to support fixture organization and execution. 2,851 2,872 232 2M 35 61.2 60.9 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
doctrine/dbal Doctrine DBAL is a powerful database abstraction layer for PHP, providing a consistent API across drivers plus rich schema introspection and management tools. Ideal for building portable SQL queries, migrations, and database tooling beyond PDO. 9,698 9,856 1,374 8M 278 89.9 74.8 MIT 2 weeks ago
View on GitHub
Deep Wiki
Context7
doctrine/deprecations Side-effect-free deprecation layer for PHP libs. Send E_USER_DEPRECATED notices to trigger_error or a PSR-3 logger, optionally just track them. Supports deduplication, suppression by identifier or package, and reporting counts of triggered deprecations. 1,845 1,852 20 12M 6 35.7 64.1 MIT 2 months ago
View on GitHub
Deep Wiki
Context7
doctrine/doctrine-bundle Symfony bundle integrating Doctrine DBAL and ORM. Provides database abstraction, schema tools, and an object-relational mapper with DQL for powerful queries, plus configuration and tooling that fits the Symfony ecosystem. 4,828 4,864 481 4M 31 77.3 62.4 MIT 3 months ago
View on GitHub
Context7
doctrine/doctrine-migrations-bundle Integrates Doctrine Migrations into Symfony apps, providing commands and configuration for versioned database schema changes. Generate, run, and rollback migrations across environments with reliable tracking and deployment-friendly workflows. 4,306 4,332 219 3M 42 69.8 65.0 MIT 4 months ago
View on GitHub
Context7
doctrine/migrations Doctrine Migrations is a PHP library for managing database schema changes with versioned migrations. Generate, run, and roll back migrations safely across environments, track executed versions, and integrate with Doctrine DBAL/ORM for reliable deployment workflows. 4,774 — 392 — 119 75.6 32.3 MIT 1 month ago
Deep Wiki
Context7
doctrine/mongodb-odm-bundle Symfony bundle integrating Doctrine MongoDB ODM for mapping PHP documents to MongoDB. Provides configuration, DI services, console commands, and tooling to manage connections, document managers, and repositories in Symfony apps. 384 388 229 322K 12 41.4 52.9 MIT 2 months ago
View on GitHub
Context7
doctrine/orm Doctrine ORM is a PHP 8.1+ object-relational mapper that provides transparent persistence for objects on top of Doctrine DBAL. Includes DQL, an object-oriented SQL-like query language inspired by Hibernate HQL, for flexible, powerful querying. 10,170 10,348 2,536 5M 1,283 89.6 70.5 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
elastic/transport PSR-7/17/18 HTTP transport library for Elastic PHP clients. Uses HTTPlug discovery for clients/factories and supports async via compatible PSR-18 clients (e.g., Guzzle, Symfony). Falls back to a built-in cURL client if none found. 19 18 18 1M 4 29.0 66.8 MIT 11 months ago
View on GitHub
Context7
elasticsearch/elasticsearch Official PHP client for Elasticsearch. Connect to local or Elastic Cloud clusters and access 500+ REST API endpoints to index, search, retrieve, and delete documents, manage indices, and more, with docs and tooling for testing and mocking. 5,343 5,520 971 3M 13 72.9 50.1 MIT 2 months ago
View on GitHub
Context7
fig/log-test Testing utilities for PSR-3 (psr/log): includes LoggerInterfaceTest for verifying LoggerInterface compliance and TestLogger mock for unit tests. Intended for dev/test use, with versions aligned to psr/log 1.x–3.x compatibility. 10 10 6 156K 0 21.4 65.0 MIT 4 months ago
View on GitHub
Context7
filp/whoops Pretty error handler for PHP that turns fatal errors and exceptions into clean, developer-friendly pages with stack traces, request context, and code previews. Great for local development, debugging, and integrating into frameworks to replace default error screens. 13,243 13,631 599 8M 7 42.0 40.3 MIT —
View on GitHub
Deep Wiki
Context7
gitonomy/gitlib Gitonomy Gitlib is a PHP library for interacting with Git repositories programmatically. Read commits, trees, branches, tags and diffs; run Git commands via a clean API and work with local repos from your apps, tools, or CI scripts. 464 469 74 373K 13 36.9 53.0 MIT 1 year ago
View on GitHub
Context7
google/auth Official Google Auth library for PHP. Implements OAuth 2.0 and Application Default Credentials (ADC) for authenticating to Google APIs and Google Cloud. Install via Composer and use with HTTP clients like Guzzle to authorize API calls. 1,392 1,436 194 6M 17 47.5 67.8 Apache-2.0 3 weeks ago
View on GitHub
Context7
grasmash/expander Expander is a Laravel package for managing feature rollouts and gating functionality. It helps you define “expansions” that can be enabled per environment, user, or percentage, making it easy to ship safely, run experiments, and toggle features without redeploys. 139 140 10 1M 2 23.5 63.2 MIT 1 year ago
View on GitHub
Context7
graylog2/gelf-php PHP library for creating and sending GELF messages to Graylog. Build structured log entries with additional fields, levels, and timestamps, and ship them over supported transports (e.g., UDP/TCP/HTTP) for centralized logging and analysis. 418 433 86 578K 8 36.6 56.9 MIT 1 year ago
View on GitHub
Context7
guzzlehttp/guzzle Guzzle is a PHP HTTP client for sending sync or async requests with an easy API. Built on PSR-7 and PSR-18, supports middleware, cookies, streaming uploads/downloads, and JSON. Transport-agnostic for flexible integrations. 23,450 24,300 2,382 16M 16 75.5 60.2 MIT 7 months ago
View on GitHub
Context7
icanhazstring/composer-unused composer-unused detects and removes unused Composer dependencies in PHP/Laravel projects. It analyzes your codebase to find packages not referenced, reports what can be safely removed, and helps keep composer.json/lock lean and maintainable. 1,676 1,678 57 220K 10 42.2 39.4 MIT 2 months ago
View on GitHub
Context7
illuminate/broadcasting Illuminate Broadcasting provides Laravel’s broadcasting layer for sending real-time events over channels via drivers like Pusher, Ably, and Redis. It includes broadcaster contracts, channel authorization, and event broadcasting utilities for scalable pub/sub. 71 72 14 259K 0 0.8 49.1 MIT —
View on GitHub
Context7
illuminate/log Illuminate Log provides Laravel’s logging layer, built on Monolog. It lets you write messages to configurable channels and stacks, including single files, daily rotation, syslog, errorlog, and external services, with context data, processors, and runtime channel selection. 62 64 9 332K 0 0.6 51.4 MIT —
View on GitHub
Context7
illuminate/mail Illuminate Mail is Laravel’s email component for composing and sending messages via drivers like SMTP, Mailgun, Postmark, and SES. Supports templated views, attachments, queues, markdown mailables, and configurable transports for reliable delivery. 59 64 26 131K 0 1.1 46.1 MIT —
View on GitHub
Context7
infection/infection Infection is a PHP 8.2+ mutation testing framework that measures test suite strength by introducing small code changes (mutations) and checking if tests catch them. Integrates with common PHP test runners and provides mutation score (MSI) reporting. 2,187 2,195 177 961K 159 65.2 71.4 BSD-3-Clause 1 month ago
View on GitHub
Deep Wiki
Context7
jackalope/jackalope-doctrine-dbal Doctrine DBAL-based Jackalope backend for PHPCR, enabling content repository storage on SQL databases. Provides a DBAL transport layer, schema management, and integration pieces for running Jackalope with Doctrine DBAL across multiple database platforms. 150 151 61 32K 32 41.8 54.4 NOASSERTION 4 months ago
View on GitHub
Context7
jeroen-g/explorer Laravel-friendly wrapper for Explorer, a lightweight full-text search engine. Index and search your Eloquent models with simple configuration, fast queries, and flexible ranking/filters. Ideal for adding on-site search without running Elasticsearch or Algolia. 398 397 71 20K 20 39.7 37.2 MIT 2 weeks ago
View on GitHub
Context7
jolicode/jolinotif Cross-platform PHP library for sending desktop notifications from CLI scripts or cron jobs on Linux, macOS, Windows, and WSL. Create notifications with title, body, icon, and OS-specific options, or use the bundled jolinotif CLI command. 1,438 1,445 99 267K 1 39.3 36.9 MIT 4 months ago
View on GitHub
Context7
joomla/application Joomla Framework Application package providing AbstractApplication base classes for building apps. Includes lifecycle initialise hook, input/config handling, execute flow with doExecute(), response headers/body helpers, and PSR-3 LoggerAwareInterface support for integrating logging. 23 25 33 16K 1 24.5 46.7 GPL-2.0 8 months ago
View on GitHub
Context7
joomla/database Joomla Database provides a generic database layer and drivers for building queries and managing connections. Includes a factory for creating drivers, and helpers for safe input handling (escape/quote), making it easier to integrate database access in custom PHP apps. 31 31 37 13K 18 36.1 52.2 GPL-2.0 1 month ago
View on GitHub
Context7
knplabs/knp-snappy Snappy is a PHP wrapper for wkhtmltopdf/wkhtmltoimage to generate PDFs, thumbnails, and snapshots from URLs or HTML. Supports Linux/macOS/Windows, configurable binaries and options, and integrates with Symfony and Laravel via community bundles. 4,469 4,545 437 1M 6 67.2 46.8 MIT 1 month ago
View on GitHub
Context7
kreait/firebase-php Unofficial Firebase Admin SDK for PHP. Manage authentication, users, custom tokens, and verify ID tokens; send Cloud Messaging notifications; work with Realtime Database, Cloud Storage, and Remote Config. Built on Google APIs with Laravel-friendly support. 2,430 2,448 452 1M 14 59.0 51.1 MIT 1 month ago
View on GitHub
Context7
laravel/framework Laravel is a modern PHP web application framework with expressive syntax and batteries-included tooling: fast routing, dependency injection, sessions/cache, migrations, queues, and real-time broadcasting—built to make development enjoyable for apps of any size. 34,630 35,101 11,833 9M 55 93.2 70.6 MIT 1 day ago
View on GitHub
Deep Wiki
Context7
laravel/liferaft Liferaft is a Laravel package that adds reliable background job and queue tooling, helping you run tasks safely with better control, monitoring, and recovery. Ideal for apps that need robust async processing and fewer failed or stuck jobs. 0 0 — 0 — 0.0 — — —
View on GitHub
Context7
laravel/nightwatch Laravel Nightwatch package for Laravel apps: collects performance and application metrics and securely sends them to the hosted Nightwatch monitoring platform, providing deep Laravel-optimized insights into runtime behavior and overall health. 350 349 73 1M 0 35.9 57.4 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
laravel-zero/framework Laravel Zero is an unofficial, console-optimized micro-framework based on Laravel. It provides an elegant starting point for CLI apps, with optional Eloquent and logging, interactive menus, desktop notifications, scheduling, standalone compilation, and Collision error reporting. 337 333 63 43K 0 28.7 34.7 MIT 2 weeks ago
View on GitHub
Context7
league/climate League CLImate makes PHP CLI output nicer with easy colored text, formatting, and styled messages. Install via Composer and use a simple API to print red, blue, and more, helping your command-line scripts look clean and readable. 1,884 1,932 124 209K 13 17.1 32.8 MIT —
View on GitHub
Context7
mongodb/mongodb High-level MongoDB PHP library built on the mongodb extension. Provides client, database, and collection abstractions with a full-featured API for CRUD operations plus common commands like index and collection management. Install via Composer; requires PECL mongodb. 1,614 1,693 263 1M 2 45.8 48.7 Apache-2.0 1 month ago
View on GitHub
Context7
monolog/monolog Monolog is a PSR-3 compatible logging library for PHP. Send logs to files, sockets, databases, and many web services via a rich set of handlers, formatters, and processors, enabling simple setups and advanced logging strategies. 21,396 22,257 1,905 15M 25 77.4 61.2 MIT 3 months ago
View on GitHub
Context7
mostafaznv/pdf-optimizer Optimize and compress PDFs in PHP or Laravel using Ghostscript. Fluent API with extensive option support, logging, and customization. Works with file paths, UploadedFile, and storage disks, with optional queue support for async optimization. 170 169 11 11K 0 24.6 29.6 MIT 1 month ago
View on GitHub
Context7
mpdf/mpdf mPDF is a PHP library for generating PDF files from UTF-8 HTML. Install via Composer and render documents with simple WriteHTML() calls. Supports modern PHP versions and requires mbstring and gd, with extras like zlib for advanced features. 4,668 4,849 1,108 2M 309 79.8 76.9 GPL-2.0 3 years ago
View on GitHub
Deep Wiki
Context7
mpdf/psr-log-aware-trait Provides a PSR-3 LoggerAwareTrait implementation used by mPDF components. Adds simple logger injection and access following the psr/log LoggerAwareInterface, making it easy to add optional logging support without duplicating boilerplate across classes. 63 64 0 2M 0 0.3 55.3 — —
View on GitHub
Context7
open-telemetry/api OpenTelemetry PHP API package: vendor-neutral interfaces and context propagation for traces, metrics, and logs. Use it to instrument libraries/apps while staying decoupled from any specific SDK implementation. Documentation at opentelemetry.io. 18 20 1 2M 0 29.4 65.0 — 2 weeks ago
View on GitHub
Context7
open-telemetry/sdk OpenTelemetry PHP SDK implementation. Configure manually, via SDK Builder, or enable autoloading with OTEL_PHP_AUTOLOAD_ENABLED and environment-based settings. Use with exporters to generate and export traces, metrics, and other telemetry. 22 25 7 1M 0 29.6 65.0 — 2 weeks ago
View on GitHub
Context7
phalcon/phalcon Phalcon is a high-performance PHP web framework delivered as a C extension, offering low overhead, fast request handling, and an MVC architecture. Includes routing, DI, ORM, templating, caching, and other tools for building modern PHP apps. 245 245 50 12 94 22.6 26.7 MIT —
View on GitHub
Deep Wiki
Context7
php-console/php-console Server-side library for the PHP Console Chrome extension: capture PHP errors/exceptions, dump variables, and execute PHP code remotely from Chrome. Useful for debugging and live inspection on PHP 5.3+ applications. 1,338 1,359 281 37K 53 53.4 48.0 MIT 6 years ago
View on GitHub
Context7
php-coveralls/php-coveralls PHP client for Coveralls that uploads Clover-style code coverage reports from PHPUnit and other test tools. Install via Composer or download the PHAR. Works with GitHub and common CI services (GitHub Actions, Travis, CircleCI, Jenkins, Codeship). 514 521 126 201K 7 35.7 46.6 MIT 3 months ago
View on GitHub
Context7
php-debugbar/php-debugbar PHP Debug Bar adds a developer-only in-browser toolbar to PHP apps, showing profiling and request details without var_dump(). Includes collectors for time, memory, exceptions, messages, config, PDO, Monolog, Symfony components, and more; supports AJAX and saved requests. 4,383 4,384 426 3M 1 66.8 45.8 MIT 23 hours ago
View on GitHub
Deep Wiki
Context7
php-ffmpeg/php-ffmpeg php-ffmpeg/php-ffmpeg is a PHP wrapper for FFmpeg/FFprobe that makes encoding, converting, trimming, and analyzing audio/video simple. Provides a fluent API for common tasks like thumbnails, metadata, filters, and HLS/DASH workflows. 5,007 — 898 — 284 80.0 32.6 MIT 2 months ago
Context7
phpbench/phpbench PHPBench is a PHP benchmark runner (like PHPUnit for performance). Run benchmarks with revolutions and iterations in isolated processes, track time and memory, generate customizable reports (console/CSV/HTML), store results, compare baselines, and detect regressions. 1,990 1,999 132 455K 29 53.6 53.3 MIT 2 weeks ago
View on GitHub
Deep Wiki
Context7
phpdocumentor/guides phpDocumentor Guides is a PHP documentation generator for writing and publishing rich docs in reStructuredText/Markdown. Build structured guides with navigation, code blocks, and theming, and output to HTML or other formats for your project or package. 1 1 0 12K 0 0.0 52.1 MIT —
View on GitHub
Context7
phpdocumentor/phpdocumentor phpDocumentor generates comprehensive PHP documentation from source code and DocBlocks. It produces API docs, UML diagrams, and parses Markdown/ReStructuredText, with tooling to embed API references into narrative docs to keep documentation in sync. 4,319 4,390 640 15K 160 85.6 43.6 MIT 4 months ago
View on GitHub
Context7
plumphp/plum Plum is a PHP data processing pipeline for building reusable, testable workflows. Chain readers, filters, converters, and writers, apply conditional conversions, concatenate workflows, and merge multiple sources to transform and export data cleanly and flexibly. 140 142 2 1K 0 22.5 17.1 MIT 10 years ago
View on GitHub
Context7
pontedilana/php-weasyprint Laravel-friendly PHP wrapper for WeasyPrint to render HTML/CSS into high-quality PDFs (and images) via a simple API. Ideal for invoices, reports, and templated documents, with options for assets, headers/footers, and configuration. 76 77 13 38K 1 26.9 43.7 MIT 23 hours ago
View on GitHub
Context7
producer/producer Command-line QA and release tool for PHP library packages. Validates and publishes releases using Composer, PHPUnit, and phpDocumentor. Works with Git or Mercurial, and supports GitHub, GitLab, and Bitbucket (including self-hosted) as remote origins. 104 106 6 169 6 23.9 9.0 MIT 7 years ago
View on GitHub
Context7
pusher/pusher-php-server — 1,468 1,496 316 3M 0 45.8 54.1 — 1 year ago
View on GitHub
Context7
recurly/recurly-client Official PHP client for Recurly’s V3 API. Install via Composer, create a Client with your API key (US or EU region), and access all API operations in one place. Supports optional PSR-3 logging. 173 174 94 93K 12 36.9 52.4 MIT 2 months ago
View on GitHub
Context7
redaxo/source REDAXO is an easy-to-learn, multilingual website framework/CMS with custom modules for full control over input and output. Simple yet flexible since 2004, highly extendable and adaptable to your workflow, backed by an active community and solid docs. 346 345 116 345 99 54.5 36.0 NOASSERTION 6 days ago
View on GitHub
Context7
rollbar/rollbar Official Rollbar PHP SDK for real-time error monitoring. Capture exceptions and log messages, add context, group and search occurrences, and send alerts. Supports popular frameworks (Laravel, Symfony, CodeIgniter) plus plugins like Heroku and WordPress. 337 344 118 357K 9 37.1 52.1 MIT 1 week ago
View on GitHub
Context7
ruflin/elastica Elastica is a PHP client for Elasticsearch, providing a rich, object-oriented API for indexing, searching, and managing indices. Compatible with Elasticsearch 9.x+ (branch-specific support for older versions) and integrates with elasticsearch-php. 2,272 2,301 732 646K 94 75.4 73.7 MIT 6 months ago
View on GitHub
Context7
sabre/dav sabre/dav is a popular PHP framework for building WebDAV, CalDAV, and CardDAV servers. It provides the core server stack plus extensions for calendars and contacts, with full documentation and installation guides at sabre.io. 1,700 1,719 368 257K 157 68.5 70.5 BSD-3-Clause 1 year ago
View on GitHub
Context7
samdark/yii2-psr-log-target Yii2 log target that forwards Yii log messages to any PSR-3 logger (e.g., Monolog). Configure PsrTarget in the log component, choose levels, and optionally add real event timestamps to the log context for accurate timing. 84 84 14 38K 2 25.4 44.4 BSD-3-Clause 2 years ago
View on GitHub
Context7
satooshi/php-coveralls PHP client for Coveralls: uploads PHPUnit clover coverage reports from CI (GitHub Actions, Travis, CircleCI, Jenkins, Codeship) to coveralls.io. Install via Composer or use the provided phar. Supports PHP 7.4+ (2.9+) and older versions via 1.x/2.x. 514 464 126 26K 7 35.7 32.3 MIT 3 months ago
View on GitHub
Context7
seld/signal-handler Lightweight PHP signal handling for CLI apps. Provides a simple API to register handlers for POSIX signals, integrate with event loops, and reliably dispatch callbacks. Ideal for daemons, workers, and long-running processes that need clean shutdowns. 182 183 3 2M 0 22.8 65.0 MIT 2 years ago
View on GitHub
Context7
sentry/sentry Official Sentry SDK for PHP. Capture exceptions, errors, and performance data with rich context, breadcrumbs, and release tracking. Install via Composer and initialize with your DSN. Works standalone and integrates with Symfony and Laravel. 1,904 1,927 468 6M 18 59.6 65.4 MIT 1 week ago
View on GitHub
Context7
slim/slim Slim is a PHP micro-framework for building fast, simple web apps and APIs. PSR-7/PSR-15 compatible, with flexible routing and middleware. Choose your preferred PSR-7 implementation (Slim-Psr7, Nyholm, Guzzle, etc.) and optional Slim-Http decorators. 12,246 12,513 1,958 865K 10 72.1 35.1 MIT 4 months ago
View on GitHub
Context7
spatie/image-optimizer Optimize PNG, JPG, WebP, AVIF, SVG and GIF images in PHP by running them through a chain of installed binaries (jpegoptim, optipng, pngquant, svgo, etc.). Automatically detects available tools and overwrites files with smaller optimized versions. 2,861 2,898 225 2M 0 50.1 47.4 MIT 4 months ago
View on GitHub
Deep Wiki
Context7
spiral/dumper High-performance PHP variable dumper for the Spiral framework. Provides readable, developer-friendly dumps for debugging in CLI or web, with clean formatting and easy integration into your app to inspect arrays, objects, and complex data structures. 8 8 3 172K 0 25.5 65.0 MIT 1 year ago
View on GitHub
Context7
spiral/exceptions Universal exception handling component for PHP/Spiral. Provides a consistent way to catch, format, report, and render exceptions across applications and frameworks, with strong static analysis support, tests, and clean integration in Spiral projects. 4 4 0 3K 0 23.9 45.2 MIT 6 years ago
View on GitHub
Context7
spiral/framework Spiral Framework is a high-performance, long-running full-stack PHP framework with 60+ PSR-compatible components. Powered by RoadRunner for resident-memory apps, it supports GRPC, queues, WebSockets, background workers, and more. 2,039 2,042 90 174K 42 55.0 50.4 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
spiral/logger Spiral Logger provides a LogFactory and global log listeners for building and wiring PSR-3 compatible loggers in Spiral apps. Lightweight package with strong static analysis, tests, and CI support. 13 13 0 332K 0 24.3 65.0 MIT 5 years ago
View on GitHub
Context7
spiral/roadrunner-metrics RoadRunner metrics integration for PHP apps. Exposes and exports runtime and application metrics from the RoadRunner server, enabling observability with common monitoring backends. Lightweight package for collecting counters, gauges, and histograms in production. 8 8 5 194K 0 22.0 65.0 MIT 10 months ago
View on GitHub
Context7
spiral/roadrunner-worker PHP worker library for running apps on RoadRunner with the Spiral ecosystem. Provides a Worker API to handle incoming requests/jobs and communicate with the RoadRunner server, enabling high-performance, long-running PHP processes for HTTP and background tasks. 21 21 5 584K 0 26.6 65.0 MIT 11 months ago
View on GitHub
Context7
staabm/phpstan-psr3 PHPStan rules that detect PSR-3 logger misuse and security pitfalls: invalid placeholders, context issues, and message formatting mistakes. Works with psr/log, Monolog, Laravel (illuminate/log, LogManager), and REDAXO rex_logger. 23 23 1 31K 1 21.4 50.5 MIT 11 months ago
View on GitHub
Context7
symfony/cache Symfony Cache provides fast, low-overhead PSR-6 caching with adapters for common backends. Includes a PSR-16 bridge plus CacheInterface and TagAwareCacheInterface implementations via symfony/cache-contracts for flexible app caching. 4,171 4,196 64 7M 0 52.7 52.5 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/console Symfony Console makes it easy to build beautiful, testable PHP command‑line tools. Define commands, arguments and options, add interactive prompts, styled output and progress bars, plus robust input/output handling for CLI apps and scripts. 9,830 10,011 268 16M 0 62.9 52.4 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/doctrine-bridge Symfony Doctrine Bridge integrates Doctrine with Symfony components, providing glue code for ORM/DBAL usage across the framework. Part of the main Symfony repository; report issues and submit pull requests there. 3,231 3,236 43 4M 0 48.8 51.1 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/error-handler Symfony ErrorHandler provides robust PHP error and exception handling with better debugging tools. Enable debug mode, convert warnings/notices into exceptions, and safely wrap code execution with ErrorHandler::call, even bypassing the @ silencer. 2,675 2,683 20 13M 0 43.9 60.0 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/event-dispatcher Symfony’s EventDispatcher component lets application parts communicate by dispatching events to registered listeners and subscribers. Build decoupled, extensible workflows with a simple API for adding, removing, and prioritizing handlers. 8,548 8,601 67 15M 0 56.9 52.7 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/http-client Symfony HttpClient provides a modern API to fetch HTTP resources synchronously or asynchronously. Supports efficient streaming, retries, and multiple transports, making it easy to integrate robust HTTP requests into Symfony or any PHP app. 2,033 2,047 52 7M 0 43.1 57.7 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/http-kernel Symfony HttpKernel provides a structured, event-driven workflow to turn HTTP Requests into Responses. Built on the EventDispatcher, it’s flexible enough for full-stack frameworks, micro-frameworks, and CMS platforms like Drupal. 8,126 8,152 98 14M 0 57.8 52.4 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/json-streamer Symfony JsonStreamer reads and writes data structures to and from JSON streams efficiently. Ideal for streaming large JSON payloads with low memory usage, integrating with Symfony Serializer to parse or generate JSON incrementally. 14 14 1 71K 0 28.5 59.7 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/lock Symfony Lock component creates and manages locks to ensure exclusive access to shared resources. Provides a unified API with multiple storage backends (e.g., filesystem, Redis, PDO) for preventing race conditions in concurrent apps. 514 525 15 3M 0 32.6 62.3 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/mailer Symfony Mailer is a flexible component for sending emails via SMTP and other transports. Compose rich messages with Symfony Mime, add CC/BCC and priorities, and optionally render Twig templates with TemplatedEmail and BodyRenderer. 1,591 1,621 49 12M 0 39.9 63.1 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/messenger Symfony Messenger helps PHP apps send and receive messages via async transports and message queues. Dispatch commands/events, route to handlers, and integrate with workers and transports to decouple services and improve scalability. 1,107 1,111 90 4M 0 38.1 57.2 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/notifier Symfony Notifier sends notifications through multiple channels like email, SMS, chat, and push. It unifies message creation, routing, and transport handling, making it easy to notify users via one or several providers with a consistent API. 806 809 16 1M 0 35.0 51.3 MIT 1 week ago
View on GitHub
Context7
symfony/psr-http-message-bridge Symfony PSR-7 Bridge integrates PSR-7 HTTP messages with Symfony. Convert between Symfony HttpFoundation requests/responses and PSR-7 implementations, enabling interoperability with PSR-7 middleware, libraries, and frameworks. 1,296 1,303 56 7M 0 37.8 60.8 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/routing Symfony Routing maps HTTP requests to configuration variables via flexible route definitions. Match incoming paths to controllers and parameters, and generate URLs from named routes using RouteCollection, UrlMatcher, UrlGenerator, and RequestContext. 7,630 7,702 92 13M 0 58.3 52.8 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/security-acl Symfony Security ACL adds Access Control Lists to manage fine‑grained, object‑level permissions beyond roles. It supports per‑object and per‑field authorization with configurable permission masks and voters, integrating with Symfony’s security system. 371 377 54 328K 12 29.7 55.5 MIT 1 month ago
View on GitHub
Context7
symfony/security-core Symfony Security Core provides the building blocks for authentication and authorization. Use tokens, voters, role hierarchies, and an access decision manager to cleanly separate access rules from user providers and credential storage. 1,885 1,891 31 4M 0 40.3 54.7 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/security-csrf Symfony Security CSRF component generates and validates CSRF tokens to protect forms and requests from cross-site request forgery. Provides CsrfTokenManager and related tools for secure token handling in Symfony and PHP apps. 1,775 1,781 8 4M 0 39.3 54.4 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/security-guard Symfony Security Guard provides a flexible authentication system for Symfony apps. Create custom authenticators for form login, API tokens, and more, with support for user providers, remember-me, and event-driven security flows. 1,422 1,426 10 767K 0 18.2 42.9 MIT 1 year ago
View on GitHub
Context7
symfony/security-http Symfony Security HTTP integrates the Security Core with HTTP: firewalls, request handling, and authenticators to secure parts of your app and authenticate users. Install via composer require symfony/security-http. 1,713 1,715 22 4M 0 39.7 54.7 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/semaphore Symfony Semaphore Component provides a simple API to manage semaphores and locks, enabling exclusive access to shared resources across processes. Useful for coordinating concurrent jobs, preventing race conditions, and protecting critical sections. 37 37 1 63K 0 29.8 52.3 MIT 1 week ago
View on GitHub
Context7
symfony/translation Symfony Translation component for internationalizing PHP apps: create a Translator, load messages from arrays, files, or other loaders, handle locales and domains, and translate strings at runtime. Part of the Symfony ecosystem and works well standalone. 6,618 6,658 90 14M 0 57.3 53.8 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/workflow Symfony Workflow Component helps you model and run workflows or finite state machines in PHP. Define places, transitions, and guards to control state changes, track progress, and integrate with events for process automation. 628 645 59 1M 0 35.4 52.6 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
tracy/tracy Tracy is a powerful PHP debugging and profiling toolkit. It provides an in-browser debug bar, detailed error screens, dumps, logging, and performance tools to quickly inspect requests, trace issues, and speed up development in PHP apps. 1,822 1,861 221 353K 23 53.7 55.0 NOASSERTION 1 month ago
View on GitHub
Context7
typo3/cms-core TYPO3 CMS Core provides the essential framework, APIs, and services for the TYPO3 content management system. It powers backend and frontend rendering, extensions, security, caching, routing, and site configuration for building and maintaining TYPO3-based websites. 33 34 18 274K 0 0.7 54.0 GPL-2.0 —
View on GitHub
Context7
typo3/html-sanitizer Standards-based HTML sanitizer for PHP with safe, configurable cleaning of untrusted markup. Remove dangerous tags/attributes, normalize output, and allow whitelisting policies for links, images, and formatting—ideal for user content, CMS, and APIs. 27 27 15 247K 6 31.4 66.8 MIT 1 year ago
View on GitHub
Context7
vonage/client-core Core PHP client library for Vonage APIs (PHP 8.1+). Create a Vonage\Client with your API key/secret, make requests, and optionally customize base API URLs for testing. Install via Composer (vonage/client) or use core with your own HTTP client. 928 929 179 338K 2 39.5 42.1 Apache-2.0 1 week ago
View on GitHub
Context7
web-auth/webauthn-lib PHP WebAuthn library for adding passkeys/FIDO2 authentication to apps and APIs. Implements registration and login flows, credential validation, and related WebAuthn data structures, suitable for Laravel or custom frameworks. 119 124 24 484K 0 1.3 49.8 MIT —
View on GitHub
Context7
yiisoft/test-support Testing utilities for Yii applications: helpers and fixtures to simplify unit and integration tests, isolate dependencies, and improve readability. Provides common test tools you can reuse across packages and projects. 15 15 9 15K 3 22.9 48.6 BSD-3-Clause 2 months ago
View on GitHub
Context7
zbateson/mail-mime-parser PSR-compliant, testable MIME email parser for PHP 8.1+ as an alternative to imap* and PEAR. Parses RFC 822/2822/5322 messages from strings, resources, or PSR-7 streams; standards-compliant yet forgiving, with a cleaned-up 4.x API. 539 541 59 1M 18 38.7 61.5 BSD-2-Clause 4 weeks ago
View on GitHub
Deep Wiki
Context7
zendframework/zend-di zendframework/zend-di is a PHP dependency injection container for Zend Framework apps. It supports autowiring, configurable definitions, and factories to build and wire objects at runtime, helping manage dependencies and improve testability. 45 46 27 27K 5 12.1 46.4 BSD-3-Clause 6 years ago
View on GitHub
Context7
zendframework/zend-log Zend Log is a PHP logging component for writing messages to multiple backends (files, syslog, databases, email) with flexible formatting, filters, and priorities. Part of Zend Framework, it helps you capture, route, and manage application logs reliably. 60 59 49 36K 8 14.4 47.7 BSD-3-Clause 6 years ago
View on GitHub
Context7
zircote/swagger-php swagger-php generates OpenAPI 3.0/3.1/3.2 documentation from your PHP 8.2+ code using attributes (preferred) or optional Doctrine annotations. Use it via CLI or programmatically, with helpful error reporting and a full documentation site. 5,287 5,372 947 3M 13 73.1 51.2 Apache-2.0 1 month ago
View on GitHub
Deep Wiki
Context7
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport