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

Doctrine Bundle Laravel Package

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.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
201created/media-bundle 3 3 0 1 0 16.7 1.5 MIT 4 months ago
View on GitHub
Context7
20steps/oauth-server-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
20steps/phone-number-bundle 0 0 0 0 0 0.0
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 360 2 24.5 40.3 MIT 3 months ago
View on GitHub
Context7
22h/doctrine-garbage-collection-bundle 0 0 10 0.0 14.4
View on GitHub
Context7
2lenet/bi-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
2lenet/config-bundle 1 1 0 619 0 25.8 40.2 1 month ago
View on GitHub
Context7
2lenet/credential-bundle CredentialBundle is a Symfony bundle that manages credentials for complex apps by simplifying the association of user groups and roles. Includes dashboard UI, routes integration, Doctrine migrations, CLI commands, and optional remote repository integration. 3 3 0 759 1 27.5 36.3 2 months ago
View on GitHub
Context7
2lenet/crudit-bundle Symfony bundle to rapidly build configurable CRUD back offices with SB Admin layout. Provides list views with pagination, sorting, actions, exports and batch ops, plus datasources, filters, menus, workflows, maps, markdown and Twig helpers. 16 17 7 840 2 35.5 28.4 MIT 1 month ago
View on GitHub
Context7
2lenet/cruditplatform-bundle 1 1 1 744 1 25.7 41.7 MIT 1 month ago
View on GitHub
Context7
2lenet/dashboard2-bundle Symfony bundle that adds a customizable dashboard with drag-and-drop style widgets. Generate widgets via console makers, render with Twig templates, and persist layout/config in the database. Includes caching, role-based visibility, and troubleshooting tips. 4 4 2 765 0 29.5 35.5 MIT 1 month ago
View on GitHub
Context7
2lenet/entity-file-bundle 3 3 1 767 0 16.0 34.8 MIT 6 months ago
View on GitHub
Context7
3dsinteractive/oauth-server-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
3slab/vdm-healthcheck-bundle 1 1 1 1 0 1.5 2.4 MIT 2 years ago
View on GitHub
Context7
3slab/vdm-library-doctrine-orm-transport-bundle 0 0 1 2 0 0.6 6.6 MIT 5 years ago
View on GitHub
Context7
41man/login-gate-bundle Symfony bundle that detects brute-force login attacks and temporarily blocks offending clients. Configurable max attempts, ban timeout and watch period, with ORM/session/MongoDB storage options and an event to hook custom handlers. Includes a checker service for allow/deny and clearing attempts. 0 0 0 0 0 0.0
View on GitHub
Context7
4lxndr/cron-bundle 0 1 0 24 0 12.5 21.3 MIT 6 months ago
View on GitHub
Context7
50bhan/symfony-route-usage 4 4 2 0 0 0.0 MIT
View on GitHub
Context7
a4sex/entity-cleaner-bundle 0 0 0 0.0
View on GitHub
Context7
a4sex/server-bundle 0 0 0 0.0
View on GitHub
Context7
aaronadal/persistence-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
aaronadal/wordpress-bridge-bundle 1 1 0 0 0 0.0 MIT
View on GitHub
Context7
aatis/fixtures 0 0 0 1 0 0.1 4.2
View on GitHub
Context7
abc/job-server-bundle Symfony bundle for asynchronous distributed job processing via php-enqueue. Supports jobs, batches, sequences, free composition, status tracking, cancellation/restart, cron jobs (with AbcSchedulerBundle), plus a JSON REST API, PHP client, and OpenAPI docs. 1 1 1 0 0 0.0 MIT
View on GitHub
Context7
aboutcoders/file-distribution-bundle Symfony bundle providing database-backed file management and distribution. Define filesystems in config or persist via Doctrine ORM, then store and transfer files across local, FTP, or CDN targets. Built on the AbcFileDistribution library and unit tested. 1 2 1 18 0 0.0 13.8 MIT
View on GitHub
Context7
aboutcoders/job-bundle Symfony bundle for asynchronous job processing via method annotations and DI services. Track status, cancel/update/restart jobs, run scheduled (cron) jobs, and expose a JSON REST API. Supports many queues: DBAL, RabbitMQ, Redis, SQS, IronMQ, Beanstalkd, more. 25 26 6 57 1 0.7 7.0 MIT 8 years ago
View on GitHub
Context7
aboutcoders/notification-bundle Symfony bundle extending SonataNotificationBundle with process control for starting/stopping notification/message processing, ideal for CI environments. Integrates with AbcProcessControlBundle to manage workers and execution flow during builds and tests. 1 2 0 2 0 0.0 4.2 MIT
View on GitHub
Context7
aboutcoders/resource-lock-bundle Symfony bundle providing a resource locking system backed by ORM. Configure a default lock manager and optional custom managers with prefixes, then fetch lock manager services from the container to set, get, and check locks across your app. 4 5 2 360 0 0.4 25.7 MIT 5 years ago
View on GitHub
Context7
aboutcoders/scheduler-bundle Symfony bundle for defining recurring schedules and dispatching notifications via the Symfony EventDispatcher. Designed to be integrated into your app by implementing your own schedule entities, with docs for installation, configuration, and custom schedule types. 5 6 1 628 0 0.1 28.0 MIT
View on GitHub
Context7
aboutcoders/sequence-bundle Symfony bundle providing an abstract sequence implementation backed by Doctrine ORM. Register the bundle, set abc_sequence db_driver, then fetch the sequence manager service (abc.sequence.sequence_manager) to generate/manage sequences in your app. 5 6 2 13 0 0.1 6.9 MIT
View on GitHub
Context7
aboutcoders/workflow-bundle Symfony bundle to define and manage workflows with optional GUI. Provides routing and ORM configuration, Twig helpers to render workflow configuration and history, and an AJAX endpoint to fetch execution history. Integrates with KnpMenuBundle and JobBundle. 1 1 0 0 0 0.0
View on GitHub
Context7
ac/fiendish-bundle Symfony2 bundle for writing and controlling daemons. Integrates with RabbitMQ and Supervisor to start/stop and dynamically manage processes by group, with a BaseDaemon class and heartbeat support for long-running workers. 2 2 0 0 2 0.4 MIT
View on GitHub
Context7
acseo/select-autocomplete-bundle Symfony bundle to add configurable autocomplete fields to forms with no custom controller. Works with Select2 or any JS, supports Doctrine ORM/ODM out of the box, and lets you customize search properties, display format, identifiers, transformers, URLs, and providers. 3 3 1 0 0 1.2 MIT 5 years ago
View on GitHub
Context7
actiane/entity-change-watch-bundle Symfony bundle to watch Doctrine entity lifecycle changes. Configure per-entity callbacks on create, update (all or specific properties), and delete. Invoke tagged services after flush with entity, changed properties, and EntityManager; supports pre-flush via flush:false. 5 5 3 67 0 2.5 15.0 MIT 8 years ago
View on GitHub
Context7
ad3n/phone-number-bundle Symfony bundle integrating Google libphonenumber (via giggsey/libphonenumber-for-php). Provides services for parsing, validating, formatting, geocoding, carrier and timezone mapping, plus short number info, for Symfony 2–4 apps. 0 0 0 0 0 0.0
View on GitHub
Context7
adcog-cpi/doctrine-bundle Doctrine bundle providing reusable entity tools: automatic created/updated timestamps, slug and salt generation, filesystem storage paths, loggable messages, and paginator defaults. Includes a command to fix/rebuild slugs across the database. 0 0 1 0 0 0.0 MIT
View on GitHub
Context7
adgoal/cleaner-bundle Symfony bundle integrating lamoda/cleaner. Configure DB and custom storage cleaners via YAML, including transactional mode, parameters, and multi-query setups. Provides a console command to run all cleaners or a selected one (cleaner:clear). 0 0 0 0 0 0.3 MIT 6 years ago
View on GitHub
Context7
adlarge/fixtures-documentation-bundle Symfony bundle that generates and serves documentation for your fixtures. Builds a JSON dataset and Twig UI with sections, tables, and links between entities, and can expose an action to reload fixtures so testers can inspect and reset test data. 10 10 1 0 0 0.1 MIT
View on GitHub
Context7
admin-panel/admin-bundle Admin Bundle is a simple Symfony admin generator for building entity lists and custom actions. Supports Doctrine ORM and Doctrine DBAL. Versioned by Symfony branch (2.7+ and 3.x), with documentation in the doc/ directory. 3 3 8 0 0 3.3 3.8 MIT 7 years ago
View on GitHub
Context7
admin-project/doctrine-orm-admin-bundle Laravel admin bundle integrating Doctrine ORM: manage entities, CRUD screens, listings, and forms from your model metadata. Designed to add an admin panel to Doctrine-based apps with minimal setup and configurable UI and actions. 0 0 0 0 0 0.0
View on GitHub
Context7
adrianbaez/easysf-bundle Symfony bundle that simplifies working with Salesforce by providing basic configuration and helper services to connect, authenticate, and run common API operations in Symfony apps. Useful for quick SF integration without heavy setup. 0 0 0 0 0 0.3 8 years ago
View on GitHub
Context7
adrotec/webapi-bundle Unmaintained Symfony 2 bundle for building web APIs with breeze.server.php. Registers an adrotec_webapi service to map request resources to entities and handle API requests, while overriding some JMSSerializerBundle behaviors (naming, lazy loading, etc.). 4 4 1 0 1 0.8 MIT 10 years 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
adspray/short-url-bundle Symfony bundle providing a URL shortener service and Twig filter. Generate short paths like /~ShE from long URLs in controllers or templates, and resolve short codes back to the original URL via routing and a simple shortener service. 0 0 0 0 0 0.6 MIT 5 years ago
View on GitHub
Context7
adtechpotok/symfony-aware Symfony “aware” interfaces and traits for quickly injecting common services (EntityManager, Doctrine, cache, logger, kernel, request stack, etc.) into your classes. Works with explicit service calls or Symfony 3.3+ autowiring. 3 3 0 0 0 0.9 MIT 8 years ago
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 0 0 27.1 MIT 3 months ago
View on GitHub
Context7
aelfannir/doctrine-api-paginator Symfony bundle for paginating Doctrine ORM queries with API-friendly filters. Supports property and nested compound filters (AND/OR) and operator-based comparisons to build query conditions cleanly for result lists. 0 0 0 0 0 0.0
View on GitHub
Context7
aelfannir/doctrine-query-paginator Symfony bundle providing Doctrine query pagination with a flexible filter system. Supports property and compound (AND/OR, nested) filters and operator-based comparisons to build result sets from request-driven criteria. 0 0 0 0 0 0.0
View on GitHub
Context7
aeliot/doctrine-encrypted-bundle Symfony bundle that adds Doctrine column types for encrypting individual database fields. Install via Composer, configure your key and mappings, and store encrypted values transparently. Notes on DB charset/collation (utf8mb4) for reliable sizing. 1 1 0 0 9 3.1 2.6 MIT 1 year ago
View on GitHub
Context7
aequasi/cron-bundle Symfony bundle for registering and running recurring tasks via annotated Console Commands. Scan commands with cron:scan, then execute due jobs with cron:run. Uses DateInterval specs (e.g., PT1H) and works with a system cron to trigger runs periodically. 3 3 2 0 0 0.1 MIT
View on GitHub
Context7
aequation/aewire 0 0 0 1 0 0.0 4.2 MIT
View on GitHub
Context7
aequation/labo Symfony install bundle by Aequation (aequation/labo). Provides installation/setup helpers and bundle scaffolding to streamline configuring a Symfony app and its dependencies during initial project setup. 1 2 0 1 0 0.3 2.4 MIT 2 years ago
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
aerisnet/fiesta-online-bundle Symfony 4+ bundle for Fiesta Online web projects. Provides core Doctrine entities and service managers (accounts, characters, inventory checks) to build a basic Fiesta Online homepage, with example mappings for multi-connection setups. 0 0 0 0 0 0.6 5 years ago
View on GitHub
Context7
aescarcha/async Symfony bundle that listens to Doctrine entity lifecycle events (persist/update/remove) and publishes RabbitMQ jobs so heavy processing runs asynchronously. Configure via OldSoundRabbitMq and register the persist listener as consumer/event subscriber. 0 0 0 0 0 0.0
View on GitHub
Context7
afrikpay/otp-bundle Symfony bundle for generating and validating one-time passwords (OTP). Install via Composer, register the bundle, run migrations, and use console commands to manage OTP workflows (create/enable/disable/run) for verification flows and scheduled processing. 1 1 0 0 0 0.0 NOASSERTION
View on GitHub
Context7
agluh/outbox-bundle Laravel outbox pattern bundle for reliable event publishing: capture domain events in an outbox table within your transaction, then dispatch them asynchronously to queues or brokers. Helps avoid dual-write issues and improves consistency between your DB and integrations. 9 9 0 0 0 0.3 MIT 6 years ago
View on GitHub
Context7
ahmed-bhs/doctrine-doctor Doctrine Doctor is a runtime analysis tool for Doctrine ORM integrated into the Symfony Web Profiler. It detects real-world issues like N+1 queries, slow queries, missing indexes, hydration overhead, and injection risks, with actionable backtraces and suggestions. 127 124 8 2K 15 33.8 27.4 MIT 4 weeks ago
View on GitHub
Context7
ahmed-ghiloubi/acl-bundle 1 1 0 17 0 0.0 13.5
View on GitHub
Context7
ahmed-ghiloubi/multi-user-bundle 0 0 0 17 0 0.0 17.3
View on GitHub
Context7
aibianchi/exact-online-bundle 0 0 0 0 0 0.3 5 years ago
View on GitHub
Context7
ai-context/symfony-ai-context-bundle 16 16 2 13 0 0.1 3.4 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 1 0 0 0 0.0
View on GitHub
Context7
aimeos/aimeos-symfony 1,550 1,539 53 153 0 9.3 0.6 MIT
View on GitHub
Deep Wiki
Context7
aimeos/aimeos-symfony2 1,550 1,539 53 0 0 9.3 MIT
View on GitHub
Context7
airria/breadcrumbtrail-bundle 0 0 0 0.0
View on GitHub
Context7
ais/bimbinganbundle 1 1 0 0 0 0.0
View on GitHub
Context7
ais/daftarbundle 1 1 0 0 0 0.0
View on GitHub
Context7
ais/dosenbundle 1 1 0 0 0 0.0
View on GitHub
Context7
ais/gedungbundle 1 1 0 0 0 0.0
View on GitHub
Context7
ais/haribundle 1 1 0 0 0 0.0
View on GitHub
Context7
ais/ijasahsmabundle 1 1 0 0 0 0.0
View on GitHub
Context7
ais/jadwalbundle 1 1 0 0 0 0.0
View on GitHub
Context7
ais/kabupatenbundle 1 1 0 0 0 0.0
View on GitHub
Context7
ais/kontrakdosenbundle 1 1 0 0 0 0.0
View on GitHub
Context7
ais/kontrakmahasiswabundle 1 1 0 0 0 0.0
View on GitHub
Context7
ais/mahasiswabundle 0 0 0 0 0 0.0
View on GitHub
Context7
ais/mahasiswaprofilebundle 0 0 0 0 0 0.0
View on GitHub
Context7
ais/matakuliahbundle 0 0 0 0 0 0.0
View on GitHub
Context7
ais/pertemuanbundle 0 0 0 0 0 0.0
View on GitHub
Context7
ais/pertemuandosenbundle 0 0 0 0 0 0.0
View on GitHub
Context7
ais/pertemuanmahasiswabundle 0 0 0 0 0 0.0
View on GitHub
Context7
ais/pimpinanprodibundle 0 0 0 0 0 0.0
View on GitHub
Context7
ais/prestasibundle 0 0 0 0 0 0.0
View on GitHub
Context7
ais/prodibundle 0 0 0 0 0 0.0
View on GitHub
Context7
ais/provinsibundle 0 0 0 0 0 0.0
View on GitHub
Context7
ais/ruangbundle 0 0 0 0 0 0.0
View on GitHub
Context7
ais/semesterbundle 0 0 0 0 0 0.0
View on GitHub
Context7
ais/slotbundle 0 0 0 0 0 0.0
View on GitHub
Context7
ais/statuskeaktifanbundle 0 0 0 0 0 0.0
View on GitHub
Context7
ais/transkripbundle 0 0 0 0 0 0.0
View on GitHub
Context7
ais/userbundle 0 0 0 0 0 0.0
View on GitHub
Context7
ais/wisudabundle 0 0 0 0 0 0.0
View on GitHub
Context7
aiskander/calendar-holidays-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
ajgarlag/openid-connect-provider-bundle 9 9 0 1K 0 23.0 35.1 MIT 2 months ago
View on GitHub
Deep Wiki
Context7
ajtis/job-queue-bundle 0 0 0 0 0 11.1 7 months ago
View on GitHub
Context7
akeneo/oauth-server-bundle 5 5 1 4K 0 0.8 39.2 3 years ago
View on GitHub
Context7
akeneo/pim-community-dev 1,040 1,038 537 2K 374 60.9 36.0 NOASSERTION 5 months ago
View on GitHub
Deep Wiki
Context7
akimmaksimov85/creator 0 0 0 0 0 0.0
View on GitHub
Context7
akondas/symfony-actuator-bundle 6 6 1 20 1 0.7 8.5 MIT 5 years ago
View on GitHub
Context7
alanmastro/short-url-bundle 0 0 1 0 0 0.0 MIT
View on GitHub
Context7
albegali/acl-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
alberto-leon-crespo/rest-entity-manager 0 0 0 0 0 0.9 8 years ago
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 631 0 18.8 33.3 3 months ago
View on GitHub
Context7
aldaflux/confirmation-window-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
aldaflux/doc-img-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
aldaflux/game-quizz-bundle 1 1 0 2 0 0.0 4.2
View on GitHub
Context7
aldaflux/notification-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
aldaflux/swissarmyknife-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
aldaflux/table-triable-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
aldaflux/youtube-utils-bundle 0 0 0 3 0 20.3 9.7 1 month ago
View on GitHub
Context7
alessandrolandim/cookie-consent-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
alessandrolandim/translation-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
alexandre-fernandez/json-translation-bundle 0 3 0 0.0
View on GitHub
Context7
alexdpy/acl-bundle 1 1 0 0 0 0.0
View on GitHub
Context7
alexjumperman/doctrinetemptable 1 2 0 0 0 0.0
View on GitHub
Context7
alexmanno/serializer-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
alfamegaxq/simple-g-maps 0 0 0 0 0 1.5 9 years ago
View on GitHub
Context7
algolia/algolia-search-bundle 193 192 74 581 18 31.8 19.2 MIT 5 months ago
View on GitHub
Context7
algolia/search-bundle 193 194 74 11K 18 34.6 39.0 MIT 5 months ago
View on GitHub
Deep Wiki
Context7
ali/datatable Symfony2 bundle integrating jQuery DataTables with Doctrine entities and Bootstrap styling. Provides a datatable service, Twig helpers, dynamic paging, column search, association/query builder support, custom renderers, grouped actions, and optional default edit/delete links. 111 115 68 215 10 2.8 7.1 MIT
View on GitHub
Context7
aliznettest/other-test 0 0 0 0 0 0.0
View on GitHub
Context7
alkinbg/optimistic-concurrency-bundle 1 0 0 20.3 MIT 1 month 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
alphalemon/al-pagetree-bundle 1 1 0 0 0 0.0 MIT
View on GitHub
Context7
alphalemon/alphalemon-cms-bundle 25 26 18 0 2 1.2 0.4 NOASSERTION
View on GitHub
Context7
alphalemon/al-valum-uploader-bundle 2 2 0 0 0 0.0 MIT
View on GitHub
Context7
alphalemon/frontend-bundle 1 1 1 0 0 0.0 GPL-2.0
View on GitHub
Context7
alphalemon/theme-engine-bundle 7 7 1 0 1 0.2 MIT
View on GitHub
Context7
alpixel/adminmenubundle 0 0 0 0 0 0.3 MIT 10 years ago
View on GitHub
Context7
alpixel/cmsbundle 0 0 0 0 2 9.1 MIT 8 years ago
View on GitHub
Context7
alpixel/cronbundle 3 3 1 2 2 1.9 2.4 MIT 9 years ago
View on GitHub
Context7
alpixel/menu-bundle 0 0 0 0 0 2.4 8 years ago
View on GitHub
Context7
alpixel/shopbundle 0 0 0 0 0 2.7 MIT 8 years ago
View on GitHub
Context7
altblock/comment-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
alterphp/easyadmin-extension-bundle 253 259 56 2K 13 15.9 18.4 MIT 4 years ago
View on GitHub
Context7
alvadi-it/translation-bundle 0 0 0 0 0 2.1 1 year ago
View on GitHub
Context7
amadeus-m/cron-bundle 0 0 1 0 0 0.0 MIT
View on GitHub
Context7
amashukov/oauth-server-bundle 2 2 0 0 0 1.8 6 years ago
View on GitHub
Context7
amashukov/user-bundle 0 0 1 0 0 1.2 MIT 6 years ago
View on GitHub
Context7
amelaye/biophp 4 0 1 0.1 GPL-2.0
Context7
amorebietakoudala/user-bundle 0 0 16 9.0 17.0
View on GitHub
Context7
amstaffix/extjs-bundle 21 21 18 0 4 1.2 0.8 MIT 10 years ago
View on GitHub
Context7
anatoliynyatin/far-symfony2-jquery-upload 1 1 1 0 0 0.0
View on GitHub
Context7
andanteproject/nullable-embeddable-bundle 2 2 0 3 0 10.8 4.5 MIT 7 months ago
View on GitHub
Context7
andanteproject/period-bundle 2 1 3 14 0 2.0 10.4 MIT 4 years ago
View on GitHub
Context7
andanteproject/soft-deletable-bundle 10 10 2 332 0 1.0 20.6 MIT 4 years ago
View on GitHub
Context7
andanteproject/timestampable-bundle Symfony bundle for Doctrine entities that automatically manages createdAt and updatedAt with DateTimeImmutable. Zero config to start, customizable, uses Symfony Clock, no attributes needed, and won’t overwrite timestamps you set manually. Compatible with Symfony 5–8, PHP 8.2. 9 9 3 3K 0 17.1 37.9 MIT 4 months ago
View on GitHub
Context7
andrew-svirin/resource-crawler-bundle 3 3 0 0 0 0.0 MIT
View on GitHub
Context7
andreybolonin/doctrine-fixtures-generator-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
andrey_mireichyk/roadrunner-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
andy-thorne/domain-events-bundle 0 1 0 0 0 0.5 4 years ago
View on GitHub
Context7
anglemx/audit-bundle 0 0 0 0 0 0.3 MIT 2 years ago
View on GitHub
Context7
anglemx/entity-trail-bundle 0 0 0 0 0 20.5 MIT 2 months ago
View on GitHub
Context7
anilton.junior/ext-direct-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
anisimov/translation-bundle 0 0 0 0.0
View on GitHub
Context7
antalaron/doctrine-twig-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
antihero/mount-last-db-bundle 0 0 6 0.0 11.7
View on GitHub
Context7
antoi/restify-bundle Reusable Symfony bundle (6.4–8.x, PHP 8.2+) that provides a full REST CRUD stack: abstract repository/service/controller, automatic entity hydration, query filtering, eager-loading, and pick-based response enrichment. Six endpoints per resource, quickly wired. 0 0 0 8 0 0.0 13.2 MIT
View on GitHub
Context7
antoinelemaire/blacklist-bundle 3 3 0 0 0 0.3 MIT 8 years ago
View on GitHub
Context7
anyx/login-gate-bundle 59 60 23 1K 3 2.3 20.2
View on GitHub
Context7
anzusystems/anzutap-bundle 0 0 0 797 0 14.4 43.9 Apache-2.0 7 months ago
View on GitHub
Context7
anzusystems/common-bundle 0 0 0 750 0 29.9 46.6 Apache-2.0 1 month ago
View on GitHub
Context7
anzusystems/core-dam-bundle 1 1 0 103 0 30.3 27.8 Apache-2.0 1 month ago
View on GitHub
Context7
anzusystems/serializer-bundle 0 0 0 1K 0 27.0 48.5 Apache-2.0 1 month ago
View on GitHub
Context7
apajo/symfony-multi-tenancy-bundle 3 4 0 130 1 0.1 21.0
View on GitHub
Context7
apiboxsym/user-bundle 0 0 0 0 0 16.0 MIT 3 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,572 2,585 978 1M 206 80.3 68.1 MIT 2 months ago
View on GitHub
Deep Wiki
Context7
api-platform/doctrine-odm 3 3 0 16K 0 0.0 49.6 MIT
View on GitHub
Context7
api-platform/doctrine-orm 31 31 2 463K 0 0.2 55.3 MIT
View on GitHub
Context7
api-scout/api-scout 3 3 2 0 5 2.1 1.5 MIT 2 years ago
View on GitHub
Context7
appstone/api-doc-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
app-verk/datatable-bundle 0 0 1 1 0 1.8 4.2 6 years ago
View on GitHub
Context7
app-verk/user-bundle 0 0 4 14 0 4.9 16.2 MIT 5 years ago
View on GitHub
Context7
apy/breadcrumbtrail-bundle 84 86 38 4K 7 10.2 25.8 3 years ago
View on GitHub
Context7
apy/datagrid-bundle 492 502 336 5K 76 35.5 40.4 MIT 3 years ago
View on GitHub
Context7
apy/jsfv-bundle 92 92 22 781 5 2.8 14.9 12 years ago
View on GitHub
Context7
aqarmap/thrace-form-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
araise/core-bundle 2 2 1 323 4 1.1 28.8 MIT
View on GitHub
Context7
araise/crud-bundle 7 7 2 203 2 0.8 19.7 MIT
View on GitHub
Context7
araise/search-bundle 3 3 1 323 0 0.1 26.4 MIT
View on GitHub
Context7
araise/table-bundle 7 7 2 212 5 1.6 21.7 MIT
View on GitHub
Context7
archer/clickatell-bundle 0 2 0 0.0
View on GitHub
Context7
ardteam/admin-project 0 0 0 0 0 0.0
View on GitHub
Context7
ardteam/cms-project 0 0 0 0 0 0.0
View on GitHub
Context7
ardteam/cms-project 0 0 0 0 0 0.0
View on GitHub
Context7
ardteam/user-project 0 0 0 0 0 0.0
View on GitHub
Context7
ardteam/user-project 0 0 0 0 0 0.0
View on GitHub
Context7
arguv/crud-api-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
arkounay/image-bundle 1 2 0 0 0 0.8 MIT 9 years ago
View on GitHub
Context7
arkounay/quick-admin-generator-bundle 25 25 3 425 2 4.9 12.3 MIT 1 year ago
View on GitHub
Context7
arnaudmoncondhuy/synapse-core 0 0 0 0 0 0.0 NOASSERTION
View on GitHub
Context7
arnedesmedt/inspector-symfony 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
arnulfosolis/apihistogram 0 0 0 0 0 0.3 MIT 10 years ago
View on GitHub
Context7
aropixel/admin-bundle 3 4 3 281 0 9.2 25.6 MIT 2 years ago
View on GitHub
Context7
artgris/media-bundle 49 48 21 214 3 5.3 7.6 MIT 4 years ago
View on GitHub
Context7
arthem/object-reference-bundle 0 0 0 120 0 18.3 33.3 2 months ago
View on GitHub
Context7
artprima/forms-extra-bundle 0 0 1 0 0 0.0 MIT
View on GitHub
Context7
artprima/jsend-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
artprima/query-filter-bundle 28 28 10 169 2 0.8 11.5 MIT
View on GitHub
Context7
arturdoruch/doctrine-entity-manager-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
arxy/entity-translations-bundle 9 10 2 0 0 4.0 MIT 5 years ago
View on GitHub
Context7
arxy/files 18 19 0 91 0 25.2 12.3 MIT 1 month ago
View on GitHub
Context7
arxy/translations-bundle 1 1 1 115 0 5.4 24.4 5 years ago
View on GitHub
Context7
ascensodigital/boleta-bundle 0 0 0 0 0 0.2 MIT
View on GitHub
Context7
aschaeffer/meilisearch-search-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
asgoodasnu/base-bundle 0 0 0 0.0
View on GitHub
Context7
asilingas/cookie-consent-bundle 1 1 0 263 0 0.0 29.3 MIT
View on GitHub
Context7
asiragusa/extjs-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
asmitta-01/formflow-bundle 2 2 0 4 0 1.5 5.1 MIT 1 year ago
View on GitHub
Context7
assoconnect/validator-bundle 5 5 0 455 0 29.9 30.4 MIT 3 weeks ago
View on GitHub
Context7
astina/domain-events-bundle 1 1 0 0 0 0.0
View on GitHub
Context7
astina/redirect-manager-bundle 6 6 7 0 0 2.6 3 years ago
View on GitHub
Context7
atc/alert-bundle 0 0 0 0 1 0.1
View on GitHub
Context7
atexo/job-queue-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
atheon/user-bundle 0 0 0 0 0 0.3 MIT 3 years ago
View on GitHub
Context7
atm/boardbundle 0 0 0 0.0
View on GitHub
Context7
atm/competitionbundle 0 0 0 0.0
View on GitHub
Context7
atm/fingerprintbundle 0 0 0 0.0
View on GitHub
Context7
atm/motwbundle 0 0 0 0.0
View on GitHub
Context7
atm/my_theresa_api 0 0 0 0.0
View on GitHub
Context7
atm/pollbundle 0 0 0 0.0
View on GitHub
Context7
atm/promotoolsbundle 0 0 0 0.0
View on GitHub
Context7
atom-azimov/uploader-bundle 0 14 0 0.0
View on GitHub
Context7
atom-php/uploader-bundle 0 14 0 0.0
View on GitHub
Context7
atournayre/confirmation-bundle Symfony bundle that adds confirmation flows to your entities. Make entities confirmable via an interface/trait, generate and validate confirmation codes, and plug in custom delivery providers (email, SMS, etc.) configured through services and YAML routing. 0 0 0 0 0 1.8 2 years ago
View on GitHub
Context7
atournayre/entities-events-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
aureja/test-framework-bundle 2 2 1 0 0 0.6 MIT 9 years ago
View on GitHub
Context7
aureja/web-profiler-bundle 1 1 0 0 0 0.0 MIT
View on GitHub
Context7
austral/entity-bundle 2 2 0 16 0 1.2 11.1 MIT 2 years ago
View on GitHub
Context7
authbucket/oauth2-symfony-bundle 82 83 26 237 1 1.7 9.2 MIT
View on GitHub
Context7
authbucket/push-symfony-bundle 2 2 2 0 0 0.1 MIT
View on GitHub
Context7
auxmoney/opentracing-bundle-doctrine-dbal 3 3 8 116 1 5.7 20.8 MIT 3 years ago
View on GitHub
Context7
avaibooksports/doctrine-migrations-multiple-database-bundle 38 36 15 9K 0 1.8 23.0 MIT 3 years ago
View on GitHub
Context7
avanzu/profile-bundle 2 2 1 0 0 0.0
View on GitHub
Context7
avro/blog-bundle 1 1 0 0 1 0.1
View on GitHub
Context7
avro/csv-bundle 29 30 12 146 2 4.1 11.4 4 years ago
View on GitHub
Context7
avro/stripe-bundle 16 16 8 0 0 0.3
View on GitHub
Context7
awaresoft/banner-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
awaresoft/comment-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
awaresoft/dynamic-block-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
awaresoft/faq-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
awaresoft/file-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
awaresoft/menu-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
awaresoft/message-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
awaresoft/redirect-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
awaresoft/setting-bundle 1 1 0 0 0 0.0
View on GitHub
Context7
awaresoft/tree-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
awstudio-paris/user-bundle 1 1 0 10 0 0.0 10.8 MIT
View on GitHub
Context7
axstrad/content-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
axstrad/doctrine-extensions-bundle 0 0 0 0 0 0.1 MIT
View on GitHub
Context7
axstrad/page-bundle 0 0 0 0 0 0.1 MIT
View on GitHub
Context7
axstrad/use-case-test-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
ayaou/command-logger-bundle 3 4 0 0 4 9.0 1.2 MIT 9 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
aygon/doctrine-migrations-bundle 1 2 0 5 0 0.0 7.5
View on GitHub
Context7
aymdev/fregata-bundle 2 2 0 0 0 0.3 MIT 4 years ago
View on GitHub
Context7
ayto/reset-password-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
aziz403/ux-datatable 20 20 3 1 4 3.6 0.8 MIT 3 years ago
View on GitHub
Context7
b2pweb/bdf-prime-bundle 0 0 0 133 0 0.1 29.4 MIT
View on GitHub
Context7
b4rb4ross4/symfony-user-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
babdev/money-bundle 20 19 0 11K 0 0.1 37.4 NOASSERTION
View on GitHub
Context7
babdev/websocket-bundle 6 6 2 2K 0 0.2 33.5 NOASSERTION
View on GitHub
Context7
backend2-plus/upload-bundle 0 0 0 2 0 0.0 6.6
View on GitHub
Context7
backsystem/autocomplete 0 0 0 9 0 1.2 13.8 1 year ago
View on GitHub
Context7
backsystem/base 0 0 0 6 0 21.0 13.7 1 month ago
View on GitHub
Context7
badpixxel/brevo-bridge 2 2 0 62 0 0.3 18.5 MIT 5 years ago
View on GitHub
Context7
badpixxel/paddock-mysql 0 0 272 0.0 34.1
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 181 0.0 29.4
View on GitHub
Context7
badpixxel/widgets-bundle 1 1 0 306 0 0.0 30.2 MIT
View on GitHub
Context7
baks-dev/users-groups 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
baldinof/roadrunner-bundle 308 308 58 56K 12 31.5 41.3 MIT 3 months ago
View on GitHub
Context7
balkent/parameter-job-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
bankiru/jsonrpc-server-bundle 1 0 4 1 2 1.9 3.2 9 years ago
View on GitHub
Context7
bartlomiejbeta/filter-sorter-bundle 0 0 0 0 0 2.1 8 years ago
View on GitHub
Context7
barygi/user-bundle 0 0 0 0 0 0.3 MIT 5 years ago
View on GitHub
Context7
basic-builder/easybuilder-bundle 0 0 0 0.0
View on GitHub
Context7
bbit/auditlog-bundle 0 0 0 0 0 0.3 12 years ago
View on GitHub
Context7
beats/beats-bundle 1 1 0 0 0 0.3 GPL-3.0 12 years ago
View on GitHub
Context7
becklyn/cron-job 3 3 1 73 0 5.4 19.1 BSD-3-Clause 3 years ago
View on GitHub
Context7
becklyn/ddd-file-store 1 1 0 25 0 23.0 18.4 1 month ago
View on GitHub
Context7
becklyn/ddd-gdpr-bundle 0 0 0 21 0 21.7 21.8 1 month ago
View on GitHub
Context7
becklyn/ddd-symfony-bridge 0 0 0 9 0 24.8 16.3 1 month ago
View on GitHub
Context7
becklyn/rad 1 1 0 104 0 5.8 26.4 BSD-3-Clause 4 years ago
View on GitHub
Context7
becklyn/rad-bundle 3 3 3 47 0 25.3 17.4 BSD-3-Clause 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
beefeater/crud-event-bundle 1 1 0 42 0 0.0 18.5
View on GitHub
Context7
beelab/memory-repository-bundle 5 6 0 0 0 0.0 MIT
View on GitHub
Context7
beelab/phone-verification-bundle 4 6 1 0 0 0.0
View on GitHub
Context7
beelab/user-bundle 17 19 5 3 3 0.5 0.9
View on GitHub
Context7
behappy/wordpress-bundle Symfony bundle to integrate WordPress with Symfony: expose Symfony services in WordPress, manipulate WordPress DB via Symfony, create Symfony routes from WordPress, and optionally sync auth/roles and dispatch WP hooks through Symfony EventDispatcher. 0 0 0 0 0 0.0 GPL-2.0
View on GitHub
Context7
beloop/analytics-bundle 0 0 0 0 0 0.8 6 years ago
View on GitHub
Context7
beloop/core-bundle 0 0 0 0 1 1.4 6 years ago
View on GitHub
Context7
belvg/sso-fpbundle 0 0 0 6 0 3.0 11.7 2 years ago
View on GitHub
Context7
benelori/alice-bundle 1 1 0 0 0 0.0 MIT
View on GitHub
Context7
bengor-file/doctrine-orm-bridge-bundle 0 0 0 18 0 1.5 19.1 MIT 8 years ago
View on GitHub
Context7
bengor-user/doctrine-orm-bridge-bundle 0 0 0 49 0 0.9 23.5 MIT 9 years ago
View on GitHub
Context7
benmacha/audit-bundle Symfony bundle to audit Doctrine entity changes with rollback support. Includes a web UI and REST API to browse audit logs, flexible configuration, security integration, and optional async processing. Supports PHP 7.4–8.4 and Symfony 5.4–7.x. 4 4 0 0 0 1.2 1.2 MIT 1 year ago
View on GitHub
Context7
benmacha/mousetracker Self-hosted mouse/click/scroll tracker for Symfony 5.4–7.x. Records mouse moves, clicks, scroll, keyboard, form-blur values, and DOM snapshots, storing sessions in your own DB for Mouseflow-style heatmaps and replay. No jQuery. 2 2 1 0 0 16.3 0.9 3 months ago
View on GitHub
Context7
bentools/doctrine-changeset 0 0 0 4 0 0.6 9.7 MIT 2 years ago
View on GitHub
Context7
bentools/doctrine-watcher-bundle 1 2 0 0 0 0.0 MIT
View on GitHub
Context7
berriart/sitemap-bundle 16 19 15 0 0 0.3 GPL-2.0
View on GitHub
Context7
besmartand-pro/doctrine-behaviors 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
bespoke-support/created-updated-deleted-bundle 2 3 1 0 0 0.9 MIT 8 years ago
View on GitHub
Context7
bespoke-support/symfony-test-application 1 1 0 0 0 0.0 MIT
View on GitHub
Context7
betterauth/symfony-bundle 4 4 0 29 0 26.9 13.5 MIT 1 month ago
View on GitHub
Context7
bettergist/hautelook-alice-bundle 2 2 0 84 0 0.0 20.2 MIT
View on GitHub
Context7
beyonder-capi/job-queue-bundle 0 0 0 2 0 20.1 7.7 2 months ago
View on GitHub
Context7
beyonder-capi/workflow-extensions-bundle 0 0 0 128 0 17.9 33.7 MIT 2 months ago
View on GitHub
Context7
bf13/bf13 0 1 0 0.0
View on GitHub
Context7
biblioverse/typesense-bundle 2 2 0 0 4 2.2 5.3 GPL-3.0
View on GitHub
Context7
bigoen/currency-api-bundle 1 1 0 0 0 1.5 MIT 1 year ago
View on GitHub
Context7
bigz/switch-user-stateless-bundle 0 0 2 419 0 1.0 36.2 MIT 6 years ago
View on GitHub
Context7
biig/domain 16 16 9 0 4 6.7 1.5 MIT 6 years ago
View on GitHub
Context7
biig/melodiia 18 18 4 1 8 18.9 2.9 MIT 6 months ago
View on GitHub
Context7
binsoul/symfony-bundle-doctrine 0 0 0 146 0 0.0 29.9 MIT
View on GitHub
Context7
biozshock/short-url-bundle 13 13 4 0 0 0.2 MIT
View on GitHub
Context7
birdoffice/elastica-bundle 0 0 0 0 0 0.9 MIT 4 years ago
View on GitHub
Context7
birkof/rbac-bundle 0 0 0 0 0 0.6 MIT 2 years ago
View on GitHub
Context7
bitecodes/factrine-bundle 0 2 0 0.0
View on GitHub
Context7
bitheater/rating-bundle 1 1 0 0 0 0.0 MIT
View on GitHub
Context7
bkstg/core-bundle 1 1 0 0 2 0.4 MIT
View on GitHub
Context7
blacksmurf/symfony2-core-bundle 0 0 0 0.0
View on GitHub
Context7
blast-project/core-bundle 2 2 3 0 1 0.2 NOASSERTION
View on GitHub
Context7
blast-project/doctrine-session-bundle 1 1 1 0 0 0.0 NOASSERTION
View on GitHub
Context7
bleuebuzz/integration-bundle 0 0 0 0.0
View on GitHub
Context7
bleuebuzz/shop-bundle 0 0 0 0.0
View on GitHub
Context7
blixit/msf-bundle blixit/msf-bundle is a Laravel/PHP bundle centered on MSF integration, providing packaged configuration and reusable components to help wire the service into your app. Intended as a lightweight starting point rather than a full-featured framework. 1 1 0 0 0 0.0
View on GitHub
Context7
bluetea/setting-bundle 0 0 0 0 0 0.2 MIT 11 years ago
View on GitHub
Context7
bneumann/opensearch-bundle 2 2 0 1 0 11.8 1.9 MIT 5 months ago
View on GitHub
Context7
bobrd/scheduler-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
bodaclick/enquiry-bundle 0 5 0 0.0
View on GitHub
Context7
bok/elastica-bundle 0 0 0 0 0 0.9 MIT 4 years ago
View on GitHub
Context7
boostworld/comment-bundle 5 6 2 2K 0 3.4 35.3 MIT 2 years ago
View on GitHub
Context7
bordeux/cron-bundle 0 0 1 0 1 0.2 9 years ago
View on GitHub
Context7
bordeux/geoname-bundle Symfony bundle to import and access GeoNames.org geographic data in PostgreSQL via Doctrine ORM. Load countries, timezones, states/provinces, and cities/towns/suburbs from the GeoNames export using built-in console import commands. 15 16 15 66 2 4.7 10.5 WTFPL 2 years ago
View on GitHub
Context7
borsaco/doctrine-prefix-bundle 8 8 1 7 2 1.4 3.4 BSD-3-Clause 6 years ago
View on GitHub
Context7
boruta/multi-tenancy-bundle 0 0 0 0 0 4.4 MIT 10 months ago
View on GitHub
Context7
boson/portal-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
boson/portal-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
boson/trazas-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
botalaszlo/symfony-repositemap-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
box4b/systembundle 0 0 0 0 0 0.0
View on GitHub
Context7
boxiweb/gestion-des-role 0 0 0 0 0 0.0 GPL-2.0
View on GitHub
Context7
braincrafted/testing-bundle 2 2 1 0 0 2.1 10 years ago
View on GitHub
Context7
brandonlinu/doctrine-utc-bundle 0 0 0 0 0 0.3 1 year ago
View on GitHub
Context7
braune-digital/query-filter-bundle 0 0 0 1 1 0.2 4.2
View on GitHub
Context7
braunstetter/choosy-type 0 0 0 0 0 1.8 3 years ago
View on GitHub
Context7
braunstetter/media-bundle 2 2 0 0 0 3.0 1 year ago
View on GitHub
Context7
brawcks/geoname-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
brazilianfriendsofsymfony/pagamento-digital-bundle Symfony bundle integrating Pagamento Digital payment services for Brazilian e-commerce apps. Provides configuration and helper services to communicate with the gateway, handle checkout requests and notifications, and streamline payment workflow integration within Symfony projects. 2 2 0 0 0 0.0
View on GitHub
Context7
browncat/healthcheck-bundle 1 1 0 49 0 0.6 19.4 MIT 4 years ago
View on GitHub
Context7
bruyerefreelance/bb-seo-ezplatform-bundle 0 0 0 0 0 0.0 GPL-2.0
View on GitHub
Context7
brzuchal/saga-symfony 1 1 0 0 1 0.1 MIT
View on GitHub
Context7
bsll/translation-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
bugloos/query-filter-bundle 17 17 2 16 1 4.2 3.8 MIT 3 years ago
View on GitHub
Context7
bugloos/query-sorting-bundle 13 13 1 20 0 2.2 5.3 MIT 3 years ago
View on GitHub
Context7
bugloos/responder-bundle 13 13 1 63 0 2.5 10.2 MIT 3 years ago
View on GitHub
Context7
bytes-commerce/easy-blog Drop-in Symfony blog bundle with EasyAdmin CRUD. Manage posts, hierarchical categories and FAQs, plus built-in SEO fields. Ships with responsive Twig templates and integrates with your app’s User entity for post authors. 0 0 0 0 0 0.0
View on GitHub
Context7
bytes-commerce/zabbix-api Symfony bundle for the Zabbix JSON-RPC API with persistent auth/token caching, type-safe action factory, and history/metrics retrieval. PHP 8.3+ strict typing, zero-config via env vars, broad API coverage, optional async monitoring via Messenger. 0 0 0 131 0 22.7 34.5 1 month ago
View on GitHub
Context7
bytespin/messenger-dedupe-bundle 1 2 1 1 0 0.0 2.4 MIT
View on GitHub
Context7
bytesystems/number-sequence-generator 0 1 0 0.0
View on GitHub
Context7
byvlad/alice-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
c2is/doctrine-cache-invalidation-bundle 4 4 0 0 0 0.0 MIT
View on GitHub
Context7
c33s/entity-loader-bundle 0 0 0 0.0
View on GitHub
Context7
c4/api-bundle 0 0 0 0.0
View on GitHub
Context7
c4/frontend-bundle 0 0 0 0.0
View on GitHub
Context7
c4/translation-bundle 0 0 0 0.0
View on GitHub
Context7
c975l/email-bundle 2 2 1 2 0 0.0 2.2 MIT
View on GitHub
Context7
c975l/events-bundle 2 2 0 0 0 0.0 MIT
View on GitHub
Context7
c975l/exceptionchecker-bundle 1 1 0 0 0 0.0 MIT
View on GitHub
Context7
c975l/gift-voucher-bundle 1 1 0 0 0 0.0 MIT
View on GitHub
Context7
c975l/giftvoucher-bundle 1 1 0 0 0 0.0 MIT
View on GitHub
Context7
c975l/payment-bundle 1 1 1 2 0 0.0 4.2 MIT
View on GitHub
Context7
c975l/purchasecredits-bundle 2 2 0 0 0 0.0 MIT
View on GitHub
Context7
c975l/social-bundle 2 2 0 211 0 0.0 25.6 MIT
View on GitHub
Context7
c975l/xliff-bundle 2 2 0 0 0 0.0 MIT
View on GitHub
Context7
caeligo/field-encryption-bundle 0 0 0 1 0 0.0 4.2 MIT
View on GitHub
Context7
cafe-culture/blog-bundle 0 0 0 0 0 17.1 MIT 5 months ago
View on GitHub
Context7
calamityju/object-translation-bundle 0 0 0 0 0 11.0 MIT 8 months ago
View on GitHub
Context7
callisto/callisto-mailer 2 2 0 0 0 18.1 MIT 2 months ago
View on GitHub
Context7
captjm/storyteller-bundle 0 0 0 0 0 0.3 MIT 3 years ago
View on GitHub
Context7
carbocation/comment-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
carguru/vendor-bundle 0 0 0 0 0 1.8 3 years ago
View on GitHub
Context7
carlescliment/calendar-bundle 40 40 16 0 6 2.6 2.7
View on GitHub
Context7
carloschininin/app-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
carloschininin/attach-file-bundle 1 1 0 23 1 21.9 17.6 2 months ago
View on GitHub
Context7
carlossosa88/command-scheduler-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
caseboxdev/core-bundle 5 5 7 1 0 0.1 0.7
View on GitHub
Context7
cast1el/oauth-server-bundle 0 0 1 0 0 2.4 4 years ago
View on GitHub
Context7
cast1el/user-bundle 1 1 1 0 0 1.3 MIT 4 years ago
View on GitHub
Context7
catch-of-the-day/stripe-webhook-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
ccdn-forum/admin-bundle 0 0 0 0.0
View on GitHub
Context7
ccdn-forum/common-bundle 0 0 0 0.0
View on GitHub
Context7
ccdn-forum/forum-bundle 0 0 0 0.0
View on GitHub
Context7
ccdn-forum/karma-bundle 2 2 0 0 0 0.0
View on GitHub
Context7
cdwv/database-dumper-command-bundle Symfony bundle adding a console command to create database backups/dumps. Install via Composer, register the bundle, then run app/console cdwv:database:dump to generate a dump for your configured database. 1 1 0 0 0 0.6 9 years ago
View on GitHub
Context7
cegeka/symfony-toolkit 0 0 0 0.0
View on GitHub
Context7
centric/centric-livestreaming 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
certunlp/ngen-bundle 0 11 0 0.0
View on GitHub
Context7
cesurapp/api-bundle 0 0 0 29 0 29.6 24.0 MIT 2 months ago
View on GitHub
Context7
cesurapp/media-bundle 0 0 0 32 0 28.4 24.2 MIT 2 months ago
View on GitHub
Context7
cesurapp/swoole-bundle 4 4 2 32 0 29.1 18.6 MIT 1 month ago
View on GitHub
Context7
cethyworks/invitation-bundle 2 2 0 0 0 0.2 9 years ago
View on GitHub
Context7
cgarcia/audit-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
chaima409/oauth-server-bundle 0 1 0 0 0 0.3 6 years ago
View on GitHub
Context7
chamber-orchestra/cms-bundle 1 1 0 7 0 0.0 9.0 Apache-2.0
View on GitHub
Context7
chamber-orchestra/doctrine-extensions-bundle 0 0 0 297 0 0.0 34.2 MIT
View on GitHub
Context7
chamber-orchestra/form-bundle 2 2 1 348 0 0.0 28.6 MIT
View on GitHub
Context7
chamber-orchestra/metadata-bundle 0 0 0 717 0 0.0 39.5 MIT
View on GitHub
Context7
chamber-orchestra/pagination-bundle 0 0 0 378 0 0.3 36.0 MIT
View on GitHub
Context7
chamber-orchestra/translation-bundle 0 0 0 28 0 0.0 20.2 Apache-2.0
View on GitHub
Context7
chamilo/settings-bundle 4 4 2 4K 0 1.7 40.5 1 month ago
View on GitHub
Context7
chancegarcia/rest-api-bridge-bundle 0 0 0 49 0 0.1 16.6
View on GitHub
Context7
chanondb/sequence-bundle 0 0 1 0 0 1.2 MIT 1 year ago
View on GitHub
Context7
chanondb/symfony7-cookie-consent-bundle 0 0 1 0 1 0.1 MIT
View on GitHub
Context7
chaplean/api-client-bundle 1 0 1 0 0 0.9 1.1 MIT 7 years ago
View on GitHub
Context7
chaplean/cms-bundle 0 0 0 0 0 0.8 1.1 7 years ago
View on GitHub
Context7
chaplean/cookie-bundle 0 0 0 0 0 0.6 0.4 7 years ago
View on GitHub
Context7
chaplean/doctrine-extensions-bundle 0 0 0 0 0 0.3 7 years ago
View on GitHub
Context7
chaplean/elastica-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
chaplean/form-handler-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
chaplean/geolocation-bundle 0 0 0 0 0 1.0 1.9 7 years ago
View on GitHub
Context7
chaplean/location-bundle 0 0 0 0 0 0.3 7 years ago
View on GitHub
Context7
chaplean/rest-client-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
chaplean/social-buttons-bundle 0 0 0 0 0 0.7 0.8 7 years ago
View on GitHub
Context7
chaplean/unit-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
chaplean/user-bundle 0 0 0 0 0 0.6 7 years ago
View on GitHub
Context7
chapter-three-company/c3-bundle 0 0 0 0 0 10.8 MIT 1 year ago
View on GitHub
Context7
check24/apitk-common-bundle 2 2 5 0 0 2.7 MIT 4 years ago
View on GitHub
Context7
check24/apitk-manipulation-bundle 1 1 3 0 0 2.2 0.4 MIT 4 years ago
View on GitHub
Context7
check24/apitk-url-bundle 4 4 5 0 0 5.9 0.4 MIT 4 years ago
View on GitHub
Context7
chellem/doctine-prefixr-bundle 0 1 2 0 0 0.0 GPL-2.0
View on GitHub
Context7
chifek/user-bundle 0 0 0 0 0 0.9 MIT 5 years ago
View on GitHub
Context7
chill-project/event 0 0 0 0.0
View on GitHub
Context7
chill-project/group 0 0 0 0.0
View on GitHub
Context7
chill-project/icpc2 0 0 0 0.0
View on GitHub
Context7
chill-project/ldap 0 0 0 0.0
View on GitHub
Context7
chill-project/main 0 0 0 0.0
View on GitHub
Context7
chill-project/one-stat 0 0 0 0.0
View on GitHub
Context7
choros/form-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
chrisbaltazar/doctrine-soft-delete 0 0 0 0 0 17.0 3 months ago
View on GitHub
Context7
chrko/german-central-bank-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
cib/character-bundle 0 0 0 0.0
View on GitHub
Context7
cinal/attribute-bundle 0 0 0 0.0
View on GitHub
Context7
ciricihq/api-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
citizen63000/easy-api-bundle 5 5 3 13 10 27.5 11.3 MIT 3 months ago
View on GitHub
Context7
citizen63000/easy-api-core 0 0 1 1 0 21.5 4.9 MIT 1 month ago
View on GitHub
Context7
clamidity/base-bundle 1 1 0 0 0 0.0
View on GitHub
Context7
clamidity/profiler-bundle 3 3 1 0 1 0.1
View on GitHub
Context7
clavicula-nox/pendingactions-bundle 0 0 0 0 0 7.8 MIT 6 years ago
View on GitHub
Context7
cleancode/simple-bus-on-steroids 3 3 1 0 0 0.0 MIT
View on GitHub
Context7
cleentfaar/doctrine-table-prefix-bundle 0 0 1 0 0 0.0 MIT
View on GitHub
Context7
clementtalleu/easyadmin-markdown-bundle 13 13 0 173 0 16.9 17.8 MIT 3 months ago
View on GitHub
Context7
cleverage/doctrine-process-bundle 0 0 3 362 0 19.9 41.1 MIT 2 months ago
View on GitHub
Context7
cleverage/encryption-bundle 0 0 2 1 0 3.1 4.2 GPL-2.0 5 years ago
View on GitHub
Context7
cleverage/process-ui-bundle 0 0 1 34 1 1.0 15.0 3 years ago
View on GitHub
Context7
cleverage/ui-process-bundle 0 0 0 244 5 22.5 40.9 MIT 2 months ago
View on GitHub
Context7
clickable/dev-tools 0 0 0 0.0
View on GitHub
Context7
clickandmortar/import-bundle 5 5 2 0 0 0.4 7 years ago
View on GitHub
Context7
clippings/money-bundle 0 0 0 0 0 0.6 MIT 8 years ago
View on GitHub
Context7
cloudy/webservices-bundle 0 0 0 0.0
View on GitHub
Context7
coa/maintenance-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
coa/videolibrary-bundle 0 0 0 0 0 0.2
View on GitHub
Context7
coa/videolibraryms-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
cocolabs-sas/currency-bundle 0 0 3 49 0 5.5 24.5 MIT 11 months ago
View on GitHub
Context7
coddin-web/idp-openid-connect-bundle 0 0 0 0.0
View on GitHub
Context7
codeconsortium/ccdn-component-attachment-bundle 5 6 1 0 0 0.1
View on GitHub
Context7
codeconsortium/ccdn-component-crumb-trail-bundle 1 2 4 0 0 0.1
View on GitHub
Context7
codeconsortium/ccdn-forum-admin-bundle 2 3 3 0 0 0.1
View on GitHub
Context7
codeconsortium/ccdn-forum-bundle 59 60 52 0 8 5.0 5.7
View on GitHub
Context7
codeconsortium/ccdn-message-bundle 12 13 7 0 7 2.5 3.0
View on GitHub
Context7
codeconsortium/ccdn-user-admin-bundle 2 3 1 0 0 0.0
View on GitHub
Context7
codeconsortium/ccdn-user-bundle 3 4 4 0 0 0.1
View on GitHub
Context7
codeconsortium/ccdn-user-member-bundle 1 2 0 0 0 0.0
View on GitHub
Context7
codeconsortium/ccdn-user-profile-bundle 4 5 0 0 0 0.0
View on GitHub
Context7
codeconsortium/ccdn-user-security-bundle 58 59 49 0 14 5.9 4.9
View on GitHub
Context7
codememory/api-bundle 1 1 0 0 0 3.1 MIT 2 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 3 661 2 25.6 24.6 MIT 2 months ago
View on GitHub
Context7
codraw/open-api 0 0 0 155 0 0.0 32.5
View on GitHub
Context7
codraw/user-bundle 0 0 0 73 0 0.0 25.8
View on GitHub
Context7
coka/api-bundle 2 3 1 0 0 0.3 MIT 7 years ago
View on GitHub
Context7
coka/attachment-manager-bundle 0 0 0 252 0 0.0 33.2 MIT
View on GitHub
Context7
coka/doctrine-encrypt-bundle 0 0 0 145 0 0.0 29.9 MIT
View on GitHub
Context7
coka/doctrine-secret-type-bundle 1 1 0 31 0 0.0 16.8 MIT
View on GitHub
Context7
coka/notifier-server-bundle 1 1 0 42 0 0.0 18.5 MIT
View on GitHub
Context7
coka/pagination-bundle 5 6 1 262 0 0.2 22.8 MIT
View on GitHub
Context7
coka/wsse-authentication-bundle 1 2 0 0 0 0.0 MIT
View on GitHub
Context7
color-stream/cron-bundle 0 0 0 0.0
View on GitHub
Context7
colourstream/cron-bundle 50 50 28 0 4 2.5 2.3
View on GitHub
Context7
commongateway/corebundle 2 2 1 0 0 17.0 6.0 NOASSERTION 9 months ago
View on GitHub
Context7
companyos/core 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
components-web-app/api-components-bundle 32 32 8 127 3 1.1 9.8 MIT
View on GitHub
Context7
comsa/google-business-client-bundle 0 0 0 0 0 0.3 0.4 MIT
View on GitHub
Context7
comunedifirenze/bicorebundle 1 1 3 33 2 1.5 21.4 MIT
View on GitHub
Context7
comunedifirenze/user-bundle 0 0 2 65 0 0.2 25.1 MIT
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
configuratorware/configurator-api 0 0 275 0.0 33.6
View on GitHub
Context7
conghau/api-resource-bundle 0 0 0 0 0 0.0 NOASSERTION
View on GitHub
Context7
connectholland/cookie-consent-bundle 25 26 30 1K 0 5.0 16.5 MIT 2 years ago
View on GitHub
Context7
connectholland/ldap-bundle 1 1 1 0 0 0.3 MIT 8 years ago
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 7 0 2 24.2 4 months ago
View on GitHub
Context7
contao/contao 437 438 172 48 346 27.3 26.8 LGPL-3.0
View on GitHub
Deep Wiki
Context7
contao/core-bundle 123 130 55 22K 0 2.3 31.1 LGPL-3.0
View on GitHub
Context7
contao/manager-bundle 18 18 9 16K 0 0.4 40.4 LGPL-3.0
View on GitHub
Context7
contextualcode/content-import 0 1 7 0.0 12.5
View on GitHub
Context7
contextualcode/crawler 0 0 0 0.0
View on GitHub
Context7
coolms/core-doctrine 0 0 0 0.1 MIT
Context7
coolms/entity-doctrine 0 0 0 21 0 0.0 18.5 MIT
View on GitHub
Context7
coosos/tag-bundle 2 2 0 0 0 3.3 MIT 8 years ago
View on GitHub
Context7
copromatic/mailgun-admin-bundle 0 0 0 142 0 0.9 29.8 7 years ago
View on GitHub
Context7
coral/content-bundle 2 3 1 0 0 0.0 MIT
View on GitHub
Context7
cordon/account-review 2 3 0 30 0 0.3 14.4 1 year ago
View on GitHub
Context7
corponat/maker-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
corytech/doctrine-migrations-multiple-database-bundle 0 0 0 2K 0 6.5 47.1 MIT 9 months ago
View on GitHub
Context7
coverd/money-bundle 0 3 0 0.0
View on GitHub
Context7
covex-nn/doctrine-migrations-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
cpana/basicblogbundle 0 0 0 0 0 0.0
View on GitHub
Context7
cpj/cpjoauth-server-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
craue/config-bundle 175 176 36 10K 7 4.2 27.0 MIT
View on GitHub
Context7
craue/formflow-bundle 749 761 125 32K 62 24.7 45.7 MIT
View on GitHub
Context7
craue/geo-bundle 126 128 20 3K 5 2.8 20.2 MIT
View on GitHub
Context7
creadev/cron-bundle 1 1 0 0 0 0.3 9 years ago
View on GitHub
Context7
creatissimo/user-bundle 1 1 1 0 0 1.8 MIT 5 years ago
View on GitHub
Context7
creative/symfony-db-i18n-bundle 16 16 11 19 1 2.0 4.5 5 years ago
View on GitHub
Context7
creavo/option-bundle Symfony bundle to store and retrieve application options/settings via a service, Twig helper, or console commands. Persists values in Doctrine, supports typed options, optional eager loading, and PSR-16 simple cache for faster reads. 0 0 0 0 0 5.1 2 years ago
View on GitHub
Context7
crell/planedo-bundle 1 1 2 0 0 0.1 AGPL-3.0
View on GitHub
Context7
cris/avanaudit-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
crisistextline/user-profile-bundle 1 1 0 0 1 0.4 10 years ago
View on GitHub
Context7
cristianocorrea/hazu 0 0 0 0 0 0.2 MIT 11 years ago
View on GitHub
Context7
cron/cron-bundle 187 192 76 20K 6 4.9 29.8 MIT
View on GitHub
Context7
crosiersource/crosierlib-base 0 1 0 0.0
View on GitHub
Context7
crovitche/swiss-geo-bundle 3 3 0 1 0 6.7 1.4 GPL-3.0 10 months ago
View on GitHub
Context7
cryonighter/formula-doctrine-bundle 0 0 0 11 0 0.0 14.9 MIT
View on GitHub
Context7
curiosity26/acl-helper-bundle 2 2 1 0 0 4.2 0.4 6 years ago
View on GitHub
Context7
cushon/health-bundle 0 1 1 141 0 1.5 29.7 MIT 3 years ago
View on GitHub
Context7
customizer/maker-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
customscripts/helpdesk-bundle 1 1 0 0 0 0.0 MIT
View on GitHub
Context7
cuteninja/memoria-bundle 0 0 0 0.0
View on GitHub
Context7
cutwise/oauth-server-bundle 0 0 0 0 0 2.4 5 years ago
View on GitHub
Context7
cv65kr/messenger 7 7 1 0 1 0.5 6 years ago
View on GitHub
Context7
cvele/multitenant-bundle 6 6 1 0 1 0.5 10 years ago
View on GitHub
Context7
cypresslab/translation-bundle 5 5 3 0 0 0.8 13 years ago
View on GitHub
Context7
da/api-server-bundle 3 3 0 35 0 0.6 13.7 MIT 11 years ago
View on GitHub
Context7
daanbiesterbos/job-queue-bundle 2 2 0 0 0 0.3 NOASSERTION 5 years ago
View on GitHub
Context7
dabsquared/dabsquared-push-notifications-bundle 29 30 5 0 5 1.5 1.1 MIT 10 years ago
View on GitHub
Context7
daddl3/email_with_login_link_and_change_password 0 0 77 0.0 27.5
View on GitHub
Context7
daemon/form-bundle 0 0 0 0 0 0.0
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/media-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
dahovitech/module-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
daimos/entity-changes-fetcher-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
dama/doctrine-test-bundle Symfony test bundle that speeds up Doctrine tests by reusing static DBAL connections and wrapping each test in a transaction that’s rolled back for isolation. Also provides a PSR-6 static array cache for Doctrine metadata/query caching to reduce boot time and memory. 1,189 1,188 61 1M 6 26.7 45.8 MIT 8 months ago
View on GitHub
Context7
damienharper/auditor-bundle 474 474 139 109K 11 31.0 42.2 MIT 5 months ago
View on GitHub
Context7
damienharper/doctrine-audit-bundle 474 471 139 1K 11 31.1 14.7 MIT 5 months ago
View on GitHub
Context7
daniil-trukhan/api_platform_payze 0 0 0 0 0 0.3 3 years ago
View on GitHub
Context7
danilovl/doctrine-entity-dto-bundle 3 3 0 0 0 13.7 MIT 8 months ago
View on GitHub
Context7
danilovl/entity-data-list-console-bundle Symfony bundle adding a console command to list Doctrine ORM entity records in a formatted table. Configure which fields and associations to display, with automatic date formatting and pagination via --limit and --offset. Works by passing the entity class name. 0 0 0 36 0 9.9 23.2 MIT 8 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 16.5 MIT 4 months ago
View on GitHub
Context7
danilovl/open-telemetry-bundle 0 0 0 0 0 14.3 MIT 6 months ago
View on GitHub
Context7
danilovl/select-autocompleter-bundle 5 5 0 10 0 20.1 6.5 MIT 6 months ago
View on GitHub
Context7
danilovl/translator-bundle 1 1 1 0 0 13.1 MIT 8 months ago
View on GitHub
Context7
danilovl/web-command-bundle 0 0 0 0 0 16.1 MIT 5 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. 2 2 0 1 0 18.0 2.0 MIT 3 months ago
View on GitHub
Context7
dantleech/phpcr-migrations-bundle Archived Symfony bundle integrating PHPCR migrations (renamed to phpcr/phpcr-migrations-bundle). Configure migration paths or auto-discover in bundle Resources, create VersionYYYYMMDDHHSS classes, and run console commands to check status and migrate. 50 50 5 4K 1 0.9 19.1 MIT 4 years ago
View on GitHub
Context7
dariotilgner/easyadmin-extension-bundle 0 0 0 0 0 0.6 MIT 4 years ago
View on GitHub
Context7
darkanakin41/media-bundle 1 1 0 0 0 0.3 6 years ago
View on GitHub
Context7
darkanakin41/stream-bundle 0 0 0 0 0 0.6 6 years ago
View on GitHub
Context7
darkanakin41/table-bundle 0 1 0 0 1 0.4 6 years ago
View on GitHub
Context7
darkanakin41/video-bundle 0 0 0 0 0 0.6 6 years ago
View on GitHub
Context7
darkilliant/import 5 5 1 0 6 3.2 1.5 GPL-3.0 7 years ago
View on GitHub
Context7
darles/forum-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
data-dog/audit-bundle 138 142 70 11K 22 37.2 38.8 MIT 1 month ago
View on GitHub
Context7
data-dog/pager-bundle 11 11 18 628 3 4.3 24.2 MIT 4 years ago
View on GitHub
Context7
datinglibre/datinglibre-app-bundle 0 2 0 0.0
View on GitHub
Context7
davask/exim 0 0 0 0.0
View on GitHub
Context7
david2m/prooph-event-store-doctrine-adapter-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
dayploy/doctrine-extensions-bundle 0 0 0 32 0 15.9 23.8 MIT 4 months ago
View on GitHub
Context7
dbal-util/cli-bundle 1 0 0 0 0 0.0 MIT
View on GitHub
Context7
dbannik/sentry-symfony 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
dbp/relay-blob-bundle 0 0 0 498 1 0.1 37.2 AGPL-3.0
View on GitHub
Context7
dbp/relay-blob-connector-campusonline-dms-bundle 0 0 0 192 1 0.1 31.5 AGPL-3.0
View on GitHub
Context7
dbp/relay-core-bundle 2 2 0 9K 1 0.1 47.9 AGPL-3.0
View on GitHub
Context7
dbp/relay-dispatch-bundle Symfony bundle providing the Relay Dispatch API backend. Works with the Dispatch Frontend app, offering endpoints and services for dispatch workflows. Includes docs, changelog, and CI-tested code for integrating dispatch features into your Relay setup. 3 3 1 273 1 0.4 25.4 AGPL-3.0 3 years ago
View on GitHub
Context7
dbp/relay-mono-bundle 1 1 2 581 2 0.5 34.0 AGPL-3.0
View on GitHub
Context7
dbp/relay-mono-connector-generic-bundle 0 0 0 222 1 0.1 32.4 AGPL-3.0
View on GitHub
Context7
dbp/relay-portfolio-bundle DbpRelayPortfolioBundle provides a relay bundle for integrating portfolio-related features into DBP applications. Use it to connect, expose, and manage portfolio data through a standardized bundle structure within your Symfony/DBP setup. 0 0 0 230 1 0.1 32.6 AGPL-3.0
View on GitHub
Context7
dcorroyer/my-rest-bundle 0 0 0 0.0
View on GitHub
Context7
dcs/password-reset-persistence-orm-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
dcs/password-reset-persistence-orm-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
dcs/role-provider-orm-bundle 0 0 0 0 1 0.1 MIT
View on GitHub
Context7
dcs/user-persistence-orm-bundle 0 0 0 0 1 0.1 MIT
View on GitHub
Context7
dddominio/event-sourcing-bundle 0 0 0 0 7 1.9 1.9 MIT
View on GitHub
Context7
ddereszewski/job-queue-bundle 1 1 2 0 0 6.4 2 years ago
View on GitHub
Context7
debesha/doctrine-hydration-profiler-bundle 131 133 14 4K 1 14.5 21.6 MIT 8 months ago
View on GitHub
Context7
debricked/datatablesbundle Symfony bundle that integrates jQuery DataTables with Doctrine, providing server-side processing, configurable columns/filters/sorting, and reusable datatable definitions. Includes v1.0 documentation and examples to quickly add data grids to your app. 1 1 1 0 5 4.4 1.1 6 years ago
View on GitHub
Context7
decent-newsroom/identity-bundle 0 0 0 0.0
View on GitHub
Context7
delormejonathan/cron-bundle 0 0 0 6 0 0.0 11.7
View on GitHub
Context7
delormejonathan/elastica-bundle 0 0 0 5 0 1.2 10.8 5 years ago
View on GitHub
Context7
demoniacdeath/enum-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
demontpx/user-bundle 1 1 0 0 0 0.0 MIT
View on GitHub
Context7
depa/sulu-google-reviews-bundle 0 0 0 13 0 20.8 18.6 MIT 2 months ago
View on GitHub
Context7
deralia/maintenance-bundle 0 0 0 75 0 0.0 26.0 MIT
View on GitHub
Context7
deuzu/request-collector-bundle 7 7 1 0 1 0.4 MIT 9 years ago
View on GitHub
Context7
develia/geo-bundle Laravel geo bundle for geolocation features: resolve countries/regions/cities, work with coordinates and distances, and integrate geo data into your app via simple services and helpers. Designed as a lightweight add-on you can extend for your data source. 0 0 0 0.0
View on GitHub
Context7
developer-hola/command-scheduler-bundle 0 0 0 0.0
View on GitHub
Context7
developtech/agility-bundle 2 2 0 67 62 16.2 38.7
View on GitHub
Context7
deveosys/deveosys_admin 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
devexploris/shizuku-feature-flags Symfony bundle to manage feature flags stored in Doctrine ORM. Toggle features from the database, check flags in PHP via FeatureFlagService or in Twig with the feature() function, and manage flags with CLI commands to list, create, enable, and disable. 2 2 0 0 0 17.3 4 months ago
View on GitHub
Context7
devgeek/beacon-admin 0 0 0 0 0 18.1 MIT 3 months ago
View on GitHub
Context7
devhelp/mixed-mapping-driver-demo-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
deviantlab/tabulator-bundle 4 5 2 23 0 0.1 10.3 MIT
View on GitHub
Context7
dezull/help-bundle 2 2 0 0 0 0.0 MIT
View on GitHub
Context7
diabelb/doctrine-behaviors 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
difane/difane-contentpart-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
difane/difane-twig-database-bundle 2 2 5 0 3 1.0 0.8
View on GitHub
Context7
digipolisgent/domainator9k-core-bundle 0 0 0 3 0 1.3 8.3 2 years ago
View on GitHub
Context7
dimkinthepro/jwt-auth-bundle 0 0 0 12 0 21.1 18.1 1 month ago
View on GitHub
Context7
discutea/forum-bundle 27 27 13 0 1 2.7 8 years ago
View on GitHub
Context7
distlibs/formflow-bundle 0 0 0 1 0 0.0 4.2 MIT
View on GitHub
Context7
djdmg/transparent-pixel-bundle 0 1 0 58 0 0.0 24.5 MIT
View on GitHub
Context7
djfm/algolia-search-symfony-doctrine-bundle 193 193 74 0 18 31.0 10.0 MIT 5 months ago
View on GitHub
Context7
dk/calculator-bundle 2 2 0 0 0 0.0
View on GitHub
Context7
dknx01/feature-flag-bundle 0 0 0 0.0
View on GitHub
Context7
dkomarek/datatables-bundle 0 0 0 0 0 0.3 MIT 4 years ago
View on GitHub
Context7
dlakomski/symfony-bridge 0 0 0 434 0 0.0 36.4 MIT
View on GitHub
Context7
dlmappstools/crudgeneratorbundle 0 0 0 0.0
View on GitHub
Context7
dmishh/settings-bundle 114 115 59 1K 20 10.9 24.1 MIT 5 years ago
View on GitHub
Context7
dmr/dmr-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
dmstr/api-configuration-bundle 0 0 0 188 3 17.3 36.0 3 months ago
View on GitHub
Context7
dmstr/doctrine-audit-log-bundle 0 0 0 236 0 16.6 37.5 3 months ago
View on GitHub
Context7
dmstr/symfony-job-queue-bundle 0 0 0 144 2 16.6 34.0 3 months ago
View on GitHub
Context7
dmstr/symfony-system-resources-bundle 0 0 0 112 0 19.6 32.1 3 months ago
View on GitHub
Context7
dmykos/ip-store-bundle 0 0 0 0 0 0.3 MIT 5 years ago
View on GitHub
Context7
dmytrof/doctrine-modification-events-bundle 0 0 0 662 0 21.9 44.9 MIT 2 months ago
View on GitHub
Context7
dnwk/doctrine-readonly-middleware 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
dobryprogramator/smartform-bundle 0 0 0 10 0 5.4 14.4 MIT 5 years ago
View on GitHub
Context7
docdigital/user-bundle 5 5 0 0 2 0.4
View on GitHub
Context7
docteurklein/repository-service-bundle 1 1 1 0 0 0.3 9 years ago
View on GitHub
Context7
doctrine/doctrine-fixtures-bundle Symfony bundle integrating DoctrineFixtures: define and load sample data (fixtures) into your database for dev, tests, and demos. Supports grouping, ordering, and environment-aware loading via CLI commands, with easy integration into the Doctrine ORM workflow. 2,533 2,576 211 2M 27 41.6 51.2 MIT 9 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,304 4,339 218 4M 44 56.1 57.5 MIT 9 months ago
View on GitHub
Context7
doctrine/phpcr-bundle 158 160 65 23K 6 25.2 35.3 MIT 5 months ago
View on GitHub
Context7
doctrine/phpcr-dbal-symfony-pack 0 0 1 0 1 0.5 MIT 6 years ago
View on GitHub
Context7
doctrine-dbal-util/cli-bundle 1 1 0 0 0 0.0 MIT
View on GitHub
Context7
domenik88/grid-bundle 0 0 0 0 0 0.3 MIT 5 years ago
View on GitHub
Context7
domis86/translator-bundle 6 8 1 0 2 2.2 0.8 WTFPL 7 years ago
View on GitHub
Context7
donjohn/media-bundle 2 2 2 0 2 2.4 5.4 MIT 7 years ago
View on GitHub
Context7
dontdrinkandroot/api-platform-bundle 0 0 0 14 0 0.0 16.2 Apache-2.0
View on GitHub
Context7
dontdrinkandroot/crud-admin-bundle 0 0 0 106 2 0.7 28.0 Apache-2.0 4 years ago
View on GitHub
Context7
dontdrinkandroot/doctrine-bundle 0 0 0 154 0 0.3 30.3 9 years ago
View on GitHub
Context7
dontdrinkandroot/doctrine-key-value-storage-bundle 0 0 0 0 0 0.0 Apache-2.0
View on GitHub
Context7
dontdrinkandroot/openid-bundle 0 0 0 108 0 0.0 28.1
View on GitHub
Context7
dontdrinkandroot/rest-bundle 0 0 1 0 11 5.0 3.4 9 years ago
View on GitHub
Context7
donutloop/restful-api-workflow-bundle 0 1 0 0.0
View on GitHub
Context7
dotsafe/api-platform-user-security-bundle 0 0 1 0 0 0.7 MIT 5 years ago
View on GitHub
Context7
doyo/alice-bundle 0 1 0 0.0
View on GitHub
Context7
doyo/modular-bundle 0 2 0 0.0
View on GitHub
Context7
dpoposki/symfony-kernel 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
draw/application-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
draw/doctrine-bus-message-bundle Symfony bundle that integrates Doctrine with the Messenger/command bus pattern, making it easy to dispatch bus messages from Doctrine entities and listeners. Helps coordinate persistence and message handling with clean separation of concerns. 0 0 0 0 0 0.0
View on GitHub
Context7
draw/draw-bundle 0 0 4 0 0 0.4 MIT 7 years ago
View on GitHub
Context7
draw/draw-test-helper-bundle 0 0 2 0 0 0.1 MIT
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 395 0 0.0 38.8
View on GitHub
Context7
draw/open-api-bundle 0 0 0 5 0 0.0 10.8
View on GitHub
Context7
draw/user-bundle 0 0 0 89 0 0.0 27.0
View on GitHub
Context7
drenso/symfony-deployer-bundle 2 2 0 41 0 0.0 16.1
View on GitHub
Context7
drenso/symfony-shared 1 1 0 354 0 0.0 31.1
View on GitHub
Context7
drinks-it/rule-engine 1 1 0 16 0 9.0 13.2 MIT 2 years ago
View on GitHub
Context7
drjele/symfony-phpunit Symfony bridge for running PHPUnit tests with a simple, consistent setup. Provides helpers and configuration to integrate PHPUnit into Symfony projects, smoothing bootstrapping and test execution across environments. 0 0 0 0.0
View on GitHub
Context7
druidvav/essentials-bundle 0 0 0 88 0 0.9 23.4 9 years ago
View on GitHub
Context7
drupol/sncbdelay_telegram 0 1 0 0.0
View on GitHub
Context7
dsnetpl/doctrine-column-comment-bundle 0 0 0 2 0 9.5 7.0 MIT 8 months ago
View on GitHub
Context7
dtc/queue 120 119 38 0 22 8.5 8.6 MIT
View on GitHub
Context7
dualhand/reusable-bundle 1 1 1 0 0 0.0
View on GitHub
Context7
dualmedia/disable-orm-bundle 0 0 0 52 1 17.5 26.9 MIT 3 months ago
View on GitHub
Context7
dualmedia/dynamic-orm-value-bundle 1 1 0 29 0 17.8 18.8 MIT 4 months ago
View on GitHub
Context7
dualmedia/savepoint-prevent-crash-bundle 0 0 0 53 0 2.3 24.2 MIT 1 year ago
View on GitHub
Context7
dualmedia/symfony-doctrine-event-converter-bundle 1 1 2 50 1 18.7 21.7 MIT 6 months ago
View on GitHub
Context7
dualmedia/symfony-request-dto-bundle 8 8 3 97 2 27.9 17.0 MIT 2 months ago
View on GitHub
Context7
dubture/async-bundle 3 3 0 0 0 0.3 MIT 11 years ago
View on GitHub
Context7
duc01nguyen/health-check-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
dukecity/command-scheduler-bundle Symfony bundle to schedule console commands with cron expressions. Manage native and custom commands, backed by database storage and optional Doctrine migrations. Supports modern PHP/Symfony versions; see wiki for configuration, execution, and upgrade notes. 25 26 26 11K 13 22.8 43.3 7 months 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,573 2,570 977 141 204 80.5 31.2 MIT 2 months ago
View on GitHub
Context7
dunglas/doctrine-json-odm Doctrine JSON ODM maps JSON documents to PHP objects using Doctrine-style metadata, enabling persistence and querying of JSON data through a familiar ORM-like API. Useful for working with JSON stored in files or other backends while keeping domain models clean. 631 633 74 171K 15 24.7 43.7 MIT 7 months ago
View on GitHub
Context7
dunglas/todomvc-bundle 74 78 12 0 1 0.4
View on GitHub
Context7
durimjusaj/alice-bundle 0 0 0 0 0 1.2 MIT 1 year ago
View on GitHub
Context7
durimjusaj/cron-bundle 0 0 0 2 0 13.5 7.3 MIT 6 months ago
View on GitHub
Context7
durimjusaj/geo-bundle 0 0 1 218 0 0.6 32.3 MIT 1 year ago
View on GitHub
Context7
dvlpm/command-bus-bundle 0 0 0 0.0
View on GitHub
Context7
dvlpm/serializable-type-bundle 0 0 280 0.0 33.8
View on GitHub
Context7
dwcasteam/configuration-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
dwgebler/encrypted-fields-bundle 6 6 1 2 0 17.3 1.7 MIT 3 months ago
View on GitHub
Context7
dywee/blog-bundle 1 1 0 0 0 0.0 MIT
View on GitHub
Context7
dywee/core-bundle 1 1 2 0 2 0.5 MIT
View on GitHub
Context7
dzignphp/core-bundle 0 0 0 0 0 0.3 0.4 MIT
View on GitHub
Context7
eadanilenko/extjs-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
earlybirds/facebook-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
easycorp/easyadmin-bundle 4,296 4,298 1,097 404K 54 90.7 63.1 MIT 1 month ago
View on GitHub
Context7
eb78/custom-i18n-router-bundle 0 0 2 0 0 5.5 8 years ago
View on GitHub
Context7
ecommit/amqp-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
ecommit/crud-bundle 0 0 2 160 0 0.1 30.5 MIT
View on GitHub
Context7
ecommit/javascript-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
ecommit/select2-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
ecotone/symfony-bundle 11 11 1 9K 0 0.1 39.7 NOASSERTION
View on GitHub
Context7
ecourty/doctrine-export-bundle 4 4 0 49 0 9.8 15.3 MIT 8 months ago
View on GitHub
Context7
ecourty/platform-parameter-bundle 0 0 0 4 0 11.8 10.6 MIT 6 months ago
View on GitHub
Context7
ecourty/sitemap-bundle 1 1 0 37 0 11.0 19.5 MIT 8 months ago
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 9 0 16.1 15.7 4 months ago
View on GitHub
Context7
ed/blog-bundle 34 35 19 0 12 4.6 5.3 MIT
View on GitHub
Context7
ed/blog-bundle 34 35 19 0 12 4.6 5.3 MIT
View on GitHub
Context7
edfa3ly/handy-form-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
edinaldofox/crud-generator-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
edsi-tech/sir-trevor-bundle 13 13 2 0 4 1.1 0.8
View on GitHub
Context7
eduandebruijne/admin-bundle 0 1 0 13 0 12.8 17.4 MIT 6 months ago
View on GitHub
Context7
eesnaola/sid-authentication-bundle 1 1 0 0 0 0.0 MIT
View on GitHub
Context7
effiana/acl-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
effiana/config-bundle 0 0 0 0 0 2.7 NOASSERTION 6 years ago
View on GitHub
Context7
effiana/cron-bundle 0 0 0 0 0 3.0 MIT 6 years ago
View on GitHub
Context7
effiana/doctrine-behaviors 0 0 0 0 0 0.0 MIT
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/job-queue-bundle 0 0 0 0 0 4.8 5 years ago
View on GitHub
Context7
effiana/migration-bundle 0 0 0 0 0 2.7 5 years ago
View on GitHub
Context7
egorzz/testbundle 0 0 0 0 0 0.0
View on GitHub
Context7
ehann/web-service-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
eight/page-bundle 3 3 0 0 0 0.0 GPL-3.0
View on GitHub
Context7
eightmarq/doctrine-behaviors 0 0 0 0 0 0.3 MIT 2 years ago
View on GitHub
Context7
ekapusta/doctrine-custom-types-bundle 0 1 1 570 0 11.9 41.4 7 months ago
View on GitHub
Context7
ekino/wordpress-bundle 310 313 75 1 34 7.7 8.9 GPL-2.0 11 years ago
View on GitHub
Context7
ekreative/health-check-bundle 35 35 13 8K 1 3.4 33.3 MIT 2 years ago
View on GitHub
Context7
ekreative/oauth2-symfony-bundle 2 2 2 0 0 0.3 MIT
View on GitHub
Context7
ekyna/cookie-consent-bundle 2 2 0 3 0 0.0 4.2 MIT
View on GitHub
Context7
ekyna/core-bundle 1 1 1 0 0 0.6 MIT 11 years ago
View on GitHub
Context7
ekyna/resource-bundle 1 1 0 4 0 0.0 6.6 MIT
View on GitHub
Context7
elao/enum Opinionated extensions for PHP 8.1+ native enums with readable labels, flag/bitmask enums, and extra values. Includes integrations for Symfony (Forms, HTTP Kernel arg resolver, Translation, VarDumper), Doctrine ORM/ODM, and Faker. 327 327 29 33K 15 30.5 36.7 MIT 5 months 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 119 0 35.1 26.1 LGPL-3.0 1 month ago
View on GitHub
Context7
elasticms/core-bundle 6 7 5 50 0 35.1 14.8 LGPL-3.0 3 weeks ago
View on GitHub
Context7
elasticms/table-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
elcodi/core-bundle 0 0 0 8 0 0.0 13.2 MIT
View on GitHub
Context7
elcweb/twigdatabaseloader-bundle 0 0 1 0 0 0.0
View on GitHub
Context7
elenyum/api-doc-bundle 0 0 0 0 0 0.3 NOASSERTION 3 years ago
View on GitHub
Context7
elenyum/authorization 0 0 0 0 0 0.3 1 year ago
View on GitHub
Context7
elenyum/dashboard 0 0 0 0 0 0.3 1 year ago
View on GitHub
Context7
elenyum/maker 0 0 0 0 0 0.3 1 year ago
View on GitHub
Context7
elinoi-dev/elinoi-search-bundle 0 0 0 79 0 0.6 26.3 MIT 3 years ago
View on GitHub
Context7
elriseio/dbal-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
eltharin/autoqb 0 0 0 7 0 0.0 12.5 MIT
View on GitHub
Context7
elvandar/kazetenn-admin 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
elvandar/kazetenn-core 0 0 0 0 0 0.0
View on GitHub
Context7
elvandar/kazetenn-pages 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
elvandar/kazetenn-users 0 0 0 0 0 0.0
View on GitHub
Context7
em411/sylius-feature-flag-bundle-plugin 0 0 0 18.2 MIT 3 months ago
View on GitHub
Context7
emc/table-bundle 6 6 3 0 5 2.5 1.9 MIT 10 years ago
View on GitHub
Context7
emmedy/h5p-bundle 4 13 2 0.9 0.4 MIT
View on GitHub
Context7
endroid/cm-sms-bundle 1 0 0 0.7 1.9 MIT
View on GitHub
Context7
eneas/oauth-server-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
enemis/media-bundle 0 0 0 0 0 0.6 MIT 5 years ago
View on GitHub
Context7
enesdayanc/money-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
enqueue/enqueue-bundle 275 277 31 124K 0 2.3 36.6 MIT
View on GitHub
Context7
enqueue/job-queue Enqueue Job Queue is a transport-agnostic PHP job queue component that adds higher-level features like unique jobs, sub-jobs, dependent jobs, and more. Built on top of Enqueue transports; includes docs, community support, and MIT license. 34 34 12 2K 0 0.5 25.3 MIT
View on GitHub
Context7
eo/job-queue-bundle 3 3 3 2 3 0.8 2.8
View on GitHub
Context7
eonx-com/easy-api-platform 0 0 0 972 0 0.0 MIT
View on GitHub
Context7
eonx-com/easy-async 0 0 0 1K 0 0.1 43.6 MIT
View on GitHub
Context7
eonx-com/easy-bugsnag 1 1 0 9K 0 0.0 50.5 MIT
View on GitHub
Context7
eonx-com/easy-doctrine 1 1 0 2K 0 0.0 41.5 MIT
View on GitHub
Context7
eonx-com/easy-http-client 1 1 0 1K 0 0.0 MIT
View on GitHub
Context7
eonx-com/easy-lock 1 1 0 10K 1 0.1 50.9 MIT
View on GitHub
Context7
eonx-com/easy-pagination 2 2 0 9K 0 0.0 MIT
View on GitHub
Context7
epaycofriendsofsymfony/user-bundle 0 0 0 0 0 0.3 MIT 7 years ago
View on GitHub
Context7
epicub/rome2rio 1 1 0 0 0 0.0 MIT
View on GitHub
Context7
eprofos/reverse-engineering-bundle 1 1 13 4.1 4.1 Apache-2.0 1 year ago
View on GitHub
Context7
epwt/doctrine-data-provider 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
ericgansa/filter-manager-bundle 1 1 0 0 0 0.0
View on GitHub
Context7
ericgansa/ghost-trees-bundle 0 0 0 0 0 0.5 1.1 MIT
View on GitHub
Context7
errogaht/doctrine-mcp-bundle 0 0 0 10 0 18.5 16.7 NOASSERTION 2 months ago
View on GitHub
Context7
ertan/foobundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
escapehither/crud-manager-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
eschmar/doctrine-routing-bundle 1 1 2 0 0 1.3 MIT 11 years ago
View on GitHub
Context7
espend/zend-db-bundle 3 3 0 0 0 0.0
View on GitHub
Context7
et-soft/fos-elastica-bundle 0 0 0 0 0 1.8 MIT 4 years ago
View on GitHub
Context7
everycheck/api-rest-utils 1 1 0 0 0 0.0
View on GitHub
Context7
everycheck/php-simple-acl 0 0 0 0.0
View on GitHub
Context7
everycheck/test-api-rest-bundle 0 0 5 0 0 0.2 0.3
View on GitHub
Context7
everycheck/user-api-rest-bundle 0 0 1 0 0 0.2 0.3
View on GitHub
Context7
everymove/settings-bundle 0 4 0 0.0
View on GitHub
Context7
evirma/essentials-bundle 0 0 0 392 0 24.8 40.8 3 months ago
View on GitHub
Context7
evis/twofactor-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
evolutto/ajaxgrid 0 0 0 15 0 0.0 16.6 GPL-2.0
View on GitHub
Context7
evotodi/seed-bundle 13 13 6 894 1 3.7 25.0 MIT 2 years ago
View on GitHub
Context7
evrinoma/user-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
evyex/symfony-extender 0 0 0 27.8 MIT 2 months ago
View on GitHub
Context7
experteam/api-base-bundle 0 0 0 213 0 0.3 32.2 MIT 4 years ago
View on GitHub
Context7
experteam/api-crud-bundle 0 0 0 213 0 1.8 32.2 MIT 3 years ago
View on GitHub
Context7
experteam/api-redis-bundle 0 0 0 211 0 0.0 32.1 MIT
View on GitHub
Context7
expio/neo4j-fixtures-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
exs/multi-user-bundle 1 1 1 0 0 0.3 6 years ago
View on GitHub
Context7
extellient/mail-bundle 3 3 4 0 0 1.3 MIT 8 years ago
View on GitHub
Context7
ezsystems/comment-bundle 2 2 1 2K 0 0.0 37.4
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.6 NOASSERTION 2 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 197 1K 0 15.7 12.6 NOASSERTION 2 years ago
View on GitHub
Context7
ezsystems/job-queue-bundle 4 4 17 606 0 0.8 29.2
View on GitHub
Context7
ezsystems/payment-core-bundle 2 2 3 566 0 0.2 31.5 Apache-2.0
View on GitHub
Context7
fresh/doctrine-enum-bundle Symfony bundle adding ENUM type support to Doctrine ORM/DBAL. Register custom enum types and map them to entity fields for safer, consistent values across databases. Works with modern Symfony/Doctrine versions and common platforms like PostgreSQL, MySQL, SQLite, and MSSQL. 461 473 74 60K 11 25.0 34.7 MIT 8 months ago
View on GitHub
Context7
friendsofsymfony/comment-bundle FOSCommentBundle adds a full comment system to Symfony (3.4/4.4): threaded comment trees, embeddable threads, Doctrine ORM/MongoDB support, sortable trees, REST API via FOSRestBundle, event hooks, optional ACL, FOSUserBundle, Akismet, and markup parsing. 458 468 227 702 54 29.0 23.8 MIT 6 years ago
View on GitHub
Context7
friendsofsymfony/elastica-bundle 1,263 1,285 789 223K 68 63.3 60.7 MIT 3 months ago
View on GitHub
Context7
friendsofsymfony/oauth-server-bundle 1,078 1,092 445 90K 162 41.1 49.7 7 years ago
View on GitHub
Context7
friendsofsymfony/user-bundle 3,219 3,315 1,516 253K 107 68.8 54.2 MIT 7 months ago
View on GitHub
Context7
gdx/p-service-bus-laravel-package Laravel package integrating the GDX P Service Bus into your app, providing configuration and helpers to publish and consume messages for service-to-service communication via a service bus. 0 0 0 0.0
View on GitHub
Context7
gedmo/doctrine-extensions 4,140 4,166 1,252 2M 35 76.1 64.2 MIT 1 month ago
View on GitHub
Context7
hautelook/alice-bundle 185 196 98 241K 4 22.0 49.2 MIT 6 months ago
View on GitHub
Context7
hwi/oauth-bundle Symfony bundle for OAuth1.0a/OAuth2 login and user authentication. Supports Symfony 6.4–8.0 (PHP 8.3+) and integrates dozens of providers (Google, GitHub, Facebook, Apple, LinkedIn, Azure, Keycloak, etc.). 2,364 2,411 785 254K 0 45.5 30.5 MIT 7 months 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 37K 0 36.0 82.4 NOASSERTION 1 month ago
View on GitHub
Context7
ibexa/oss 21 21 12 19K 0 30.1 48.9 NOASSERTION 1 month 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 678 0 0.1 20.5 MIT
View on GitHub
Context7
jms/di-extra-bundle 327 340 127 32K 84 28.0 52.5 8 years ago
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 23.0 Apache-2.0 7 years ago
View on GitHub
Context7
jms/security-extra-bundle 252 260 97 15K 33 16.2 38.8 9 years ago
View on GitHub
Context7
knplabs/doctrine-behaviors 923 938 325 86K 30 37.6 43.7 MIT 7 months ago
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 55.3 43.1 MIT 1 month ago
View on GitHub
Context7
lchrusciel/api-test-case PHPUnit TestCase for Symfony API development. Extends WebTestCase with easy JSON/XML response matching (via php-matcher) and optional Alice/Doctrine fixtures loading. Supports a clear TDD workflow using expected response files and helpful diffs. 412 412 40 102K 11 30.1 43.0 MIT 2 months ago
View on GitHub
Context7
league/oauth2-server-bundle 240 239 101 215K 43 42.0 64.8 NOASSERTION 1 month ago
View on GitHub
Context7
leaseweb/api-caller-bundle 64 64 34 513 5 6.7 14.6 MIT 8 years ago
View on GitHub
Context7
lexik/form-filter-bundle 387 399 118 10K 17 8.7 21.0 MIT 3 years ago
View on GitHub
Context7
lexik/translation-bundle Symfony bundle to manage translations in a database: import from xliff/yml/php, edit via a web GUI, track missing domain translations, add new keys, and export back to files. Database loader overrides file-based translations. 438 448 262 31K 60 56.6 56.9 MIT 2 months ago
View on GitHub
Context7
liip/functional-test-bundle Symfony bundle providing base classes and helpers for functional tests, plus a DI-aware mock builder for unit tests. Includes tools for command testing, logged clients, query counting, examples, and parallel test runs. 648 657 179 117K 42 43.7 51.1 MIT 4 months ago
View on GitHub
Context7
liip/monitor-bundle 474 475 106 96K 4 27.5 35.9 5 months ago
View on GitHub
Context7
liip/test-fixtures-bundle 178 180 48 219K 25 30.8 56.1 MIT 5 months ago
View on GitHub
Context7
littlerocket/job-queue-bundle 0 0 4 140 0 28.9 34.8 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 18K 23 26.5 43.3 MIT 7 months ago
View on GitHub
Context7
misd/phone-number-bundle Symfony bundle integrating Google’s libphonenumber via giggsey/libphonenumber-for-php. Provides services and helpers to parse, validate, format, and geocode phone numbers in Symfony 2–4 apps. Abandoned; use odolbeau/phone-number-bundle instead. 454 459 143 18K 48 27.1 43.1 8 years ago
View on GitHub
Context7
mmoreram/simple-doctrine-mapping Add Doctrine entity mapping to Symfony bundles without relying on Doctrine auto_mapping. Define entity class, mapping file path, and manager via a simple CompilerPass, enabling clean, per-bundle configuration and easy overrides/customization. 29 29 10 369 0 3.6 15.5 MIT 9 years ago
View on GitHub
Context7
odolbeau/phone-number-bundle 249 254 44 305K 3 15.7 44.2 MIT 11 months ago
View on GitHub
Context7
omines/datatables-bundle 284 287 117 30K 1 31.5 34.1 MIT 3 months ago
View on GitHub
Deep Wiki
Context7
oneup/uploader-bundle 605 620 173 127K 20 14.1 38.0 MIT
View on GitHub
Context7
oro/platform 643 646 338 3K 221 42.4 34.9 MIT 6 years ago
View on GitHub
Context7
php-task/task-bundle 14 14 11 5K 5 29.2 42.5 MIT 1 month ago
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,837 3,811 1,516 56K 321 89.1 48.9 NOASSERTION 3 weeks ago
View on GitHub
Deep Wiki
Context7
raindrop/routing-bundle 6 6 3 1 0 0.2 0.8 NOASSERTION
View on GitHub
Context7
redhotmagma/apibundle Laravel package that bundles common API building blocks—helpers, responses, request validation, and boilerplate to speed up creating consistent JSON endpoints. Designed to reduce repetitive setup and keep API structure standardized across projects. 0 0 235 0.0 32.8
View on GitHub
Context7
schvoy/base-entity-bundle Symfony bundle providing reusable Doctrine base entities (ID/UUID/ULID) and traits with common behaviors: timestampable (created/updated), soft delete, and blameable user tracking. Includes automatic listeners and configurable User class support. 8 8 0 1 0 18.6 0.7 MIT 6 months ago
View on GitHub
Context7
sensio/framework-extra-bundle Provides annotation-based configuration for Symfony controllers (routing, security, templates, caching, etc.). Note: this bundle is no longer maintained—prefer native PHP attributes in Symfony core (ideally Symfony 6.2+) for full support. 3,351 3,399 274 891K 0 12.5 23.7 MIT
View on GitHub
Context7
sentry/sentry-symfony 737 747 186 2M 15 43.1 60.6 MIT 1 month ago
View on GitHub
Context7
setono/cron-expression-bundle Symfony bundle integrating dragonmantank/cron-expression. Provides a CronExpression form field and a Doctrine DBAL type to store Cron\CronExpression in entities, making it easy to validate, edit, and persist cron schedules in your app. 26 25 10 4K 2 12.2 31.9 MIT 8 months ago
View on GitHub
Context7
setono/doctrine-orm-batcher-bundle Symfony bundle that integrates Setono’s Doctrine ORM Batcher, making it easy to process large Doctrine queries in batches. Provides injectable services like BatcherFactoryInterface and QueryRebuilderInterface with autowiring support. 3 3 9 5K 0 16.4 48.0 MIT 5 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 60 30 9K 12 4.8 34.6 MIT
View on GitHub
Context7
sidus/eav-model-bundle Symfony/Doctrine bundle to build dynamic EAV models from versioned YAML config. Generate forms automatically, validate/translate/serialize easily, and contextualize attribute data across unlimited axes (language, region, channel, version, etc.). Extensible and customizable. 48 48 33 22 7 4.3 4.9 MIT 6 years ago
View on GitHub
Context7
simple-bus/symfony-bridge Symfony integration bridge for SimpleBus/MessageBus. Provides CommandBusBundle, EventBusBundle, and DoctrineORMBridgeBundle to wire command and event buses into your Symfony app, with docs and upgrade guide. 132 133 24 33K 0 6.2 33.2 MIT 5 years ago
View on GitHub
Context7
simplethings/entity-audit-bundle Doctrine 2 auditing/versioning bundle inspired by Hibernate Envers. Tracks entity changes and associations over time, stores revisions, and lets you inspect historical states for debugging, compliance, and change history in Symfony/Doctrine apps. 643 649 257 7K 4 32.5 17.6 MIT 5 months ago
View on GitHub
Context7
sonata-project/classification-bundle Symfony bundle providing a classification system for Sonata: categories, tags and collections management with admin integration, persistence support and documentation. Part of the Sonata Project ecosystem. 91 95 110 12K 0 19.4 31.1 MIT 9 months ago
View on GitHub
Context7
sonata-project/doctrine-extensions 268 271 38 192K 1 16.6 41.1 MIT 9 months ago
View on GitHub
Context7
sonata-project/doctrine-orm-admin-bundle 448 461 339 170K 4 29.9 39.0 MIT 8 months ago
View on GitHub
Context7
sonata-project/doctrine-phpcr-admin-bundle Integrates Doctrine PHPCR with SonataAdminBundle for Symfony, enabling admin interfaces for PHPCR documents. Includes docs and CI badges, but note: this repository is abandoned with no active support; contributions welcome. 34 36 88 1K 0 5.9 16.1 MIT 6 years ago
View on GitHub
Context7
sonata-project/easy-extends-bundle 169 171 46 13K 0 2.2 18.5 MIT 8 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. 163 158 135 60 0 4.8 1.3 MIT 5 years ago
View on GitHub
Context7
sonata-project/entity-audit-bundle Doctrine 2 entity versioning for Symfony, inspired by Hibernate Envers. Tracks changes to audited entities and associations, storing revision history you can browse and compare for full audit trails. 643 642 257 28K 4 32.6 26.2 MIT 5 months ago
View on GitHub
Context7
sonata-project/formatter-bundle 84 86 116 17K 0 19.7 33.8 MIT 9 months ago
View on GitHub
Context7
sonata-project/media-bundle 461 471 479 40K 3 33.5 31.5 MIT 9 months ago
View on GitHub
Context7
sonata-project/notification-bundle 138 141 92 4K 0 4.6 14.4 MIT 5 years ago
View on GitHub
Context7
sonata-project/page-bundle SonataPageBundle adds site and page management to Symfony apps, using a container-based page system and block services. Build and manage pages across multiple sites, integrate with Sonata blocks, and control layout, routing, and page publishing. 219 223 204 3K 1 29.6 21.4 MIT 5 months ago
View on GitHub
Context7
sonata-project/translation-bundle 77 78 69 19K 0 17.8 34.7 MIT 9 months ago
View on GitHub
Context7
sonata-project/user-bundle 346 354 471 38K 2 31.9 31.2 MIT 9 months ago
View on GitHub
Context7
splash/console Splash Console is a lightweight PHP/Laravel package for building and running console commands with clean output, structured arguments/options, and simple command registration—ideal for automation tasks, maintenance scripts, and developer tooling. 0 0 290 0.0 35.6
View on GitHub
Context7
splash/faker Laravel/PHP package providing Faker helpers and integrations to generate realistic fake data for testing and seeding. Includes utilities to quickly create names, emails, addresses, dates, and more, streamlining factories and test setups. 0 0 266 0.0 34.3
View on GitHub
Context7
splash/metadata 0 0 306 0.0 34.6
View on GitHub
Context7
splash/php-bundle 0 0 1 555 0 0.8 36.4 5 years ago
View on GitHub
Context7
splash/scopes 0 0 165 0.0 29.4
View on GitHub
Context7
splash/sonata-admin 0 0 183 0.0 31.3
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 78 7K 62 46.8 55.5 MIT 2 months ago
View on GitHub
Context7
sulu/messenger Symfony Messenger add-on for Sulu providing stamps and middlewares to configure the Sulu message bus. Includes UnpackExceptionMiddleware to surface real handler errors and LockMiddleware to prevent concurrent access. Usable standalone in any Symfony app. 9 9 3 15K 0 13.4 47.5 MIT 7 months 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,349 1,345 365 22K 492 68.2 49.5 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
sulu/sulu-form-bundle 88 88 78 225 62 45.9 35.7 MIT 2 months ago
View on GitHub
Context7
sylius/admin-ui 1 1 0 4K 0 0.0 45.9 MIT
View on GitHub
Context7
sylius/bootstrap-admin-ui 1 1 2 3K 2 0.5 44.5 MIT
View on GitHub
Context7
sylius/fixtures-bundle Sylius Fixtures Bundle provides configurable data fixtures for Symfony apps. Define and load structured demo or test data through flexible configuration, ideal for seeding development environments and repeatable setups. 51 52 29 161K 7 18.4 55.5 MIT 7 months ago
View on GitHub
Context7
sylius/grid-bundle 134 135 60 180K 37 43.5 67.0 MIT 2 months ago
View on GitHub
Context7
sylius/resource-bundle 236 240 167 226K 62 51.7 75.6 MIT 2 months ago
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,513 8,513 2,162 104K 143 90.1 47.6 MIT 1 month ago
View on GitHub
Context7
symfony/acl-bundle Symfony ACL Bundle enables resource-based authorization using Access Control Lists. Define and check permissions on domain objects/resources to manage fine-grained access rules. Includes documentation and a PHPUnit-based test suite for verification. 121 122 40 34K 0 2.7 34.1 MIT 2 years ago
View on GitHub
Context7
symfony/ai-symfony-mate-extension 8 8 2 77K 0 21.5 63.2 MIT 1 month ago
View on GitHub
Context7
symfony/framework-standard-edition Symfony Standard Edition: a full Symfony 3.4 application skeleton with AppBundle, Twig, Doctrine ORM/DBAL, Security, Swiftmailer, Monolog, and dev tools like Web Profiler and generators. Note: not compatible with Symfony 4+. 1,475 1,571 1,079 495 0 11.3 1.2 MIT 5 years ago
View on GitHub
Context7
symfony/maker-bundle Symfony MakerBundle speeds up development by generating boilerplate code via simple CLI commands. Create controllers, entities, forms, tests, and more with best-practice templates, consistent structure, and quick scaffolding for common Symfony tasks. 3,378 3,385 426 2M 130 69.9 67.8 MIT 6 months ago
View on GitHub
Deep Wiki
Context7
symfony/orm-pack 1,792 1,795 14 210K 1 19.5 30.4 MIT 8 months ago
View on GitHub
Deep Wiki
Context7
symfony/ux-autocomplete JavaScript-powered autocomplete for Symfony forms. Enhances select and entity fields with search-as-you-type suggestions, async loading, and a smooth UX. Part of Symfony UX; docs and issues live in the main symfony/ux repository. 63 64 10 359K 0 23.3 60.8 MIT 1 month ago
View on GitHub
Context7
symfony/ux-live-component Build interactive UIs in Symfony with Live Components: stateful Twig components that update via Ajax without writing custom JavaScript. Handle actions, validation, and form binding, with predictable server-side rendering and smooth partial updates. 165 164 21 477K 0 24.0 56.1 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
symfony/ux-turbo Symfony UX Turbo integrates Hotwire Turbo into Symfony apps, enabling faster navigation, Turbo Frames/Streams updates, and smoother UX with minimal custom JavaScript. Includes Stimulus integration and tools to progressively enhance pages and forms. 394 394 17 493K 0 24.1 49.9 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
symfonycasts/reset-password-bundle Symfony bundle to implement secure, time-limited password reset flows. Generates reset tokens, validates expiry and one-time use, and provides helpers to send reset emails and update passwords. Integrates with Doctrine and Symfony security. 530 530 73 347K 18 32.3 53.8 MIT 5 months ago
View on GitHub
Context7
symfony-cmf/core-bundle Symfony CMF Core Bundle provides shared infrastructure for CMF bundles: base classes, helpers, configuration and integration glue for Symfony projects. Supports content repositories (e.g., PHPCR), routing, and common services to build content-managed sites. 24 24 33 5K 9 17.3 35.3 10 months ago
View on GitHub
Context7
symfony-cmf/routing-bundle Symfony CMF Routing Bundle adds advanced, dynamic routing to Symfony using a content repository. Supports route documents, redirects, nested routes, locale-aware patterns, and custom route providers to manage URLs from CMS content or databases. 163 163 75 243K 8 26.4 51.7 5 months ago
View on GitHub
Context7
symfony-cmf/testing Testing utilities for Symfony CMF projects, providing helpers and base classes to simplify PHPUnit-based integration and functional tests. Speeds up setting up test environments and common CMF scenarios with reusable tooling. 4 4 20 3K 0 22.1 42.6 NOASSERTION 5 months ago
View on GitHub
Context7
thrace/datagrid-bundle 18 18 9 2 3 1.2 1.4 MIT
View on GitHub
Context7
vich/uploader-bundle 1,907 1,935 522 521K 46 68.5 57.9 MIT 1 month ago
View on GitHub
Context7
weirdan/doctrine-psalm-plugin Psalm plugin for Doctrine ORM projects. Adds smarter type inference for EntityManager, repositories, proxies and collections, reducing false positives and improving static analysis of Doctrine entities and queries in PHP applications. 87 89 42 119K 29 20.0 54.3 1 year ago
View on GitHub
Context7
willdurand/geocoder-bundle 323 333 111 95K 2 22.2 36.8 MIT 8 months ago
View on GitHub
Context7
xlabs/boardbundle 0 0 0 0.0
View on GitHub
Context7
xlabs/competitionbundle 0 0 0 0.0
View on GitHub
Context7
xlabs/fingerprintbundle 0 0 0 0.0
View on GitHub
Context7
xlabs/motwbundle 0 0 0 0.0
View on GitHub
Context7
xlabs/pollbundle 0 0 0 0.0
View on GitHub
Context7
xlabs/promotoolsbundle 0 0 0 0.0
View on GitHub
Context7
zenstruck/collection A lightweight PHP collection library by Zenstruck offering fluent, immutable-style operations for arrays and iterables. Provides map/filter/reduce, grouping, sorting, slicing, and helpful utilities to work with data sets cleanly in Laravel or standalone PHP. 18 18 3 58K 2 9.4 51.2 MIT 9 months ago
View on GitHub
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. 799 801 113 596K 23 47.2 58.3 MIT 3 weeks ago
View on GitHub
Deep Wiki
Context7
zenstruck/messenger-monitor-bundle Symfony bundle to monitor Symfony Messenger: track dispatched messages, handlers, retries and failures with a built-in dashboard and persistence. Helps debug async workflows and gain insight into queue activity in dev or production. 268 269 30 61K 50 27.3 54.4 MIT 9 months 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.
calmfox/watch-sylius
damienfern/grpc-symfony-bundle
atoolo/index-bundle
atoolo/genai-bundle
coprotoai/laravel-ticket
davidjln/llm-carbon-bundle
cryonighter/valid-request-bundle
coolms/taxonomy-bundle
coolms/field-bundle
articulate-orm/symfony
aaix/laravel-tall-architect
ephoto/akeneo-connector
emmanuelballery/eb-plantumlbundle
emielburgman/symfony-visitor-beacon
emielburgman/symfony-visit-storage
emielburgman/symfony-security-headers
emielburgman/symfony-log-viewer
emarref/xdebug-bundle
emarref/pubnub-bundle
elriseio/finance-money-bundle