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

Event Dispatcher Laravel Package

symfony/event-dispatcher

Symfony EventDispatcher lets application parts communicate via dispatched events and listeners/subscribers. It provides a flexible event system for decoupled architecture, supporting priority-based listeners and a consistent dispatching API for PHP apps.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
1mcodes/api-problem-bundle 0 0 0 0 0 12.6 MIT 4 months ago
View on GitHub
Context7
1tomany/rich-bundle Symfony bundle implementing the RICH (Request, Input, Command, Handler) architecture. Encourages single-responsibility actions with explicit Input/Command/Handler classes for clear, safe, and futureproof backend development without heavy DDD/CQRS overhead. 24 24 0 132 5 30.3 14.2 MIT 2 weeks ago
View on GitHub
Context7
21torr/prismic-api 1 1 1 0 0 4.5 MIT 3 years ago
View on GitHub
Context7
21torr/storyblok Symfony bundle providing API helpers and infrastructure to work with Storyblok. Simplifies fetching content, integrating Storyblok services, and building Storyblok-powered Symfony apps. Includes documentation for setup and usage. 5 5 2 548 0 30.9 32.3 MIT 1 week ago
View on GitHub
Context7
21torr/task-manager Small wrapper around symfony/messenger that simplifies task management in PHP/Symfony apps. Helps you define, dispatch, and handle tasks with a cleaner API while keeping Messenger under the hood. Includes documentation for quick setup and usage. 0 0 1 618 2 28.2 45.3 MIT 2 days ago
View on GitHub
Context7
4lxndr/cron-bundle 0 1 0 20 0 15.0 20.5 MIT 3 months ago
View on GitHub
Context7
a2lix/translation-form-bundle 338 345 139 61K 0 31.7 35.8 MIT 2 months ago
View on GitHub
Context7
abdellahramadan/seo-bundle Symfony SEO bundle providing meta tags, Open Graph/Twitter cards, Schema.org structured data, sitemap generation, breadcrumbs, Google Tag and Meta Pixel integration, plus dev-mode SEO profiling. Configure via DI or Twig helpers for easy template rendering. 34 34 1 0 2 15.1 MIT 5 months ago
View on GitHub
Context7
ac/transcoding 14 14 3 3 8 2.4 3.4 MIT
View on GitHub
Context7
acseo/dynamic-form-bundle Symfony bundle to build dynamic forms from PHP arrays. Define fields, options (label/help/picto/data), constraints (NotBlank, Length, etc.) and render via a form provider. Includes install steps, bundle enablement, and controller example. 0 6 195 3.8 20.5
View on GitHub
Context7
ad3n/jwt-refresh-token-bundle Symfony bundle to manage JWT refresh tokens alongside LexikJWTAuthenticationBundle. Supports Doctrine ORM or MongoDB ODM, adds refresh token generation/rotation and storage, plus endpoints and security integration for renewing access tokens securely. 1 1 0 0 0 0.3 MIT 1 year ago
View on GitHub
Context7
adsazad/datatables-bundle Symfony bundle integrating jQuery DataTables for realtime Ajax tables (Symfony 4.4+/5+). Data source logic is decoupled via adapters; includes Doctrine ORM, MongoDB and Elastica, with support for custom adapters. Includes a console generator command. 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
ae/connect-bundle AEConnect is a Symfony bundle for integrating with Salesforce via the Salesforce REST SDK. It supports configurable entity mapping, inbound/outbound sync with validation and transformations, bulk synchronization, and command/debug tooling. 2 2 2 13 0 29.8 11.8 MIT 6 days ago
View on GitHub
Context7
aeatech/cli-snapshot-profiler-event-subscriber 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
aequation/wire Aequation Wire Bundle is a Symfony 7.2 toolbox bundle by Aequation Webdesign. Installs via symfony composer require aequation/wire and provides shared utilities for your Symfony apps. GitHub: manu7772/aew-wire 0 1 0 0 0 2.7 MIT 1 year ago
View on GitHub
Context7
aeruz/app-registry-bundle Laravel bundle that provides an application registry: register apps/services, store metadata and configuration, and expose lookup/management utilities for integrations and multi-app environments. Useful for keeping app definitions centralized and discoverable across your system. 0 0 0 0.0
View on GitHub
Context7
aeruz/app-registry-client-bundle PHP/Laravel bundle that simplifies talking to an App Registry service. Provides a client wrapper for registering apps, fetching metadata, and keeping service discovery details in sync, with configuration suited for framework projects and shared deployments. 0 0 2 0.0 6.6
View on GitHub
Context7
agence-adeliom/easy-block-bundle Symfony bundle adding a basic block component for EasyAdmin: manage blocks via a CRUD interface and render them in Twig. Supports Symfony 6.4/7.x (PHP 8.2+), with older branches for Symfony 5.4/6.x and 4.4/5.x. 5 5 3 165 0 0.1 20.1 MIT
View on GitHub
Context7
agence-adeliom/easy-blog-bundle Basic blogging system for Symfony EasyAdmin. Adds CRUD management for posts and categories, configurable blog root path, and Doctrine schema/migrations support. Compatible with Symfony 6.4/7.x (v3) and PHP 8.2+. 7 7 3 127 0 0.1 17.0 MIT
View on GitHub
Context7
agence-adeliom/easy-common-bundle Symfony bundle providing common utilities for EasyAdmin: reusable Doctrine entity traits (ID, slug, timestamps, soft delete, publish/status) and a PHP 8 enum polyfill/helper with static constructors, validation, and typed enum parameters. 3 3 7 476 0 0.2 28.7 MIT
View on GitHub
Context7
agence-adeliom/easy-config-bundle Symfony bundle for EasyAdmin that adds a simple configuration manager stored in the database. Manage key/value settings from your EasyAdmin dashboard, include ready-made menu entry via a trait, and read values in Twig with easy_config(). 9 9 5 149 2 0.6 16.6 MIT
View on GitHub
Context7
agence-adeliom/easy-editor-bundle Flexible content editor for EasyAdmin: store content as JSON blocks, build custom block types, render via Twig with an included form theme, and hook into events during block rendering. Symfony Flex install; supports Symfony 6.4/7.x (v3) and older branches. 11 11 3 104 0 0.1 13.6 MIT
View on GitHub
Context7
agence-adeliom/easy-faq-bundle Basic FAQ system for Symfony EasyAdmin: manage FAQ entries and categories via CRUD, with configurable FAQ page root path. Supports Symfony 6.4/7.x (PHP 8.2+), with older branches for Symfony 5.4/6.x and 4.4/5.x. 5 5 2 133 0 0.1 18.9 MIT
View on GitHub
Context7
agence-adeliom/easy-fields-bundle Symfony bundle adding extra EasyAdmin fields: enhanced AssociationField (create/select inline), EnumField, FormTypeField for binding raw form types, and TranslationField integration (A2lix). Supports Symfony 6.4/7.x on PHP 8.2+. 13 13 12 421 6 2.1 22.4 MIT
View on GitHub
Context7
agence-adeliom/easy-gutenberg-bundle Integrate WordPress’s Gutenberg editor into Symfony EasyAdmin. Add a GutenbergField to CRUD forms, use the provided form theme, and generate custom blocks via a console maker command. Compatible with Symfony 5.4–7.x and PHP 8.0.2+. 6 6 5 0 4 0.6 0.8 MIT
View on GitHub
Context7
agence-adeliom/easy-media-bundle Vue.js media manager for Symfony EasyAdmin with multi-upload, drag & drop, previews, image editing, bulk actions, visibility/locking, filters & sorting, directory bookmarks, URL embed support, keyboard shortcuts, and modal/WYSIWYG integration. 30 30 21 362 11 4.2 19.6 MIT
View on GitHub
Context7
agence-adeliom/easy-menu-bundle Symfony bundle adding a basic menu system for EasyAdmin. Manage menus from your dashboard, with optional Gedmo Tree support for nested items. Supports Symfony 6.4/7.x (v3) and earlier branches for older Symfony/PHP versions. 9 9 6 137 2 0.6 16.1 MIT
View on GitHub
Context7
agence-adeliom/easy-page-bundle Easy Page Bundle adds a lightweight CMS for Symfony EasyAdmin. Manage hierarchical pages in the admin dashboard and render them via simple slug-based routes like /{slug} or /{parentSlug}/{slug}, with Doctrine migrations/schema setup support. 10 10 8 135 0 0.3 15.5 MIT
View on GitHub
Context7
agence-adeliom/easy-redirect-bundle Symfony bundle to manage URL redirects and log 404 errors. Intercepts 404s, looks up matching redirects, performs redirects, and updates hit count/last accessed. Stores 404 path/URL/timestamp/referer for stats and clears matching 404s when redirects change. 6 6 3 186 1 0.2 19.9 MIT
View on GitHub
Context7
agence-adeliom/easy-seo-bundle 8 8 3 172 1 0.2 18.0 MIT
View on GitHub
Context7
agence-adeliom/easy-shop-bundle 4 4 1 0 0 1.0 2.7 MIT
View on GitHub
Context7
ai-gateway/ai-gateway-bundle Symfony bundle that turns your app into an AI gateway: unified /v1 API for chat/models, OpenAI-compatible + Anthropic providers, model fallback chains, per-key auth, budgets/rate limits, caching, cost tracking, SSE streaming, Prometheus metrics, dashboard and CLI. 1 0 0 0 0 0.0
View on GitHub
Context7
akeneo/batch 7 8 7 1 0 0.2 0.7
View on GitHub
Context7
akeneo/batch-bundle 39 40 22 473 0 6.1 15.3 10 years ago
View on GitHub
Context7
akeneo/php-coupling-detector Detect PHP coupling issues based on configurable rules by analyzing class use statements. Supports forbidden, discouraged, and only rules, with error/warning violations. Includes commands to detect violations and list unused requirements. 43 44 5 7K 18 9.2 35.4 MIT 1 year ago
View on GitHub
Context7
akeneo/pim-community-dev 1,024 1,024 538 3K 372 64.8 38.9 NOASSERTION 2 months ago
View on GitHub
Deep Wiki
Context7
akeneo/storage-utils 1 2 4 0 0 0.1
View on GitHub
Context7
akeneo/storage-utils-bundle 2 3 2 1 0 0.1 1.7
View on GitHub
Context7
alanpoulain/api-platform-events-bundle 17 17 5 0 0 0.2 MIT
View on GitHub
Context7
alchemy/acl-bundle Symfony bundle providing a simple ACL API. Configure object types, alias your UserRepository, and add Redis cache for access tokens. Exposes endpoints to list, upsert, and delete ACEs by user/group, object type/id, with permission masks and wildcards. 4 4 1 681 0 21.6 34.5 2 weeks ago
View on GitHub
Context7
alengo/sulu-http-cache-bundle 0 0 0 3 0 0.0 MIT 1 day ago
View on GitHub
alexfigures/symfony-jsonapi-bundle 1 2 0 9 0 18.2 15.9 MIT 7 months ago
View on GitHub
Context7
alexsabur/antispam-bundle 0 0 0 7 0 0.0 12.5 MIT
View on GitHub
Context7
allejo/php-vcr-sanitizer Sanitize sensitive data in php-vcr cassettes. Configure hostname masking, header and query param removal, and custom scrubbers for request/response bodies and POST fields. Enable per test run and disable when needed to keep fixtures safe for version control. 14 14 5 19K 0 4.4 43.0 MIT 3 years ago
View on GitHub
Context7
alli-govender/auditor-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
allsoftware/symfony-kernel-tabler 1 1 0 0 0 2.3 3.4 MIT 4 years ago
View on GitHub
Context7
allstak/sdk-php 0 0 0 23 0 19.3 22.3 MIT 2 weeks ago
View on GitHub
Context7
allstak/sdk-symfony 0 0 0 3 0 19.3 9.7 MIT 2 weeks ago
View on GitHub
Context7
alsatian/form-bundle 14 14 6 436 3 3.4 20.7 MIT 2 years ago
View on GitHub
Context7
alterphp/easyadmin-extension-bundle 255 259 57 2K 13 15.9 18.3 MIT 3 years ago
View on GitHub
Context7
amashukov/tracing-bundle 0 0 0 148 0 0.0 30.0 MIT
View on GitHub
Context7
amiltone/keycloack-token-bundle 0 1 1 0 0 1.8 4 years ago
View on GitHub
Context7
amontreuil/exception-handler-bundle 0 0 0 0 0 4.8 4 years ago
View on GitHub
Context7
analogic/cryptocurrency-bundle 3 3 3 0 0 2.2 7 years ago
View on GitHub
Context7
andyhobbs/gedmo-translation-form-bundle 1 1 0 133 0 0.3 25.3 MIT 4 years ago
View on GitHub
Context7
anglemx/file-storage-bundle 0 0 1 1 0 9.5 4.5 MIT 6 months ago
View on GitHub
Context7
anglemx/onelogin-azure-saml-bundle 0 0 0 8 0 2.7 13.2 MIT 2 years ago
View on GitHub
Context7
anh/doctrine-extensions-resource 2 2 0 8 0 0.0 7.8
View on GitHub
Context7
anismechri/oxy-menu-bundle 0 0 0 0 0 0.4 MIT 6 years ago
View on GitHub
Context7
ankitpokhrel/tus-php PHP server/client implementation of the tus resumable upload protocol. Supports large, chunked uploads with pause/resume, retries, and offsets; integrates with popular PHP frameworks and storage backends, offering configurable middleware, events, and validation. 1,470 1,475 220 175K 27 30.9 41.1 MIT 2 years ago
View on GitHub
Deep Wiki
Context7
ano/barbeq 8 8 2 0 0 0.1 MIT
View on GitHub
Context7
anzusystems/common-bundle 0 0 0 826 0 26.4 46.5 Apache-2.0 2 months ago
View on GitHub
Context7
apextoolbox/symfony-logger 3 4 0 2 0 15.6 2.8 MIT 2 months ago
View on GitHub
Context7
api-platform/core API Platform Core lets you quickly build hypermedia-driven REST and GraphQL APIs in PHP/Symfony. Supports JSON-LD, Hydra, OpenAPI v2/v3, JSON:API, HAL, and RFC7807. Extensible, high-performance, API-first. 2,563 2,577 969 920K 184 80.4 68.7 MIT 6 days ago
View on GitHub
Deep Wiki
Context7
apie/cms 0 0 0 22 2 0.4 18.8 MIT
View on GitHub
Context7
apie/common 0 0 0 22 0 0.0 18.8 MIT
View on GitHub
Context7
apie/rest-api 0 0 0 22 0 0.0 18.8 MIT
View on GitHub
Context7
apisearch-io/php-client Official PHP client for the ApiSearch.io search-as-a-service platform. Provides a simple API to index documents, manage indices and queries, and retrieve fast, relevant search results from your PHP or Laravel applications. 27 27 7 62 0 4.7 5.6 MIT 2 years ago
View on GitHub
Context7
app-dev-panel/adapter-symfony 0 0 0 0 0 0.0
View on GitHub
Context7
app-verk/google-cloud-storage-media-bundle 0 0 4 265 0 12.6 36.6 MIT 5 months ago
View on GitHub
Context7
appaydin/pd-menu 15 15 4 2 1 6.6 0.7 MIT 5 years ago
View on GitHub
Context7
appaydin/pd-user 23 23 5 12 9 10.3 5.1 MIT 5 years ago
View on GitHub
Context7
appaydin/pd-widget 11 11 3 34 0 5.1 8.4 MIT 5 years ago
View on GitHub
Context7
ardent/parameter-bundle 0 1 0 0.0
View on GitHub
Context7
arnaud-23/attribute-execution-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
arnaud-ritti/mosparo-bundle 6 6 4 63 1 2.2 14.3 MIT 3 years ago
View on GitHub
Context7
arnedesmedt/inspector-symfony 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
art-fatal/wasenderapi-symfony 0 0 0 0.0
View on GitHub
Context7
artgris/filemanager-bundle 183 186 92 7K 21 34.0 33.8 MIT 3 months ago
View on GitHub
Context7
artyuum/request-dto-mapper-bundle 51 51 0 97 0 1.3 6.3 MIT 3 years ago
View on GitHub
Context7
asaliev/symfony-yii2-bridge 0 0 0 0 0 1.9 MIT 1 year ago
View on GitHub
Context7
ashtein/console-bundle 0 0 0 0 0 0.3 BSD-3-Clause 6 years ago
View on GitHub
Context7
asjustas/jv-rest-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
asm/markdown-content-bundle 1 2 1 0 3 1.9 0.4 12 years ago
View on GitHub
Context7
asm/translation-loader-bundle 23 24 9 1 11 6.2 4.8 11 years ago
View on GitHub
Context7
asmitta-01/formflow-bundle 2 2 0 10 0 1.5 8.8 MIT 1 year ago
View on GitHub
Context7
asmitta-01/toast-bundle 0 0 0 1 0 18.0 4.8 MIT 2 months ago
View on GitHub
Context7
aspose/cloud-sdk-php 1 2 3 39 1 0.2 18.1 MIT
View on GitHub
Context7
astina/deadlink-bundle 0 0 0 0 0 0.6 12 years ago
View on GitHub
Context7
atcliff/kafka-bundle 0 0 0 0 0 0.6 MIT 1 year ago
View on GitHub
Context7
aternovtsii/search-bundle Laravel search bundle that adds a reusable, configurable search layer for your app. Provides easy integration for searching across multiple models/resources with a simple API, sensible defaults, and room to extend matching, filtering, and result formatting. 0 0 2 7 0 19.0 14.0 3 months ago
View on GitHub
Context7
atoolo/search-bundle 2 2 0 509 1 24.3 36.5 MIT 2 weeks ago
View on GitHub
Context7
aureja/job-queue JobQueue is a PHP package for managing job queues, providing a simple way to enqueue, process, and organize background tasks in your application. Suitable for basic queueing needs with a lightweight setup and straightforward API. 3 3 2 0 0 0.1 MIT
View on GitHub
Context7
austral/admin-bundle 0 0 0 32 0 2.1 21.0 MIT 1 year ago
View on GitHub
Context7
austral/elastic-search-bundle 0 0 0 27 0 1.2 20.0 MIT 1 year ago
View on GitHub
Context7
austral/form-bundle 1 1 0 29 0 1.5 16.4 MIT 1 year ago
View on GitHub
Context7
austral/http-bundle 0 0 0 48 0 2.1 23.4 MIT 1 year ago
View on GitHub
Context7
auth0/auth0-php Auth0 PHP SDK for integrating Auth0 Authentication and Management APIs. Build login/logout flows, validate tokens, and manage users, roles, and applications. Works with any PHP app, with tailored SDKs available for Laravel, Symfony, and WordPress. 409 413 218 538K 1 38.6 53.2 MIT 1 week ago
View on GitHub
Context7
auviis/adminlte-bundle 0 0 0 0 0 0.0 NOASSERTION
View on GitHub
Context7
avanzu/admin-theme-bundle 276 277 144 231 30 22.5 14.2 MIT 7 years ago
View on GitHub
Context7
avro/csv-bundle 29 30 12 226 2 4.1 13.6 4 years ago
View on GitHub
Context7
avtonom/mathielen-import-engine 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
ayaou/command-logger-bundle 3 4 0 0 4 12.8 1.2 MIT 6 months ago
View on GitHub
Context7
ayaou/db-search-bundle 2 2 0 0 0 0.6 MIT 1 year ago
View on GitHub
Context7
azine/emailupdateconfirmation-bundle 1 1 2 21 0 0.1 14.7 MIT
View on GitHub
Context7
azine/mailgunwebhooks-bundle 10 11 7 6 0 0.6 3.0 MIT
View on GitHub
Context7
azyouness/request-to-form-bundle 8 0 0 2 0 0.0 1.2 MIT
View on GitHub
Context7
babdev/websocket-bundle 6 6 2 4K 0 0.2 37.8 NOASSERTION
View on GitHub
Context7
badpixxel/brevo-bridge 2 2 0 253 0 0.3 26.7 MIT 5 years ago
View on GitHub
Context7
badpixxel/sendinblue-bridge 2 2 0 0 0 0.3 MIT 5 years ago
View on GitHub
Context7
badpixxel/tasking-bundle 0 0 141 0.0 29.0
View on GitHub
Context7
bartacus/bartacus-bundle 13 13 9 278 14 9.8 22.4 GPL-3.0 8 years ago
View on GitHub
Context7
bartlomiejbeta/api-scope-bundle 0 0 1 0 0 2.8 7 years ago
View on GitHub
Context7
basic-builder/easybuilder-bundle 0 0 0 0.0
View on GitHub
Context7
bastsys/graphql-bundle 0 0 1 0 0 4.8 NOASSERTION 5 years ago
View on GitHub
Context7
bdupiol/session-bundle 0 0 0 423 0 0.0 36.3
View on GitHub
Context7
beberlei/porpaginas 163 164 19 11K 0 16.8 28.7 3 months ago
View on GitHub
Context7
becklyn/search-bundle 6 6 4 0 3 3.3 0.4 BSD-3-Clause 3 years ago
View on GitHub
Context7
bedrockstreaming/rate-limit-bundle 3 3 1 47 1 2.8 15.3 3 years ago
View on GitHub
Context7
beefeater/crud-event-bundle 1 1 0 42 0 0.0 18.5
View on GitHub
Context7
behat/behat Behat is a PHP BDD framework for testing business expectations with executable specifications. Install via Composer and run scenarios from the CLI. Ideal for acceptance and behavior-driven tests, with strong docs and semantic versioning. 3,959 4,001 614 2M 49 76.3 60.3 MIT 1 month ago
View on GitHub
Context7
bernard/bernard Bernard is a PHP background processing library that makes queueing and long-running workers easy. Supports multiple backends including Redis (Predis/PhpRedis), Amazon SQS, RabbitMQ (PhpAmqp), Doctrine DBAL, Pheanstalk, IronMQ, and queue-interop. 1,212 1,218 127 21K 30 27.3 29.6 MIT 7 years ago
View on GitHub
Context7
bezpapirove/bezpapirove-php-bundle 0 0 0 0 0 1.2 MIT 1 year ago
View on GitHub
Context7
biig/domain 16 16 9 0 4 6.7 1.5 MIT 5 years ago
View on GitHub
Context7
biig/melodiia 18 18 4 0 8 22.0 2.6 MIT 3 months ago
View on GitHub
Context7
bilyiv/request-data-bundle 20 21 4 0 1 2.7 MIT 6 years ago
View on GitHub
Context7
bitbag/shopware-app-system-bundle 1 1 0 3 0 1.8 5.5 NOASSERTION 3 years ago
View on GitHub
Context7
bitbag/sylius-feed-plugin 0 0 1 0 0 0.7 MIT 1 year ago
View on GitHub
Context7
bitrix24/b24phpsdk Official PHP SDK for the Bitrix24 REST API. Supports v1 (stable, PHP 8.2–8.4) and v3 (new endpoints, PHP 8.4+, breaking changes). Provides typed clients for Bitrix24 REST methods with active CI and production-ready releases. 102 99 57 5K 90 45.1 56.5 MIT 3 weeks ago
View on GitHub
Deep Wiki
Context7
black/user DDD/CQRS-oriented user management library by black/user, with a Symfony bundle for integration. Provides domain user model foundations and ORM configuration hooks to plug into your Symfony app. MIT licensed. 3 3 3 0 0 0.1 MIT
View on GitHub
Context7
bluebear/adminbundle 9 9 1 0 33 15.1 15.0 MIT 5 years ago
View on GitHub
Context7
bluspark/airflow-dag-run-bundle 0 0 0 298 0 2.5 34.4 NOASSERTION 11 months ago
View on GitHub
Context7
bneumann/opensearch-bundle 2 1 0 1 0 15.8 2.0 MIT 2 months ago
View on GitHub
Context7
bogdanfinn/the-games-db-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
bogdanfinn/tmdb-bundle 1 1 0 0 0 0.0 MIT
View on GitHub
Context7
boshurik/telegram-bot-bundle 80 81 26 2K 0 18.3 21.0 MIT 6 months ago
View on GitHub
Context7
boxalino/rtux-api-php 0 1 1 169 0 0.6 31.2 MIT 5 years ago
View on GitHub
Context7
boxalino/rtux-integration-php 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
br/signed-request-bundle 16 16 2 0 2 0.5
View on GitHub
Context7
braunstetter/menu-bundle 10 10 0 22 3 1.4 7.0 1 year ago
View on GitHub
Context7
brouzie/widgets-bundle 1 1 0 0 0 0.0
View on GitHub
Context7
bsdrazor/ckfinder-symfony-bundle 0 0 0 0 0 1.8 NOASSERTION 1 year ago
View on GitHub
Context7
bulatronic/api-kit 4 4 0 0 0 0.0 MIT
View on GitHub
Context7
bw/stand-with-ukraine-bundle 37 37 8 0 0 1.4 MIT 4 years ago
View on GitHub
Context7
bxnxg/antispam-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
bytes-commerce/synology-php-api Symfony bundle for the Synology NAS API (DSM). Quickly create an authenticated RequestManager and interact with shares and folders from your app. Requires PHP 8.2+ and Symfony 7.2+. Built on bytes-commerce/synology-php-api. 2 2 1 96 0 23.7 24.4 4 weeks ago
View on GitHub
Context7
bytescommerce/easy-admin-file-upload-field 9 9 1 87 0 10.6 14.7 6 months ago
View on GitHub
Context7
c24-toys/newrelic-bundle 1 1 1 48 0 1.2 19.9 MIT 1 year ago
View on GitHub
Context7
cedricziel/blog-bundle 1 1 0 0 0 0.0
View on GitHub
Context7
cedricziel/canva-bundle 3 3 1 0 0 0.0
View on GitHub
Context7
cedricziel/messenger-pubsub Symfony Messenger transport bridge for Google Cloud Pub/Sub. Adds a pubsub:// transport via PubSubTransportFactory for publishing and consuming messages from Pub/Sub. Note: Pub/Sub doesn’t support delayed delivery, so DelayStamp is ignored. 1 1 3 0 0 0.1
View on GitHub
Context7
cethyworks/content-injector-bundle 3 3 5 0 0 1.3 6 years ago
View on GitHub
Context7
cethyworks/google-map-display-bundle 0 0 0 0 0 0.5 8 years ago
View on GitHub
Context7
cethyworks/google-place-autocomplete-bundle 10 11 9 0 3 2.4 0.5 6 years ago
View on GitHub
Context7
chamber-orchestra/cms-bundle 1 1 0 286 0 0.5 31.0 Apache-2.0
View on GitHub
Context7
chamber-orchestra/translation-bundle 0 0 0 197 0 0.0 31.7 Apache-2.0
View on GitHub
Context7
chamilo/settings-bundle 4 4 2 5K 0 1.6 41.8 2 years ago
View on GitHub
Context7
chebur/search-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
chris13/mail-bundle 1 1 2 0 1 6.2 7 years ago
View on GitHub
Context7
chrisguitarguy/request-id-bundle 45 45 26 29K 3 1.9 39.6 MIT
View on GitHub
Context7
ckfinder/ckfinder-symfony-bundle 42 42 32 6K 23 24.6 41.1 NOASSERTION 5 months ago
View on GitHub
Context7
cleentfaar/slack PHP Slack API client that maps Slack Web API methods to dedicated payload and response objects. Uses JMS Serializer for spec-aligned data models, supports OAuth/tokens, and provides examples plus event hooks around the ApiClient. 76 81 66 369 13 6.8 12.4 MIT 10 years ago
View on GitHub
Context7
cmsig/seal-solr-adapter Apache Solr adapter for the SEAL search engine. Index and write documents to a SolrCloud instance using collections, with direct client setup or DSN-based configuration for common frameworks. 2 2 0 111 0 0.0 21.8 MIT
View on GitHub
Context7
cobhimself/api-services-bundle 0 0 0 0 0 0.3 MIT 4 years ago
View on GitHub
Context7
code-rhapsodie/dataflow-bundle Symfony bundle for building import/export dataflows: one reader, ordered processing steps (sync/async), and one or more writers. Includes CLI tools and scheduling for jobs, status/result reporting, and support for multiple Doctrine DBAL connections. 18 18 4 664 2 28.2 25.1 MIT 1 week ago
View on GitHub
Context7
codeages/biz-framework Biz Framework is a lightweight PHP service-layer framework with a container and core building blocks like config, DB connections/migrations, cache, DAO/service patterns, events, validation, logging, and exceptions—aimed at structuring business logic cleanly. 67 68 35 150 3 9.9 7.3 MIT 6 years ago
View on GitHub
Context7
codeblick/ux-twig-component 0 0 0 155 0 0.0 30.3 MIT
View on GitHub
Context7
codeception/codeception Codeception is a full-stack PHP testing framework for unit, functional, and acceptance tests. It unifies PHPUnit-style assertions with browser and API testing, offers modular helpers, and integrates with popular PHP frameworks to speed up reliable test automation. 4,856 4,911 1,283 1M 151 81.6 63.5 MIT 4 months ago
View on GitHub
Context7
codeception/module-symfony Symfony module for Codeception that integrates the framework’s kernel, container, and HTTP client for functional/acceptance testing. Boot the app, make requests, assert responses, and access services to test controllers and app behavior with minimal setup. 96 97 25 195K 8 29.1 54.9 MIT 2 months ago
View on GitHub
Context7
codegyre/robo Task runner for PHP that lets you write automation scripts in OO PHP. Provides built-in tasks for common workflows (filesystem, git, composer, ssh, testing, packaging) and is easily extensible for custom tasks and CLI commands. 2,708 2,705 308 2K 164 51.8 29.5 NOASSERTION 3 years ago
View on GitHub
Context7
codememory/dto Auto-hydrate PHP/Symfony DTOs from request/array data using rules and decorators. Supports name conversion (e.g., snake_case), enum casting via attributes, and event hooks during processing. Build a manager with caching and reflection for fast mapping. 1 1 0 0 0 14.5 MIT 8 months ago
View on GitHub
Context7
codememory/ws-server-bundle 0 0 0 0 0 0.6 MIT 2 years ago
View on GitHub
Context7
codeplace-io/userback-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
coka/api-bundle 2 3 1 0 0 0.3 MIT 7 years ago
View on GitHub
Context7
coka/cors-bundle 1 2 1 8 0 0.0 9.7 MIT
View on GitHub
Context7
coka/file-bundle 2 3 0 0 0 0.0 MIT
View on GitHub
Context7
coka/pagination-bundle 5 6 1 164 0 0.2 20.1 MIT
View on GitHub
Context7
coka/worker-bundle 1 1 0 0 0 0.0 MIT
View on GitHub
Context7
compasshp/datadog-bundle 0 0 0 4 0 0.0 9.7 MIT
View on GitHub
Context7
components-web-app/api-components-bundle 32 32 8 109 27 8.9 19.6 MIT
View on GitHub
Context7
comsa/sulu-reservations 0 1 0 0.0
View on GitHub
Context7
comsa/sulu-shopping-cart 0 1 0 0.0
View on GitHub
Context7
comsave/common Shared common utilities for Laravel/PHP projects by Comsave. Provides reusable helpers and foundational components to reduce duplication across apps and packages, keeping shared logic centralized and easy to maintain. 2 2 1 1K 0 2.4 36.2 MIT 6 years ago
View on GitHub
Context7
comsave/salesforce-mapper-bundle 5 5 1 3 0 9.1 2.4 5 years ago
View on GitHub
Context7
comsave/salesforce-outbound-message-bundle 4 5 1 0 0 9.1 MIT 6 years ago
View on GitHub
Context7
comunedifirenze/bicorebundle 1 1 3 90 2 1.5 26.7 MIT
View on GitHub
Context7
condenast-ru/basic-api-bundle 10 10 2 0 0 4.2 4 years ago
View on GitHub
Context7
conduction/commongroundbundle Symfony/API Platform bundle adding VNG Common Ground features for Dutch government apps: VNG API Standard support, BSN checks, KVK lookups, and resource lifecycle events (create/update/save/delete). Requires PHP 7.1+. 0 0 1 15 1 0.3 17.0 MIT
View on GitHub
Context7
conduction/digidbundle 0 0 0 9 0 0.0 13.8
View on GitHub
Context7
conduction/samlbundle 0 0 0 9 0 0.0 13.8
View on GitHub
Context7
configuratorware/configurator-api 0 0 407 0.0 36.1
View on GitHub
Context7
connectholland/user-bundle Symfony 4.4/5 user bundle providing registration and login forms, user creation command, email confirmation links, password recovery, optional OAuth (Google/GitHub/Facebook), and API accessibility. Optional JWT auth via Lexik bundle. 8 8 8 0 2 28.0 1 month 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 226 40 1M 19 8.4 58.8 NOASSERTION
View on GitHub
Context7
consolidation/config Lightweight configuration library for PHP. Load and merge settings from multiple files and formats with a simple API, making it easy to manage app config across environments and projects. Often used as a standalone component in larger toolchains. 170 170 18 1M 9 3.9 55.0 NOASSERTION
View on GitHub
Context7
consolidation/robo Robo is a modern PHP task runner for automating common development workflows. Define tasks in a RoboFile with a clean OO API to run tests, build assets, deploy, and more. Extensible via plugins, with useful built-in tasks and CLI tooling. 2,708 2,722 308 1M 164 51.8 58.6 NOASSERTION 3 years ago
View on GitHub
Deep Wiki
Context7
constantable/rabbitmq-bundle 0 0 0 0 0 0.3 5 years ago
View on GitHub
Context7
contao/contao 427 428 172 19 362 27.3 26.5 LGPL-3.0
View on GitHub
Deep Wiki
Context7
contao/core-bundle 123 130 56 20K 0 2.3 30.4 LGPL-3.0
View on GitHub
Context7
contao-thememanager/core Contao ThemeManager is a lightweight, forward-thinking CSS framework for Contao, built around components, flexbox layouts and CSS custom properties. Provides a solid theming foundation with a modern, maintainable approach. 6 6 5 28 0 15.8 10.2 AGPL-3.0 8 months ago
View on GitHub
Context7
converia/config-knp-menu-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
coosos/version-workflow-bundle 1 1 0 0 0 2.1 LGPL-3.0 6 years ago
View on GitHub
Context7
core23/gdpr-bundle Deprecated Symfony bundle providing GDPR cookie consent/info banner with optional domain-cookie blocking and allowlist configuration. No longer maintained; consider klaro.js or other alternatives. 11 11 2 0 2 3.6 1.9 MIT 1 year ago
View on GitHub
Context7
coresphere/console-bundle 140 146 53 465 16 7.1 14.2 BSD-3-Clause
View on GitHub
Context7
courtyard/forum Courtyard Forum is the core package of an event-driven forum platform for developers. Built to be stable, scalable, and extensible, it provides a clean API to build custom communities, with optional Symfony2 integration via ForumBundle. 3 3 1 0 0 0.0
View on GitHub
Context7
courtyard/forum Courtyard Forum is the core package of an event-driven forum platform for developers. Built to be stable, scalable, and extensible, it provides a clean API to build custom communities, with optional Symfony2 integration via ForumBundle. 3 3 1 0 0 0.0
View on GitHub
Context7
covergenius/php-vcr PHP VCR for recording and replaying HTTP interactions during tests. Stores “cassettes” of requests/responses to make suites fast, deterministic, and offline-friendly. Useful for mocking third-party APIs without brittle stubs. 1 1 2 2K 0 20.3 47.1 MIT 1 month ago
View on GitHub
Context7
crassula/google-cloud-error-reporting-bundle Symfony bundle integrating Google Cloud Error Reporting. Configure project ID, service name and credentials, enable per environment, then report exceptions via the ErrorReporter service with optional HTTP request/response and user context. 1 2 0 0 0 3.6 MIT 5 years ago
View on GitHub
Context7
craue/formflow-bundle 747 759 126 36K 61 24.6 46.1 MIT
View on GitHub
Context7
craue/formflow-demo-bundle 29 29 13 207 2 0.9 12.4 MIT
View on GitHub
Context7
creonit/mailing-bundle 0 0 1 1 0 0.1 4.2 GPL-3.0
View on GitHub
Context7
creonit/sms-bundle 0 0 0 0 0 0.0 GPL-3.0
View on GitHub
Context7
creonit/verification-code-bundle 0 0 2 0 0 0.1 GPL-3.0
View on GitHub
Context7
crocos/security-bundle 26 26 4 0 0 0.3 MIT 11 years ago
View on GitHub
Context7
croct/plug-symfony 1 1 0 9 0 20.3 12.0 MIT 1 day ago
View on GitHub
Context7
csharpru/vault-php PHP client for HashiCorp Vault with a simple API for reading/writing secrets, authentication, and managing Vault endpoints. Works well in Laravel or any PHP app for integrating secure secret storage and retrieval. 84 84 35 195K 6 3.5 49.1 MIT
View on GitHub
Context7
cstea/api-bundle 0 0 0 0 0 0.2 MIT
View on GitHub
Context7
cv65kr/messenger 7 7 1 0 1 0.5 6 years ago
View on GitHub
Context7
cvek/domain-events 2 2 1 0 0 0.6 MIT 1 year ago
View on GitHub
Context7
cyberclick-tech/otel-bundle 0 0 0 108 0 18.2 32.1 MIT 2 months ago
View on GitHub
Context7
cybernodev/framework-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
czogori/rentgen Laravel package for generating and validating Rentgen-style identifiers and numbers, with helpers for formatting, checksum calculation, and simple integration into apps. Useful for input validation, data imports, and consistent ID handling. 1 1 0 0 0 0.0 MIT
View on GitHub
Context7
daddl3/seo-tool-bundle 0 0 43 0.0 22.7
View on GitHub
Context7
daemon8/symfony 0 0 2 0.0 6.6
View on GitHub
Context7
dahovitech/file-manager-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
dahovitech/module-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
damienharper/auditor 193 194 68 101K 11 31.1 47.4 MIT 2 months ago
View on GitHub
Context7
damienharper/auditor-bundle 461 462 138 100K 9 33.7 41.0 MIT 2 months ago
View on GitHub
Context7
damienharper/doctrine-audit-bundle 461 463 138 1K 9 33.8 13.5 MIT 2 months ago
View on GitHub
Context7
danilovl/cache-response-bundle 0 0 0 11 0 19.8 16.5 MIT 5 months ago
View on GitHub
Context7
danilovl/menu-builder-bundle Symfony bundle for managing site menus with pluggable storage (Doctrine/Cache/Redis), REST API, Twig rendering, and a Vue 3 admin SPA. Supports deep trees, item types (links, mega menus), roles/audience rules, scheduling, i18n, soft delete, and CLI sync from attributes. 0 0 0 0 0 19.8 MIT 1 month ago
View on GitHub
Context7
danilovl/translator-bundle 1 1 1 11 0 16.0 12.4 MIT 5 months ago
View on GitHub
Context7
danilovl/web-command-bundle 0 0 0 0 0 19.3 MIT 2 months ago
View on GitHub
Context7
danplaton4/tenancy-bundle Multi-tenancy for Symfony with zero boilerplate: resolve a tenant once per request and the kernel reconfigures DBAL/Doctrine, cache pools, mailer transport, and Messenger. Automatic query scoping and tenant propagation to workers; your app code stays tenant-unaware. 1 1 0 3 0 19.2 6.4 MIT 4 weeks ago
View on GitHub
Context7
dariotilgner/easyadmin-extension-bundle 0 0 0 0 0 0.6 MIT 4 years ago
View on GitHub
Context7
darkwood/flow Flow is a PHP 8.5+ package for building asynchronous pipelines with a functional style. Define steps with generators, pass typed data through each stage, and await execution. Includes examples and docs, with a focus on assembling code as “flows”. 17 17 1 182 0 27.1 16.9 MIT 1 week ago
View on GitHub
Context7
david221189av/mobile-detect-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
davidbadura/fixtures Flexible PHP fixtures library with YAML/JSON/TOML/PHP loaders, Faker support, automatic dependency resolution, configurable converters, tagging/filtering, validation via events, expression language, and persisters for Doctrine ORM/MongoDB and Propel. 23 24 10 21 2 1.9 4.0 MIT 4 years ago
View on GitHub
Context7
dbannik/sentry-symfony 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
dbp/relay-authorization-bundle 0 0 464 0.0 36.8
View on GitHub
Context7
dbp/relay-base-course-connector-campusonline-bundle 0 0 0 262 1 0.1 33.4 AGPL-3.0
View on GitHub
Context7
dbp/relay-base-organization-connector-campusonline-bundle 0 0 0 261 1 0.1 33.4 AGPL-3.0
View on GitHub
Context7
dbp/relay-base-person-connector-ldap-bundle 0 0 0 100 1 0.1 27.7 AGPL-3.0
View on GitHub
Context7
dbp/relay-blob-bundle 0 0 0 1K 1 0.1 42.5 AGPL-3.0
View on GitHub
Context7
dbp/relay-cabinet-bundle 0 0 0 345 1 0.1 35.0 AGPL-3.0
View on GitHub
Context7
dbp/relay-core-bundle 2 2 0 7K 1 0.1 46.6 AGPL-3.0
View on GitHub
Context7
dbp/relay-core-connector-ldap-bundle 0 0 0 283 1 0.1 33.9 AGPL-3.0
View on GitHub
Context7
dbp/relay-formalize-bundle 2 2 0 239 1 0.1 26.3 AGPL-3.0
View on GitHub
Context7
dbp/relay-frontend-bundle 1 1 0 230 1 0.1 28.5 AGPL-3.0
View on GitHub
Context7
dbp/relay-greenlight-connector-campusonline-bundle 1 1 0 0 1 0.1 AGPL-3.0
View on GitHub
Context7
dbp/relay-proxy-bundle 0 0 0 226 1 0.1 32.5 AGPL-3.0
View on GitHub
Context7
dbp/relay-sublibrary-bundle 2 2 0 251 3 0.7 26.9 AGPL-3.0
View on GitHub
Context7
dbp/relay-sublibrary-connector-base-organization-bundle 0 0 0 0 0 0.0 AGPL-3.0
View on GitHub
Context7
dbp/relay-sublibrary-connector-campusonline-bundle 0 0 0 0 0 0.0 AGPL-3.0
View on GitHub
Context7
dbp/relay-verity-bundle 1 1 0 2K 1 0.1 40.4 AGPL-3.0
View on GitHub
Context7
ddb/stuart-api-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
ddeboer/salesforce-client-bundle 8 8 6 0 3 1.0 0.8
View on GitHub
Context7
deadkash/translation-form-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
depthbomb/csrf-bundle 0 0 0 0 0 0.7 MIT 2 years ago
View on GitHub
Context7
deptrac/deptrac Deptrac helps you define and enforce architectural boundaries in PHP projects. Configure layers and dependency rules, then analyze your codebase to detect forbidden dependencies. Useful for keeping clean architecture, preventing drift, and improving maintainability in large apps. 2,952 2,942 152 757K 28 55.4 50.4 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
deuchnord/no-ai-bundle 12 12 0 0 1 12.4 EUPL-1.2 6 months ago
View on GitHub
Context7
devgeek/beacon-admin 0 0 0 6 0 21.9 13.7 MIT 1 week ago
View on GitHub
Context7
devl0pr/request-manager-bundle 0 0 0 0 0 3.3 MIT 4 years ago
View on GitHub
Context7
devmatchable/whop-symfony-bundle Symfony 7 bundle for the Whop PHP SDK. Autowires WhopApiClient and WebhookVerifier from config, provides a ready-to-use (overridable) webhook controller/route, and supports sandbox base URL and custom HTTP client selection. 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
diabl0/config-knp-menu-bundle 0 0 2 0 0 1.6 MIT 6 years ago
View on GitHub
Context7
digifa/mobile-detect-bundle 0 0 0 0 0 0.8 1 year ago
View on GitHub
Context7
digipolisgent/domainator9k-core-bundle 0 0 0 18 0 1.3 17.7 1 year ago
View on GitHub
Context7
digipolisgent/setting-bundle 1 1 0 42 0 0.4 18.5 8 years ago
View on GitHub
Context7
disjfa/menu-bundle 1 1 0 0 0 0.6 MIT 1 year ago
View on GitHub
Context7
displayce/slack PHP Slack API client with object-based payload and response classes mirroring Slack’s docs. Supports all Slack API methods, serializes data via JMS Serializer, and includes docs for installation, OAuth/tokens, usage, methods, and events. 0 0 0 0 0 2.4 4.2 MIT 5 years ago
View on GitHub
Context7
djereg/symfony-rabbitmq 0 0 0 0 0 0.9 MIT 2 years ago
View on GitHub
Context7
dkomarek/datatables-bundle 0 0 0 0 0 0.3 MIT 4 years ago
View on GitHub
Context7
dmank/gearman PHP library to work with Gearman clients and workers. Supports multiple servers via a ServerCollection, running jobs synchronously or in background, retrieving job status via job handles, and worker lifecycle control through eventing (e.g., memory/time limits). 4 4 4 2 0 1.9 1.4 MIT 6 years ago
View on GitHub
Context7
dmstr/api-platform-utils-bundle 0 0 0 20.1 4 days ago
View on GitHub
Context7
dmytrof/doctrine-modification-events-bundle 0 0 0 506 0 14.5 40.7 MIT 6 months ago
View on GitHub
Context7
dmytrof/models-management-bundle Symfony 4/5 bundle to manage models and entities from databases and external sources (e.g., third-party APIs). Provides a unified way to organize, handle, and work with your application’s domain data. 0 0 0 6 0 9.0 11.7 MIT 3 years ago
View on GitHub
Context7
doctrs/stored-procedure-bundle 1 1 0 0 0 0.6 MIT 8 years ago
View on GitHub
Context7
dol/ldap-bundle 5 5 3 0 0 0.7 5 years ago
View on GitHub
Context7
dominikweber81/php-tmdb-symfony 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
dontdrinkandroot/crud-admin-bundle 0 0 0 32 2 0.7 20.9 Apache-2.0 4 years ago
View on GitHub
Context7
dorcyv/jwt-session-bundle 1 1 1 0 0 0.0 MIT
View on GitHub
Context7
dotsafe/api-platform-user-security-bundle 0 0 1 0 0 0.7 MIT 4 years ago
View on GitHub
Context7
dovc/translation-route-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
dracoder/s4-2fa 0 0 0 0.0
View on GitHub
Context7
draw/application 1 1 0 2K 0 0.0 41.3
View on GitHub
Context7
draw/aws-tool-kit 0 0 0 2K 0 0.0 44.5
View on GitHub
Context7
draw/console 0 0 0 488 0 0.0 37.2
View on GitHub
Context7
draw/cron-job Manage cron jobs stored in the database: queue due jobs and execute them via Symfony Messenger workers. Includes console commands to enqueue due jobs or run by name, optional Sonata Admin pages, and Doctrine ORM mapping configuration. 0 0 0 2K 0 0.0 44.5
View on GitHub
Context7
draw/entity-migrator Laravel package for migrating and transforming entities between data sources. Helps map fields, move records safely, and run repeatable migration workflows with configurable steps for imports, upgrades, and refactors. 0 0 0 1K 0 0.0 43.6
View on GitHub
Context7
draw/framework-extra-bundle Symfony bundle that integrates draw/* components with configuration under the draw_framework_extra namespace. Some features auto-enable when components are present; others are opt-in to avoid unnecessary load or side effects. Includes Application and OpenAPI integrations. 0 0 0 2K 0 0.0 44.5
View on GitHub
Context7
draw/log Lightweight Laravel logging helper package providing a simple API to write structured log entries and streamline application debugging. Integrates with Laravel’s logger, supports common log levels, and keeps logging consistent across your services. 0 0 0 2K 0 0.0 44.5
View on GitHub
Context7
draw/messenger 0 0 0 2K 0 0.0 45.4
View on GitHub
Context7
draw/open-api PHP library for manipulating OpenAPI (Swagger) documents. Focused on OpenAPI/Swagger 2.0 only, providing tools to read, update, and work with API definitions in code. 0 0 0 2K 0 0.0 44.7
View on GitHub
Context7
draw/workflow draw/workflow is a Laravel/PHP package for modeling and running workflows. Define steps and transitions, track state changes, and execute processes consistently across your application. Useful for approvals, onboarding flows, and other multi-step business processes. 0 0 0 2K 0 0.0 44.5
View on GitHub
Context7
drenso/symfony-oidc-bundle 95 94 40 31K 5 26.3 42.3 Apache-2.0 4 weeks ago
View on GitHub
Context7
druidvav/api-service-bundle 0 0 0 40 0 0.0 22.3 GPL-2.0
View on GitHub
Context7
druidvav/email-bundle 0 0 0 31 0 0.0 20.8
View on GitHub
Context7
drymek/pheanstalk-bundle 15 15 4 0 0 0.2
View on GitHub
Context7
dualmedia/doctrine-retry-bundle Symfony bundle that wraps Doctrine transactions with automatic retries for deadlocks and transient DB errors. Configure optional nesting tracking, then call Retrier->execute() with a closure receiving the EntityManager to safely run retryable work. 2 2 1 76 1 13.3 21.6 MIT 5 months ago
View on GitHub
Context7
dualmedia/es-log-bundle 0 0 1 57 0 21.6 28.0 MIT 1 month ago
View on GitHub
Context7
dualmedia/symfony-doctrine-event-converter-bundle 1 1 2 60 1 20.7 23.3 MIT 3 months ago
View on GitHub
Context7
dualmedia/symfony-request-dto-bundle 8 8 3 68 2 29.8 15.1 MIT 1 week ago
View on GitHub
Context7
dunglas/api-bundle API Platform Core builds hypermedia-driven REST and GraphQL APIs with Symfony. Supports JSON-LD/Hydra, OpenAPI v2/v3, JSON:API, HAL, and Problem Details. Quickly generate powerful, extensible, high-performance APIs. 2,563 2,565 969 328 184 80.4 32.2 MIT 6 days ago
View on GitHub
Context7
dvdoug/behat-code-coverage Behat extension that generates code coverage reports for PHP applications. Wraps PHPUnit’s php-code-coverage library to produce familiar, interoperable reports and integrates coverage generation into your Behat test runs. 62 62 15 94K 0 23.9 50.4 BSD-2-Clause 2 months ago
View on GitHub
Context7
dzignphp/core-bundle 0 0 0 0 0 0.3 0.4 MIT
View on GitHub
Context7
easycorp/easyadmin-bundle 4,282 4,295 1,096 398K 68 89.9 62.5 MIT 1 day ago
View on GitHub
Context7
ecentria/ecentria-apievents-bundle 0 0 7 0 1 3.1 3 years ago
View on GitHub
Context7
ecentria/rabbitmq-bundle 0 0 3 0 0 0.4 0.4
View on GitHub
Context7
ecommit/javascript-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
ecourty/token-bundle Symfony bundle to manage secure, typed, revocable tokens for any Doctrine entity (password resets, email verification, share links). Supports expiry, single-use/max-uses, JSON payloads, events, subject resolution, and a purge command. 0 0 0 0 0 18.2 1 month ago
View on GitHub
Context7
effiana/easyadmin-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
effiana/formflow-bundle 0 0 0 0 0 0.0 NOASSERTION
View on GitHub
Context7
effiana/migration-bundle 0 0 0 0 0 2.7 5 years ago
View on GitHub
Context7
efrane/tus-bundle 0 0 2 1K 2 0.9 43.1 MIT
View on GitHub
Context7
egeloen/google-map PHP 5.6+ Google Maps JavaScript API v3 integration. Build and render maps with configurable controls, overlays, events and services via helpers, plus easy API script rendering with your key. 321 336 185 3K 40 20.0 29.5 MIT
View on GitHub
Context7
egeloen/http-adapter Deprecated HTTP client abstraction for PHP 5.4.8+ that issues requests via multiple adapters (cURL, Guzzle, Buzz, Zend, etc.) and follows PSR-7 message standards. Bugfixes only; new features moved to php-http. 156 158 17 19K 0 1.3 28.9 MIT
View on GitHub
Context7
egeloen/serializer 28 28 21 1K 6 2.6 24.0 MIT
View on GitHub
Context7
egormanakin/telegram-bot-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
egulias/listeners-debug 2 2 0 161 1 0.7 24.0 MIT 11 years ago
View on GitHub
Context7
ekino/drupal-bundle 71 71 20 0 4 1.1 0.5 6 years ago
View on GitHub
Context7
ekino/newrelic-bundle 281 285 104 34K 12 14.4 34.8 MIT 4 years ago
View on GitHub
Context7
ekyna/resource Laravel package providing a Resource layer with controllers, forms, validation, persistence and admin-style CRUD tooling. Helps structure domain resources consistently across your app and speeds up building back-office interfaces. 1 1 0 7 0 0.0 9.0 MIT
View on GitHub
Context7
elasticms/client-helper-bundle ClientHelperBundle provides helpers for integrating elasticMS clients, with links to documentation and centralized issue/PR tracking in the elasticMS monorepo. Useful for simplifying client-side setup and tooling in EMS-based projects. 3 4 5 181 0 32.5 26.9 LGPL-3.0 2 weeks ago
View on GitHub
Context7
elasticms/common-bundle Shared library bundle for elasticMS, used by the Core and Client Helper bundles. Provides common code, utilities, and services to keep the platform consistent. Documentation available on the EMS project site; issues and PRs via the elasticMS monorepo. 2 3 5 297 0 33.4 32.5 LGPL-3.0 2 days ago
View on GitHub
Context7
elasticms/submission-bundle EMS SubmissionBundle handles form submissions from the EMS FormBundle. It provides the backend workflow for processing submitted data and is documented in the EMS project site, with issues and pull requests managed in the elasticMS monorepo. 2 2 2 148 0 31.1 27.5 LGPL-3.0 2 weeks ago
View on GitHub
Context7
emag-tech-labs/rabbitmq-bundle Abandoned RabbitMQ integration bundle for Symfony using php-amqplib. Provides producers, consumers, CLI commands, and common messaging patterns. Project is superseded by php-amqplib/rabbitmq-bundle (^2.6); migrate to that package. 39 44 10 637 0 5.1 16.9 5 years ago
View on GitHub
Context7
enqueue/async-event-dispatcher Symfony EventDispatcher extension that dispatches events asynchronously by sending them to a message queue, enabling background processing and improved responsiveness. Part of the Enqueue ecosystem; integrates with Symfony apps and supports MQ-driven event handling. 69 69 7 14K 0 1.2 31.7 MIT 8 years ago
View on GitHub
Context7
enqueue/enqueue Enqueue is a PHP message queue toolkit with transport, client, and consumption components to simplify building and processing messages across queue systems. Includes advanced features, docs, and community support for production-ready MQ integration. 190 198 37 242K 0 2.2 42.9 MIT
View on GitHub
Context7
ezsystems/ezplatform-content-forms Ibexa Content Forms integrates Symfony Forms with Ibexa DXP (eZ Platform) Content and User objects in the Kernel, enabling form-based creation and editing. See Ibexa Repository docs and PHP API value objects for usage. 8 8 7 2K 0 9.5 33.3 NOASSERTION 2 years ago
View on GitHub
Context7
ezsystems/ezplatform-http-cache Symfony bundle providing advanced HTTP cache handling for Ibexa DXP (formerly eZ Platform). Adds caching features and tooling to improve performance and cache control. Intended for use within an Ibexa DXP installation. 46 47 22 3K 0 10.5 25.8 NOASSERTION 3 years ago
View on GitHub
Context7
ezsystems/ezplatform-kernel eZ Platform Kernel provides the core Symfony-based runtime for eZ Platform/Ibexa CMS: content repository, persistence, REST and siteaccess handling, security, and extension points. Used as the foundation for building and running eZ Platform applications. 14 14 30 1K 0 10.6 27.3 NOASSERTION 1 year ago
View on GitHub
Context7
ezsystems/ezplatform-rest Adds a REST remote API to Ibexa DXP and Ibexa Open Source, enabling external clients to interact with Ibexa content and services. Includes official REST API reference and documentation links for usage and endpoints. 11 11 10 2K 0 9.4 31.7 NOASSERTION 2 years ago
View on GitHub
Context7
ezsystems/ezplatform-search Elasticsearch search integration for eZ Platform (eZ Publish) via the eZ Platform Search component. Provides indexing and query support to power site search, content discovery, and filtering in eZ Platform projects using an Elasticsearch backend. 5 5 3 2K 0 4.6 35.3 NOASSERTION 3 years ago
View on GitHub
Context7
ezsystems/ezplatform-user User management bundle for eZ Platform/EzPlatform: handles users, roles and permissions, authentication and related services. Integrates with the repository and security layer to manage accounts, groups, and access control in eZ-based apps. 24 24 10 2K 0 9.4 27.4 NOASSERTION 3 years ago
View on GitHub
Context7
ezsystems/ezpublish-kernel eZ Publish Kernel is the core of the eZ Publish/eZ Platform CMS, providing the content repository, field types, search integration, and services for building and extending PHP-based content applications with a modular, API-driven architecture. 160 163 199 1K 0 16.2 14.7 NOASSERTION 2 years ago
View on GitHub
Context7
fabpot/php-cs-fixer Automatically fix PHP coding standards issues and unify style across your codebase. Includes rule sets like PER-CS, Symfony, and PhpCsFixer, plus configurable rules and migrations to modern PHP and PHPUnit. Supports PHP 7.4–8.5. 13,531 13,549 1,633 17K 41 87.0 39.9 MIT 3 days ago
View on GitHub
Context7
facile-it/paraunit Run PHPUnit test suites faster by executing tests in parallel across multiple processes. Includes a Symfony-based CLI, supports modern PHPUnit/Symfony versions, and can collect code coverage in parallel with automatic selection of the best available driver. 145 146 19 35K 8 32.1 43.0 Apache-2.0 1 month ago
View on GitHub
Context7
friendsofphp/php-cs-fixer PHP CS Fixer automatically detects and fixes PHP coding style issues, applying built-in rule sets (PER-CS, Symfony, PhpCsFixer) or custom configs. Helps modernize code for newer PHP/PHPUnit. Install via Composer; supports PHP 7.4–8.5. 13,531 13,621 1,633 5M 41 88.5 73.5 MIT 3 days ago
View on GitHub
Context7
friendsofsymfony/elastica-bundle 1,263 1,282 792 205K 68 66.8 61.9 MIT 2 weeks ago
View on GitHub
Context7
friendsofsymfony/http-cache PHP library to integrate apps with HTTP caching proxies (Varnish, NGINX, Symfony HttpCache, Fastly, Cloudflare). Send efficient cache invalidation/purge and tag requests, abstract proxy features, and test caching/invalidation with PHPUnit tools. 359 362 64 219K 7 28.9 45.5 NOASSERTION 3 months ago
View on GitHub
Context7
friendsofsymfony/rest-bundle 2,795 2,852 689 842K 144 71.1 63.9 MIT 4 months ago
View on GitHub
Context7
friendsofsymfony/user-bundle 3,224 3,318 1,521 266K 106 72.4 56.2 MIT 4 months ago
View on GitHub
Context7
gesdinet/jwt-refresh-token-bundle Symfony bundle to manage JWT refresh tokens for LexikJWTAuthenticationBundle. Stores and rotates refresh tokens via Doctrine ORM or MongoDB ODM (or custom object manager), with configurable TTL, security, and endpoints. Requires PHP 8.2+ and Symfony 6.4+. 707 710 180 390K 71 50.4 69.3 MIT 3 months ago
View on GitHub
Context7
gisostallenberg/response-content-negotiation-bundle 0 0 4 548 0 21.4 42.7 3 months ago
View on GitHub
Context7
guzzle/common guzzle/common provides the shared utility layer used by Guzzle: collections, event dispatching, caching helpers, and other common abstractions that power Guzzle HTTP clients and related packages. Useful when maintaining legacy Guzzle 3-based code. 16 14 2 49K 0 0.1 47.8
View on GitHub
Context7
guzzle/guzzle Guzzle 3.x is a PHP HTTP client and web service framework with a cURL-like API, persistent connections, pooling, parallel requests, service descriptions, and a Symfony2 event/plugin system. End-of-life; use Guzzle 5+ for maintenance. 152 222 90 296K 0 2.0 32.0 MIT
View on GitHub
Deep Wiki
Context7
ibexa/admin-ui Back-office UI package for the Ibexa DXP admin panel, providing interface components, styling, and assets to manage content and users. Extends the admin experience with ready-to-use views, widgets, and integrations for Ibexa installations. 7 7 20 26K 0 31.5 70.2 NOASSERTION 4 weeks ago
View on GitHub
Context7
ibexa/content-forms 4 4 2 29K 0 27.9 60.9 NOASSERTION 4 weeks ago
View on GitHub
Context7
ibexa/core Ibexa Core is the foundation of the Ibexa DXP, providing the PHP domain model, repository API, content types, users, permissions, search, and persistence layer integrations. It powers content management features and serves as the base for higher-level Ibexa packages. 8 8 19 28K 0 32.2 73.5 NOASSERTION 4 weeks ago
View on GitHub
Context7
ibexa/http-cache 4 4 6 29K 0 28.0 60.8 NOASSERTION 4 weeks ago
View on GitHub
Context7
ibexa/notifications 2 2 2 26K 0 27.6 63.3 NOASSERTION 4 weeks ago
View on GitHub
Context7
ibexa/rest 5 5 6 29K 0 28.8 63.2 NOASSERTION 4 weeks ago
View on GitHub
Context7
ibexa/search 4 4 3 29K 0 27.8 60.5 NOASSERTION 4 weeks ago
View on GitHub
Context7
ibexa/twig-components Ibexa DXP Twig Components provides reusable Twig components and helpers used across Ibexa DXP. Install and use it as part of a full Ibexa DXP setup rather than standalone. Licensed under Ibexa Business Use (BUL) or Trial/Test (TTL). 0 0 4 28K 0 24.4 64.3 NOASSERTION 4 weeks ago
View on GitHub
Context7
ibexa/user 3 3 3 29K 0 27.8 62.0 NOASSERTION 4 weeks ago
View on GitHub
Context7
isometriks/spam-bundle Symfony bundle to reduce spam on forms with simple protections like timed submission (min/max seconds between render and submit) and honeypot fields. Easy Composer install, configurable defaults, and per-form options to enable or override settings. 46 46 14 2K 7 7.7 26.5 MIT 2 years ago
View on GitHub
Context7
jackalope/jackalope-fs Filesystem-backed PHPCR (Jackalope) transport implementation, storing repository data on disk. Useful for local development, testing, and lightweight setups where a database isn’t needed, while staying compatible with PHPCR APIs and tooling. 8 8 2 145 6 2.8 19.2 4 years ago
View on GitHub
Context7
javiereguiluz/easyadmin-bundle EasyAdmin is a fast, modern admin generator for Symfony. Build beautiful back offices quickly with sensible defaults and powerful customization. Requires PHP 8.0.2+ and Symfony 5.4+; full documentation available on symfony.com. 22 26 1 1K 0 0.1 23.0 MIT
View on GitHub
Context7
jms/payment-core-bundle Symfony bundle providing a unified API for processing payments across multiple providers. Includes persistence for payments/transactions, retryable transaction management, encryption of sensitive data, and built-in support for many backends with easy extensibility. 194 195 106 2K 21 12.6 21.7 Apache-2.0 7 years ago
View on GitHub
Context7
kevinpapst/tabler-bundle 132 133 25 9K 11 31.1 35.1 MIT 1 month ago
View on GitHub
Context7
kleijnweb/php-api-routing-bundle Laravel-friendly bundle for building API routing with a structured approach. Helps organize route definitions, controllers, and versioned endpoints into a cleaner setup for small to medium PHP APIs. 2 2 2 13 0 0.0 7.1 LGPL-3.0
View on GitHub
Context7
kleijnweb/swagger-bundle Unmaintained Symfony bundle for contract-first REST APIs using OpenAPI/Swagger. Generates routing from specs, validates requests, and transforms input/output with minimal config and no FOSRestBundle/Twig. Includes security integration; 4.0 beta targets PHP 7. 24 24 9 4 7 3.6 3.0 LGPL-3.0 9 years ago
View on GitHub
Context7
klitsche/dog Dog is a lightweight source code documentation generator for PHP libraries. Built on phpDocumentor/reflection and Twig, it analyzes code and phpdoc, validates documentation with configurable rules, and outputs Markdown suitable for MkDocs and similar tools. 2 2 0 0 0 2.1 MIT 3 years ago
View on GitHub
Context7
knplabs/knp-paginator-bundle 1,820 1,867 332 666K 15 41.6 43.3 MIT 6 months ago
View on GitHub
Context7
kriswallsmith/spork 586 589 51 2K 16 9.9 17.7 MIT
View on GitHub
Context7
kunstmaan/bundles-cms Kunstmaan CMS is a full-featured, multilingual CMS built on the Symfony full-stack framework. It offers page and form assembly, versioning, workflow, translation tools, and media management, plus integrations with community bundles. 412 414 186 2K 96 36.6 35.8 MIT 1 year ago
View on GitHub
Context7
laminas/laminas-cli Console tooling for Laminas applications and components. Provides a CLI entry point, command discovery/registration, and integration helpers to build and run project-specific commands via Composer and your framework configuration. 56 56 23 133K 11 27.1 58.7 BSD-3-Clause 3 months ago
View on GitHub
Context7
laravel/valet Laravel Valet is a lightweight macOS development environment for Laravel and PHP. It runs Nginx automatically, uses DnsMasq to route *.test domains to local sites, avoids Vagrant and /etc/hosts edits, and can share sites via tunnels. 2,597 2,604 718 2K 1 52.0 4.8 MIT 3 months ago
View on GitHub
Deep Wiki
Context7
laravel-zero/framework Laravel Zero is an unofficial, Laravel-based micro-framework for building fast, elegant console apps. Includes optional Eloquent/logging, interactive menus, desktop notifications, scheduler, standalone compiler, and Collision-powered error reporting. 349 348 63 52K 0 24.1 34.6 MIT 2 months ago
View on GitHub
Context7
league/oauth2-server-bundle 236 237 100 182K 44 35.8 61.4 MIT 4 months ago
View on GitHub
Context7
lexik/jwt-authentication-bundle JWT authentication bundle for Symfony APIs. Issues and validates JSON Web Tokens, supports PHP 8.2+ and Symfony 6.4–8, and offers extensive docs for setup, configuration, customization, testing, CORS, and programmatic token creation. 2,607 2,628 616 1M 101 67.2 65.0 MIT 5 months ago
View on GitHub
Context7
liip/test-fixtures-bundle 177 179 48 214K 25 34.4 57.7 MIT 2 months ago
View on GitHub
Context7
massive/search-bundle Laravel bundle that adds a flexible, driver-based search layer to your app. Define searchable models and fields, run queries across multiple sources, and return consistent results with pagination and filtering—designed to be easy to integrate and extend. 72 73 26 22K 23 30.0 46.1 MIT 4 months ago
View on GitHub
Context7
memio/spec-gen Memio SpecGen is a PhpSpec extension that auto-generates constructors and methods from your specs, adding type-hinted arguments, sensible variable names, collision-safe numbering, and constructor properties/assignments. 66 67 10 200 0 18.7 10.0 MIT 4 months ago
View on GitHub
Context7
mmoreram/php-formatter PHP code formatter with CLI and configurable rules to standardize style across a project. Formats files or entire directories, helps enforce clean, consistent code, and integrates easily into development workflows and CI. 168 169 17 2K 2 3.0 10.8 MIT 8 years ago
View on GitHub
Context7
oldsound/rabbitmq-bundle 35 38 13 3K 0 0.6 25.6
View on GitHub
Context7
omines/datatables-bundle 284 287 118 30K 3 34.3 34.1 MIT 2 weeks ago
View on GitHub
Deep Wiki
Context7
oro/platform 642 645 342 3K 217 42.5 34.9 MIT 6 years ago
View on GitHub
Context7
oroinc/web-socket-bundle 0 0 0 561 0 0.1 38.0 MIT
View on GitHub
Context7
oveleon/contao-component-style-manager Manage CSS classes in Contao as reusable style groups. Define, organize and apply component styles consistently in the backend, simplify editorial workflows, and keep templates clean by selecting predefined class sets for content elements and modules. 23 25 7 766 1 27.1 24.2 MIT 1 month ago
View on GitHub
Context7
oveleon/contao-theme-compiler-bundle Contao Theme Compiler Bundle adds an automated workflow for compiling and managing theme assets in Contao. It helps build CSS/JS from sources, handles bundling and output paths, and streamlines deploying optimized assets for your site’s frontend. 4 4 1 54 0 16.8 15.8 MIT 8 months ago
View on GitHub
Context7
oveleon/product-installer Laravel package to install products/modules via a simple installer workflow. Helps automate setup steps like publishing assets, running migrations, and seeding data, so new product features can be added and deployed with minimal manual effort. 0 0 0 3 0 2.7 8.3 AGPL-3.0 1 year ago
View on GitHub
Context7
overblog/graphql-bundle 796 802 226 174K 115 56.3 63.8 MIT 2 months ago
View on GitHub
Context7
overtrue/phplint PHPLint is a fast PHP syntax linter that runs multiple lint processes in parallel to speed up checking large codebases. Supports modern PHP versions, with easy installation via Composer, PHAR, Docker, or Phive, and configurable rules and paths. 1,022 1,027 92 294K 8 38.5 42.0 MIT 2 weeks ago
View on GitHub
Deep Wiki
Context7
php-amqplib/rabbitmq-bundle 1,230 1,252 467 257K 0 40.9 35.4 MIT 5 months ago
View on GitHub
Context7
php-debugbar/php-debugbar PHP Debug Bar displays a development-only debug toolbar in the browser with timing, memory, messages, exceptions, request data, SQL/PDO, Monolog, Symfony components, and more. Easy to integrate, AJAX-aware, extensible, and can save/reopen requests. 4,388 4,389 424 3M 0 64.9 45.3 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
php-http/httplug-bundle 389 390 51 237K 5 31.5 45.6 MIT 1 month ago
View on GitHub
Context7
php-tmdb/api PHP client for The Movie Database (TMDb) API. Search movies, TV shows, people, and collections, fetch details, images, credits, and more via a clean object-oriented wrapper. Useful for Laravel or any PHP app needing TMDb data. 427 433 118 2K 5 16.2 12.1 MIT 3 years ago
View on GitHub
Context7
php-vcr/php-vcr PHP-VCR records your test suite’s HTTP interactions and replays them in future runs for fast, deterministic tests. Works with common PHP HTTP clients, configurable request matching, cassette-based fixtures, YAML/JSON storage, and PHPUnit support. 1,208 1,205 210 54K 14 47.0 38.9 MIT 5 days ago
View on GitHub
Deep Wiki
Context7
phpdocumentor/guides-cli Command-line tool for building phpDocumentor Guides documentation. Turns reStructuredText/Guides projects into static HTML (and other formats) with configurable themes, extensions, and build options—ideal for generating project docs in CI/CD pipelines. 0 0 1 4K 0 0.9 49.2 2 years ago
View on GitHub
Context7
phpdocumentor/phpdocumentor phpDocumentor is a documentation generator for PHP projects. It scans source code and DocBlocks to build API docs, can parse Markdown/ReST, embed API snippets into guides, and generate UML diagrams to help keep code and documentation in sync. 4,331 4,400 644 16K 145 84.1 41.3 MIT 1 month ago
View on GitHub
Context7
phpforce/common 5 5 18 2K 1 0.8 36.0 MIT
View on GitHub
Context7
phpro/api-problem-bundle Symfony bundle that turns exceptions into RFC7807 Problem Details responses (application/problem+json). Listens for ApiProblemException/HttpException/Security exceptions and converts them to standardized JSON errors based on phpro/api-problem, with support for custom transformers. 25 25 12 10K 2 19.1 39.8 MIT 4 months ago
View on GitHub
Context7
phpro/grumphp GrumPHP is a Composer plugin that installs Git hooks to run quality checks on every commit. It executes configured tasks like tests and linters, blocks failing commits, and helps teams enforce coding standards and best practices automatically. 4,294 4,304 448 397K 4 64.5 34.3 MIT 4 weeks ago
View on GitHub
Deep Wiki
Context7
phpspec/phpspec PHPSpec is a behavior-driven development tool for PHP. Specify how objects should behave, then generate and evolve code through examples with fast feedback. Great for designing clean APIs, refactoring safely, and writing focused specifications. 1,899 1,943 287 261K 136 67.7 63.0 NOASSERTION 2 days ago
View on GitHub
Deep Wiki
Context7
phpspec/phpspec2 163 169 25 34 0 0.9 1.1 NOASSERTION
View on GitHub
Context7
pimcore/pimcore Pimcore is an open core Product Experience Management (PXM) platform combining a core framework with modular extensions (PIM, MDM, DAM, CDP, CMS/DXP, Commerce). Model your data once and deliver it to any channel via REST/GraphQL. 3,785 3,791 1,510 61K 497 83.6 49.3 NOASSERTION 1 week ago
View on GitHub
Deep Wiki
Context7
pumukit/pumukit PuMuKIT is a PHP/Symfony-based platform for managing, recording, and publishing academic video and multimedia content. It provides tools for ingest, cataloging, channels, streaming integration, and customizable portals for universities and media services. 60 60 16 210 2 1.4 9.4 AGPL-3.0
View on GitHub
Context7
scheb/2fa-bundle Symfony bundle providing a generic framework for adding two-factor authentication (2FA) to your app. Integrates with Symfony Security and supports multiple 2FA methods via a consistent interface, with full docs on symfony.com. 70 75 4 606K 0 0.5 54.3 MIT
View on GitHub
Context7
sentry/sentry-symfony 737 746 184 2M 15 38.7 58.7 MIT 2 months ago
View on GitHub
Context7
shapecode/cron-bundle Laravel-friendly cron scheduler bundle that lets you define, manage, and run scheduled jobs from your app. Provides an easy API for registering tasks, configuring frequency and conditions, and executing commands reliably with clear organization and control. 58 59 30 13K 12 4.8 36.7 MIT
View on GitHub
Context7
shipmonk/dead-code-detector PHPStan extension that finds unused PHP code: dead methods, properties, constants, enum cases, cycles, and transitive “dead-tested” members. Supports popular frameworks like Symfony and can auto-remove dead code. Configurable detection and usage providers. 482 485 24 427K 7 36.5 51.0 1 week ago
View on GitHub
Context7
silex/silex Silex is a lightweight PHP micro-framework built on Symfony components. It provides a simple application container, routing, controllers, and service providers to quickly build small web apps and APIs with minimal boilerplate and strong reuse of Symfony’s ecosystem. 3,535 3,733 699 48K 0 16.3 11.8 MIT
View on GitHub
Context7
simplesamlphp/simplesamlphp SimpleSAMLphp is a PHP application for SAML 2.0 authentication and single sign-on. It can act as a Service Provider or Identity Provider, offering federation support, configurable auth sources, metadata handling, and extensible modules for integration. 1,140 1,145 700 184K 99 70.0 63.4 LGPL-2.1 2 weeks ago
View on GitHub
Deep Wiki
Context7
solarium/solarium Solarium is a PHP client library for Apache Solr that models Solr concepts with a clean, documented API, simplifying complex query parameters beyond basic HTTP calls. Requires PHP 8.1+ and supports cURL, a pure-PHP adapter, or any PSR-18 client. 933 956 300 566K 10 32.3 43.9 NOASSERTION 8 months ago
View on GitHub
Context7
sonata-project/admin-bundle 2,125 2,166 1,245 184K 7 56.6 35.6 MIT 2 weeks ago
View on GitHub
Context7
sonata-project/block-bundle 415 424 142 265K 1 24.9 42.3 MIT 6 months ago
View on GitHub
Context7
sonata-project/comment-bundle SonataCommentBundle integrates FOSCommentBundle into the Sonata ecosystem, providing comment management features for Sonata-based Symfony apps. Note: this repository is abandoned and not actively maintained; community help is welcome. 11 13 22 2K 0 1.3 20.5 MIT 5 years ago
View on GitHub
Context7
sonata-project/core-bundle 316 337 137 60K 0 7.3 22.2 MIT 6 years ago
View on GitHub
Context7
sonata-project/ecommerce Symfony-based e-commerce platform from Sonata, offering a full shopping stack with product catalog, orders, payments, shipping, customer accounts, admin backend, and integrations. Built for extensibility and customization in complex commerce projects. 162 158 136 297 0 4.8 4.4 MIT 5 years ago
View on GitHub
Context7
sonata-project/form-extensions Additional form types, data transformers, and utilities for Symfony Form via Sonata. Includes date/time and choice helpers, improved widgets, and integration-friendly extensions to speed up building consistent, reusable form components across projects. 109 109 29 224K 2 20.9 54.9 MIT 6 months ago
View on GitHub
Context7
sonata-project/formatter-bundle 84 86 117 22K 0 23.3 36.4 MIT 5 months ago
View on GitHub
Context7
sonata-project/media-bundle 462 471 481 39K 3 37.4 32.0 MIT 6 months ago
View on GitHub
Context7
sonata-project/news-bundle SonataNewsBundle adds news/blog features to Symfony with Sonata integration. Includes admin management, posts, categories, comments, and RSS support. Note: the repository is abandoned and currently has no active maintenance or support. 150 156 127 834 0 5.6 7.9 MIT 5 years ago
View on GitHub
Context7
sonata-project/notification-bundle 138 141 93 8K 0 4.6 17.4 MIT 4 years ago
View on GitHub
Context7
sonata-project/user-bundle 346 354 475 39K 2 36.3 31.9 MIT 6 months ago
View on GitHub
Context7
spatie/symfony-ignition-bundle Replace Symfony’s default exception page with Spatie Ignition: a beautiful, customizable error screen with context, stack traces, dark mode, and helpful debugging tools. Install as a dev bundle and configure via ignition.yaml to fit your app. 29 29 6 2K 0 15.8 26.6 MIT 4 months ago
View on GitHub
Context7
stephpy/timeline Laravel package for recording and displaying chronological “timeline” events on your models. Add entries like notes, status changes, and actions, then query and render them in order for activity feeds and audit-style history. 91 91 20 842 1 5.9 14.1 MIT 10 months ago
View on GitHub
Context7
stof/doctrine-extensions-bundle 1,929 1,978 382 1M 30 48.8 56.5 MIT 4 months ago
View on GitHub
Context7
sulu/form-bundle SuluFormBundle adds dynamic form creation to Sulu Admin. Content managers build and arrange fields in a grid, configure email notifications, and power contact/sweepstake forms. Built on the Symfony Form Component with theming support. 88 88 77 6K 61 47.5 56.0 MIT 4 weeks ago
View on GitHub
Context7
sulu/sulu Sulu is an extensible open-source PHP CMS built on Symfony for multi-language, multi-portal websites. It provides a powerful, intuitive admin interface and a robust framework for managing the full content lifecycle and building custom bundles. 1,335 1,335 359 22K 493 65.8 48.6 MIT 3 weeks ago
View on GitHub
Deep Wiki
Context7
swarrot/swarrot-bundle Symfony bundle integrating Swarrot message consumers with RabbitMQ. Configure AMQP connections, define consumers as services, and build ordered middleware stacks (signal handling, max messages/time, memory limits, Doctrine integration). Ships a base console command and logger support. 90 91 61 28K 8 22.9 42.0 MIT 4 months ago
View on GitHub
Context7
sylius/grid Sylius Grid component adds a reusable, configurable grid system for Symfony apps. Define grids in configuration, plug in data providers and drivers, then render sortable, filterable tables with pagination and actions—ideal for admin panels and back-office listings. 9 9 7 453 0 0.3 23.0 MIT
View on GitHub
Context7
sylius/grid-bundle 133 135 57 172K 40 41.1 68.2 MIT 2 months ago
View on GitHub
Context7
sylius/mailer-bundle 72 72 31 166K 5 19.1 53.0 MIT 4 months ago
View on GitHub
Context7
sylius/resource Sylius Resource is a lightweight foundation for building domain resources in Symfony apps. It provides resource configuration, controllers, repositories, events, and form/grid integration to speed up CRUD and admin tooling while keeping your domain and persistence clean. 25 25 16 28K 0 0.6 41.8 MIT
View on GitHub
Context7
sylius/sylius Sylius is an open-source eCommerce framework built on Symfony. Flexible, well-tested, and BDD-friendly, it includes a powerful REST API for integrations and omnichannel experiences. Great for building tailored commerce apps and complex business requirements. 8,488 8,505 2,162 104K 168 89.1 47.7 MIT 2 weeks ago
View on GitHub
Context7
sylius-labs/polyfill-symfony-event-dispatcher Symfony EventDispatcher Polyfill for projects that need compatible event dispatching without depending on a specific Symfony EventDispatcher version. Useful for libraries and apps supporting multiple Symfony versions or minimizing hard dependencies. 21 21 3 86K 0 1.1 49.6 2 years ago
View on GitHub
Context7
symfony/ai-agent Experimental Symfony AI Agent component for building AI agents on top of the Platform and Store components. Create agents that interact with users, perform tasks, and orchestrate workflows, with optional tool bridges (search, scraping, maps, weather, files). 31 31 3 105K 0 22.5 57.1 MIT 3 days ago
View on GitHub
Deep Wiki
Context7
symfony/ai-platform 52 52 14 159K 0 23.2 56.4 MIT 3 days ago
View on GitHub
Deep Wiki
Context7
symfony/amqp-messenger Symfony AMQP Messenger integration: send and consume Symfony Messenger messages via AMQP brokers like RabbitMQ. Provides transport configuration, routing, and worker support, maintained in the main Symfony repository. 294 294 30 1M 0 30.5 57.9 MIT 3 weeks ago
View on GitHub
Deep Wiki
Context7
symfony/config Symfony Config component helps you find, load, merge, autofill, and validate configuration from sources like YAML, XML, INI, or databases. Provides structured handling of config values for reusable, consistent application setups. 4,279 4,309 44 8M 0 54.8 52.7 MIT 3 weeks ago
View on GitHub
Deep Wiki
Context7
symfony/console Symfony Console makes it easy to build beautiful, testable command-line applications in PHP. It provides structured commands, arguments and options, interactive prompts, styled output, helpers, and robust input/output handling for modern CLIs. 9,810 9,996 266 18M 0 65.9 52.5 MIT 3 weeks ago
View on GitHub
Deep Wiki
Context7
symfony/doctrine-messenger Doctrine integration for Symfony Messenger: use Doctrine-backed transports and tooling to send, store, and process messages reliably within Symfony apps. Part of the Symfony ecosystem; issues and PRs are handled in the main symfony/symfony repository. 529 530 20 3M 0 32.9 60.4 MIT 3 weeks ago
View on GitHub
Context7
symfony/form Symfony Form Component helps you build, validate, and process reusable HTML forms with rich field types, data mapping, and CSRF protection. Integrates cleanly with HttpFoundation, Validator, and Twig, but can be used standalone in any PHP app. 2,775 2,792 109 3M 0 49.8 49.4 MIT 3 weeks ago
View on GitHub
Deep Wiki
Context7
symfony/framework-bundle Symfony FrameworkBundle tightly integrates Symfony components into the full-stack framework, providing core framework services and configuration. Part of the main Symfony repository; see official docs for contributing, issues, and pull requests. 3,567 3,581 122 5M 0 55.1 51.1 MIT 3 weeks ago
View on GitHub
Deep Wiki
Context7
symfony/http-kernel Symfony HttpKernel provides a structured request-to-response workflow built on EventDispatcher. It powers full-stack frameworks, micro-frameworks, and advanced CMSs by handling kernel events, controller resolution, and response generation in a flexible pipeline. 8,120 8,141 98 15M 0 61.9 52.5 MIT 3 weeks ago
View on GitHub
Deep Wiki
Context7
symfony/mailer Symfony Mailer helps you send emails via SMTP and other transports with a clean API. Build Email/TemplatedEmail messages, add attachments and headers, and integrate with Twig templates for HTML rendering. Configure transports via DSN and send reliably. 1,596 1,626 49 14M 0 41.0 63.6 MIT 3 weeks ago
View on GitHub
Deep Wiki
Context7
symfony/mercure Symfony Mercure is a real-time push communication hub implementing the Mercure protocol. Publish updates from your app and let browsers and services subscribe via Server-Sent Events, with JWT-based authorization, private topics, and scalable deployment options. 440 442 44 591K 13 22.8 52.0 MIT 6 months ago
View on GitHub
Context7
symfony/messenger Symfony Messenger component enables message dispatching and handling via async transports and queues. Decouple work into messages, route them to handlers, and process in workers for reliable background jobs and inter-service communication. 1,112 1,116 90 4M 0 41.6 57.6 MIT 3 weeks ago
View on GitHub
Deep Wiki
Context7
symfony/notifier Symfony Notifier lets your app send notifications through multiple channels like email, SMS, chat, and more. It provides a unified API, integrates with many third-party providers, and supports routing, transports, and message formatting for flexible delivery. 805 809 16 1M 0 34.6 50.5 MIT 3 weeks ago
View on GitHub
Context7
symfony/psr-http-message-bridge Symfony PSR-7 Bridge integrates PSR-7 HTTP messages with Symfony’s HttpFoundation. Convert requests and responses between PSR-7 implementations and Symfony components to ease interoperability with middleware and libraries. 1,295 1,301 56 8M 0 37.3 61.1 MIT 3 weeks ago
View on GitHub
Deep Wiki
Context7
symfony/scheduler Symfony Scheduler provides simple task scheduling built on Symfony Messenger. Define recurring or delayed jobs and run them via workers, integrating cleanly with your existing messaging setup. Links to docs, contributing, and issue tracking in the main Symfony repo. 91 91 2 1M 0 33.9 64.5 MIT 3 weeks ago
View on GitHub
Deep Wiki
Context7
symfony/security-bundle Symfony SecurityBundle integrates the Security component into the Symfony full-stack framework, providing authentication, authorization, and related security features with seamless configuration and framework tooling. 2,498 2,504 27 4M 0 47.0 52.1 MIT 3 weeks ago
View on GitHub
Deep Wiki
Context7
symfony/security-core Symfony Security Core provides the foundation for authentication tokens, roles, voters, role hierarchies, and access decision management. Use it to build flexible authorization logic decoupled from user providers and integrate fine-grained access checks into apps. 1,886 1,892 29 5M 0 42.9 54.7 MIT 3 weeks ago
View on GitHub
Deep Wiki
Context7
symfony/ux-twig-component Symfony UX Twig Components lets you bind PHP objects to Twig templates to build reusable UI pieces like alerts, modals, and sidebars. Create small, composable components with clean rendering and better template organization for Symfony apps. 220 219 22 1M 0 22.5 60.9 MIT 3 weeks ago
View on GitHub
Deep Wiki
Context7
symfony/workflow Symfony Workflow component helps model and run workflows or finite state machines. Define places and transitions, guard rules, events, and marking stores to track state changes and integrate processes cleanly into your application. 629 646 58 1M 0 36.1 52.4 MIT 3 weeks ago
View on GitHub
Deep Wiki
Context7
symfony-cmf/routing 291 291 65 370K 9 24.2 49.1 NOASSERTION 6 months ago
View on GitHub
Context7
symplify/git-wrapper 0 36 2K 0.0 45.0
View on GitHub
Context7
web-token/jwt-framework 952 955 118 568K 2 38.2 46.1 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
willdurand/propel-eventdispatcher-behavior Propel behavior that integrates Symfony’s EventDispatcher into your model classes. Add it to your Propel config and schema to auto-generate an EventDispatcher per ActiveRecord class via getEventDispatcher(), enabling event-driven hooks in models. 18 19 14 89 0 0.3 7.4 MIT
View on GitHub
Context7
winzou/state-machine Lightweight PHP state machine library. Define graphs with states, transitions, and guard/before/after callbacks, then apply and validate transitions on your domain objects. Supports multiple graphs per object and configurable state property paths. 524 530 74 116K 3 26.7 40.5 MIT 2 months ago
View on GitHub
Context7
yansongda/artful 13 13 3 10K 2 0.7 39.9 MIT
View on GitHub
Context7
yansongda/pay A popular PHP payment library for Laravel and other frameworks, integrating Alipay and WeChat Pay with a clean API. Supports common payment flows, refunds, queries, callbacks/notifications, and flexible configuration for multi-app and sandbox use. 5,345 5,461 1,052 16K 27 75.5 23.1 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
zenstruck/foundry Expressive, autocompletable fixture factories for Symfony + Doctrine (ORM and/or MongoDB). Create random-but-valid entities on demand for fixtures and tests, with states, persistence helpers, and rich testing features via ZenstruckFoundryBundle. 795 788 111 552K 28 44.3 58.5 MIT 4 weeks ago
View on GitHub
Deep Wiki
Context7
zerodahero/laravel-workflow 204 206 44 23K 2 31.1 33.8 MIT 3 weeks 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.
directorytree/privacy-filter-classifier
directorytree/privacy-filter
babenkoivan/elastic-client
innmind/static-analysis
innmind/coding-standard
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
22h/doctrine-garbage-collection-bundle
agtp/agtp-php
agtp/mod-php
splash/sonata-admin
splash/metadata
splash/openapi
splash/scopes
splash/toolkit