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

Browser Kit Laravel Package

symfony/browser-kit

Symfony BrowserKit simulates a web browser in PHP for testing and automation. Make requests, follow links, and submit forms programmatically, with a built-in implementation that uses Symfony HttpClient to perform real HTTP requests.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
1pilotapp/symfony-client 1Pilot Symfony Client integrates your Symfony app with the 1Pilot dashboard for centralized monitoring and management. Track uptime and SSL, detect config and server changes, manage Composer packages, and receive alerts via email, Slack, or Discord. 7 7 1 32 0 2.5 9.7 MIT 2 years ago
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-prometheus-bundle 2 2 1 0 0 1.4 MIT 2 years ago
View on GitHub
Context7
3slab/vdm-version-bundle 0 0 0 0 0 0.6 MIT 2 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
a4sex/server-bundle 0 0 0 0.0
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
abc/job-worker-bundle Symfony bundle for processing jobs from AbcJobServerBundle via php-enqueue. Define ProcessorInterface handlers tagged per job name and provide job routes (queue/replyTo) via RouteProviderInterface. Experimental; includes demo and basic config options. 1 1 1 0 0 0.0 MIT
View on GitHub
Context7
abdounikarim/lorem-ipsum-bundle Symfony bundle that generates playful lorem ipsum text. Autowire the KnpUIpsum service to get fake paragraphs, configure options like unicorns and sunshine, and extend the word list by adding your own WordProviderInterface services. 0 0 0 0 0 0.0 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
acasademont/i18n-routing-bundle Symfony bundle for internationalized routing: generate localized URLs per locale, translate route patterns, and switch locales seamlessly. Integrates with JMS/Symfony routing to keep route definitions clean while supporting multilingual sites. 0 0 0 34 0 0.0 21.3
View on GitHub
Context7
achilleskal/summarizer-bundle Laravel bundle that adds text summarization utilities: generate short summaries from longer content with simple configuration and integration hooks, suitable for articles, posts, and other readable text. 1 1 0 0 0 0.0
View on GitHub
Context7
acrnogor/symfony-opa-form Symfony middleware for authorization via build.security PDP/Open Policy Agent. Configure PDP host/port/policy path and timeouts in services.yaml, then use the OpenPolicyAgent service to send authz checks. Requires PHP 8+ and Symfony 4.4+. 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
adesigns/calendar-bundle Symfony2 bundle to integrate jQuery FullCalendar. Uses event listeners to load events from any bundle and provides an AJAX event loader route (via FOSJsRouting). Includes FullCalendar assets and simple Twig include to render the calendar. 95 97 58 44 11 3.0 5.0 MIT 7 years ago
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
adrenalinkin/swagger-resolver-bundle Symfony bundle that validates request/response data against Swagger 2 (OpenAPI) specs. Generates a SwaggerResolver based on Symfony OptionsResolver, with warmed caching and debug auto-refresh. Loads docs via NelmioApiDocBundle, swagger-php, or JSON/YAML files. 10 10 4 5 8 2.6 5.3 MIT
View on GitHub
Context7
adrianbaez/markdown-bundle Symfony 4 bundle that adds a Markdown parsing service and Twig filter. Uses Parsedown by default but can be configured to use any Markdown library, making it easy to render Markdown content in templates and services. 0 0 0 0 0 0.3 MIT 8 years ago
View on GitHub
Context7
adrianbaez/short-code-bundle Laravel bundle that adds shortcode parsing to your app, letting you register custom shortcodes and render dynamic content inside text/HTML. Useful for CMS-style pages, editors, emails, and user-generated content needing embedded components. 0 0 0 0 0 0.6 8 years ago
View on GitHub
Context7
adriballa/symfony-search-bundle Symfony bundle that abstracts Elasticsearch: define indexes with two PHP classes, get auto-generated routes for index/document CRUD, validation, and a powerful search API (full-text, filters, sorting, pagination, aggregations). Optional client interfaces for programmatic use. 10 11 0 0 1 0.5 MIT 1 year ago
View on GitHub
Context7
adsazad/datatables-bundle Symfony bundle integrating jQuery DataTables for realtime Ajax tables (Symfony 4.4+/5+). Data source logic is decoupled via adapters; includes Doctrine ORM, MongoDB and Elastica, with support for custom adapters. Includes a console generator command. 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
adsign/filemanager-bundle Multilingual file manager bundle for Symfony: upload/download/rename/delete files, create folders, public/private areas, responsive Bootstrap UI, list/thumbnail views, image previews, multiple configs, pattern-based restrictions, and integration with TinyMCE and FOSCKEditor. 0 0 0 0 0 1.5 MIT 4 years 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
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
agence-gw/excelbundle 0 0 0 0.0
View on GitHub
Context7
ahmed-ghiloubi/acl-bundle 1 1 0 17 0 0.0 13.5
View on GitHub
Context7
ahuang/lorem-ipsum-bundle 1 1 0 0 0 0.3 MIT 4 years ago
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
ajgarlag/openid-connect-provider-bundle 9 9 0 1K 0 23.0 35.1 MIT 2 months ago
View on GitHub
Deep Wiki
Context7
ajgarlag/psr-http-message-bundle 8 8 2 37K 1 2.6 50.1 MIT 3 years ago
View on GitHub
Context7
ajgl/session-concurrency-bundle 4 4 0 0 0 0.0
View on GitHub
Context7
ajgl/session-expiration-bundle 1 1 0 0 0 0.0
View on GitHub
Context7
ajtis/job-queue-bundle 0 0 0 0 0 11.1 7 months ago
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
akyos/mpdf-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
albegali/acl-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
aleblanc/logui 1 1 0 0 0 0.0 MIT
View on GitHub
Context7
alexandrupietrareanu/lorem-ipsum-bundle 0 0 0 0 0 0.3 MIT 4 years ago
View on GitHub
Context7
alexdpy/acl-bundle 1 1 0 0 0 0.0
View on GitHub
Context7
alex-frolov/scalar-symfony 2 0 0 0.0 MIT
View on GitHub
Context7
alexgoncharcherkassy/mailchimpbundle 0 0 0 0 0 0.0
View on GitHub
Context7
alexislefebvre/fixtures-bundle 0 0 0 3 0 0.0 5.9 MIT
View on GitHub
Context7
alexislefebvre/test-bundle 0 0 0 3 0 0.0 5.9 MIT
View on GitHub
Context7
alexkomaralex/file-search-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
alexmanno/serializer-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
alexsabur/antispam-bundle 0 0 0 2 0 0.0 6.6 MIT
View on GitHub
Context7
alexvasilyev/mthaml-bundle 0 0 0 0 0 0.6 9 years ago
View on GitHub
Context7
alhames/filter-bundle 0 0 0 0 0 0.3 MIT 2 years ago
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
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
alterphp/easyadmin-mongo-odm-bundle 5 6 0 0 1 0.1 MIT
View on GitHub
Context7
alvadi-it/translation-bundle 0 0 0 0 0 2.1 1 year ago
View on GitHub
Context7
amashukov/tracing-bundle 0 0 0 363 0 0.0 33.8 MIT
View on GitHub
Context7
amiltone/keycloack-token-bundle 0 1 1 0 0 1.8 4 years ago
View on GitHub
Context7
amir-kacem/lorem-ipsum-bundle 0 1 0 0 0 0.0 MIT
View on GitHub
Context7
amoifr/pickle-panther-bundle YAML-driven end-to-end testing for Symfony on top of Panther. Write browser scenarios in French or English, map steps to PHP “sentences,” and run them via a BasePantherTest. Generates a self-contained HTML report; supports context (desktop/mobile) and auth hooks. 1 1 0 0 0 17.9 MIT 3 months ago
View on GitHub
Context7
amontreuil/exception-handler-bundle 0 0 0 0 0 4.8 4 years ago
View on GitHub
Context7
amorebietakoudala/user-bundle 0 0 16 9.0 17.0
View on GitHub
Context7
amps/lorem-ipsum-bundle 0 0 0 0 0 0.6 NOASSERTION 6 years ago
View on GitHub
Context7
anyx/login-gate-bundle 59 60 23 1K 3 2.3 20.2
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
apisearch-io/apisearch-bundle 23 23 3 0 2 1.5 MIT 4 years ago
View on GitHub
Context7
apnet/functional-test-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
appstone/api-doc-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
apy/datagrid-bundle 492 502 336 5K 76 35.5 40.4 MIT 3 years ago
View on GitHub
Context7
aquis/xporter-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
ardenexal/symfony-form-handler 0 0 0 0 0 0.2 6 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
arnedesmedt/request-id-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
arodax/ares-bundle 0 0 0 0.0
View on GitHub
Context7
artgris/filemanager-bundle 183 183 91 9K 21 29.6 33.9 MIT 6 months ago
View on GitHub
Context7
arth/http_log_bundle 0 0 0 0 0 0.0
View on GitHub
Context7
artprima/prometheus-metrics-bundle Symfony bundle integrating promphp/prometheus_client_php to expose Prometheus metrics for your app. Supports Symfony 5.4–8.x and PHP 8.2–8.5, with configurable metric namespace, ignored routes, and custom labels for HTTP/request metrics. 178 177 42 111K 3 20.3 44.0 MIT 3 months ago
View on GitHub
Deep Wiki
Context7
asgoodasnu/base-bundle 0 0 0 0.0
View on GitHub
Context7
asgoodasnu/version-bundle 0 0 0 0.0
View on GitHub
Context7
asm/translation-loader-bundle 23 24 9 0 11 6.2 4.5 11 years ago
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
asmitta-01/toast-bundle 1 0 0 1 1 20.2 2.8 MIT 2 months ago
View on GitHub
Context7
assistenzde/database-timezone 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
atexo/job-queue-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
atlance/jwt-auth 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
atriumphp/atrium 1 1 0 0 0 16.5 MIT 3 months ago
View on GitHub
Context7
audioteka/i18n-routing-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
aulasoftwarelibre/ddd-test 1 1 0 24 0 0.0 15.4 MIT
View on GitHub
Context7
aureja/test-framework-bundle 2 2 1 0 0 0.6 MIT 9 years ago
View on GitHub
Context7
aureka/disqus-bundle 1 1 2 0 0 0.2 Apache-2.0
View on GitHub
Context7
aureka/vb-bundle 0 0 0 0 1 0.1 Apache-2.0
View on GitHub
Context7
austral/tools-bundle 1 1 0 16 0 1.8 13.2 MIT 2 years ago
View on GitHub
Context7
authbucket/oauth2-php Standards-compliant OAuth 2.0 (RFC6749) server library for PHP. Includes a Silex-based service provider for demos/tests and supports custom models/model managers (e.g., Doctrine) for tokens, clients, users, and scopes. 82 84 24 312 2 2.6 13.5 MIT
View on GitHub
Context7
authbucket/push-php PHP library for sending push notifications to mobile devices. Includes a Silex AuthBucketPushServiceProvider for demos/tests, with configurable models and model managers. Install via Composer (authbucket/push-php) and extend for Symfony2/Drupal wrappers. 8 8 0 0 0 0.0 MIT
View on GitHub
Context7
avaibook-nelmio/api-doc-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
avinsol/test-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
avris/micrus Micrus is a Laravel-friendly microservices toolkit for building lightweight services and messaging workflows. It helps you structure service boundaries, handle inter-service communication, and keep integrations consistent with a minimal, package-driven approach. 0 0 0 0.0
View on GitHub
Context7
awstudio/product-bundle 0 0 0 0 0 0.6 8 years ago
View on GitHub
Context7
aymdev/fregata-bundle 2 2 0 0 0 0.3 MIT 4 years ago
View on GitHub
Context7
aymericcucherousset/telegram-bot-bundle 0 0 0 0 0 11.6 MIT 6 months ago
View on GitHub
Context7
backsystem/base 0 0 0 6 0 21.0 13.7 1 month ago
View on GitHub
Context7
badpixxel/widgets-bundle 1 1 0 306 0 0.0 30.2 MIT
View on GitHub
Context7
baks-dev/core BaksDev Core — базовый модуль для проектов BaksDev (PHP 8.4+): настройка основного домена через .env, примеры systemd-сервисов для messenger:consume, auto-scripts для установки ассетов и очистки кэша. Установка через Composer. 0 0 4 90 0 23.4 31.8 MIT 1 month ago
View on GitHub
Context7
bankiru/jsonrpc-server-bundle 1 0 4 1 2 1.9 3.2 9 years ago
View on GitHub
Context7
bankiru/rpc-server-bundle 1 1 1 1 1 0.8 2.4 10 years ago
View on GitHub
Context7
barbondev/payment-paypoint-hosted-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
becklyn/gluggi-bundle 5 5 2 75 1 6.6 20.2 BSD-3-Clause 3 years ago
View on GitHub
Context7
beelab/test-bundle 17 19 2 111 0 9.4 12.4 LGPL-3.0 9 months ago
View on GitHub
Context7
behat/mink-browserkit-driver 544 547 84 1M 6 15.2 48.6 MIT 9 months ago
View on GitHub
Context7
benjaminmal/exchangeratehost-bundle Unofficial Symfony bundle for the free exchangerate.host API. PSR-7/17/18 compatible so you can choose your HTTP client and message factories, with built-in Symfony Cache support for faster, fewer requests. PHP 8.1+ and Symfony 6.2+. 0 0 0 0 1 1.9 MIT 3 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
berduj/sso-auth-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
bernhard-webstudio/placeholder-bundle 4 4 1 0 3 1.1 0.4 MIT 6 years ago
View on GitHub
Context7
besimple/sso-auth-bundle 124 124 71 243 31 12.1 17.3
View on GitHub
Context7
betterauth/symfony-bundle 4 4 0 29 0 26.9 13.5 MIT 1 month ago
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
bezpapirove/bezpapirove-php-bundle 0 0 0 0 0 1.2 MIT 2 years 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/melodiia 18 18 4 1 8 18.9 2.9 MIT 6 months ago
View on GitHub
Context7
blackfire/php-sdk Blackfire PHP SDK provides a client for programmatic profiling with Blackfire, plus integrations like PHPUnit. Includes an optional proxy to inspect profiling traffic and a pure-PHP probe fallback for environments where the Blackfire extension can’t be installed. 160 160 21 166K 8 33.5 51.1 MIT 1 month ago
View on GitHub
Context7
bluebear/adminbundle 9 9 1 0 33 16.0 18.3 MIT 6 years ago
View on GitHub
Context7
boekkooi/jquery-validation-bundle 27 27 25 22 5 6.7 5.7 MIT 9 years ago
View on GitHub
Context7
boolean-type/lorem-ipsum-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
boostworld/comment-bundle 5 6 2 2K 0 3.4 35.3 MIT 2 years ago
View on GitHub
Context7
botjaeger/nexmo-bundle 5 7 0 0 0 0.6 MIT 5 years ago
View on GitHub
Context7
boulzy/behat-api-platform-bundle 0 0 0 0.0
View on GitHub
Context7
br/signed-request-bundle 16 16 2 0 2 0.5
View on GitHub
Context7
brandbaboon/cookie-consent-bundle 0 0 0 0 0 14.3 MIT 4 months ago
View on GitHub
Context7
braunstetter/translated-forms 0 0 0 0 0 1.2 3 years ago
View on GitHub
Context7
bskton/lorem-ipsum-bundle 0 0 0 0 0 0.3 MIT 6 years ago
View on GitHub
Context7
btba/chat-bundle Symfony bundle providing a simple chat service with configurable refresh interval and Doctrine entities for authors and messages. Install via Composer, register the bundle, add YAML config and routes, and extend base models to persist chat data. 1 1 0 0 0 1.8 6.1 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
bulatronic/api-kit 4 4 0 0 0 0.0 MIT
View on GitHub
Context7
bxnxg/antispam-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
byscripts/static-entity-bundle 0 0 2 2 1 5.6 7.3 6 years ago
View on GitHub
Context7
bytes-commerce/behat-symfony-extension 0 0 1 144 0 16.3 33.8 MIT 4 months ago
View on GitHub
Context7
c975l/config-bundle 3 3 0 214 0 0.0 16.9 MIT
View on GitHub
Context7
c975l/core-bundle 1 1 0 119 0 0.0 24.6 MIT
View on GitHub
Context7
c975l/gallery-bundle 1 1 0 0 0 0.0 MIT
View on GitHub
Context7
c975l/ui-bundle 1 1 0 215 0 0.0 20.0 MIT
View on GitHub
Context7
cafe-culture/blog-bundle 0 0 0 0 0 17.1 MIT 5 months ago
View on GitHub
Context7
callisto/callisto-mailer 2 2 0 0 0 18.1 MIT 2 months ago
View on GitHub
Context7
camelot/canonical-url-bundle 3 3 2 0 0 0.7 MIT 6 years ago
View on GitHub
Context7
camelot/image-asset 2 2 1 0 0 0.0
View on GitHub
Context7
carlescliment/html2pdf-bundle 1 1 0 0 0 0.0 GPL-2.0
View on GitHub
Context7
cast1el/oauth-server-bundle 0 0 1 0 0 2.4 4 years ago
View on GitHub
Context7
cedricziel/symfony-messenger-pubsub-bundle 1 1 1 0 1 0.1
View on GitHub
Context7
cesurapp/api-bundle 0 0 0 29 0 29.6 24.0 MIT 2 months ago
View on GitHub
Context7
chaplean/elastica-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
chaplean/unit-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
chargily/epay-symfony 2 3 1 0 0 0.2 4 years ago
View on GitHub
Context7
chaseisabelle/phprom-bundle 1 1 1 0 0 1.5 MIT 5 years ago
View on GitHub
Context7
checlou/flat-file-cms-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
chrisandchris/mpdf-port-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
chrisdev/symfony-quality-cockpit 0 0 0 9 0 0.0 13.8
View on GitHub
Context7
chrisguitarguy/request-id-bundle 45 45 26 22K 3 1.9 38.1 MIT
View on GitHub
Context7
chub/interkassa-bundle 2 2 0 0 0 0.0
View on GitHub
Context7
citizen63000/easy-api-tests 0 0 1 0 0 20.9 MIT 3 months ago
View on GitHub
Context7
claroline/lightsaml-bridge 0 0 0 19 0 0.6 18.0 MIT 3 years ago
View on GitHub
Context7
classmarkets/raven-bundle 0 1 2 0 0 0.1 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/ui-process-bundle 0 0 0 244 5 22.5 40.9 MIT 2 months ago
View on GitHub
Context7
clippings/money-bundle 0 0 0 0 0 0.6 MIT 8 years ago
View on GitHub
Context7
cmobi/microservice-framework-bundle 0 0 1 0 0 0.0
View on GitHub
Context7
cmrweb/address-bundle 2 2 1 15 0 11.6 11.6 MIT 8 months ago
View on GitHub
Context7
cmrweb/stripe-bundle 1 1 0 66 0 9.6 19.3 7 months ago
View on GitHub
Context7
cnd-api-maker/symfony 0 0 0 0 0 0.0
View on GitHub
Context7
codeages/plugin-bundle 7 7 9 26 1 0.6 9.1
View on GitHub
Context7
codebuds/easyadmin-log-viewer-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
codeception/lib-innerbrowser InnerBrowser module for Codeception that simulates browser requests without a real browser. Useful for functional testing PHP web apps by sending GET/POST requests, managing cookies and sessions, following redirects, and asserting responses quickly in-memory. 87 87 20 951K 12 31.1 69.9 MIT 2 months ago
View on GitHub
Context7
codeception/module-phpbrowser Codeception module built on PhpBrowser to test web apps over HTTP without a real browser. Supports making requests, filling and submitting forms, following redirects, and asserting responses, headers, status codes, and page content in functional and API tests. 66 67 16 638K 2 24.8 64.2 MIT 1 month ago
View on GitHub
Context7
codeception/module-symfony Symfony module for Codeception that integrates the framework’s kernel, container, and HTTP client for functional/acceptance testing. Boot the app, make requests, assert responses, and access services to test controllers and app behavior with minimal setup. 96 97 25 234K 1 28.7 53.8 MIT 2 months ago
View on GitHub
Context7
codeception/util-universalframework Universal helper utilities for the Codeception testing framework, providing lightweight, framework-agnostic components to simplify test setup and reuse across projects. A small add-on package aimed at boosting consistency and reducing boilerplate in automated tests. 1 1 1 57K 1 7.3 58.4 MIT 9 months ago
View on GitHub
Context7
codraw/sonata-extra-bundle 0 0 0 243 0 0.0 33.0
View on GitHub
Context7
codraw/tester-bundle 0 0 0 197 0 0.0 31.7
View on GitHub
Context7
codyas/spreadsheet-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
coka/attachment-manager-bundle 0 0 0 252 0 0.0 33.2 MIT
View on GitHub
Context7
coka/input-handler-bundle 1 1 0 262 0 0.0 29.3 MIT
View on GitHub
Context7
coka/notifier-server-bundle 1 1 0 42 0 0.0 18.5 MIT
View on GitHub
Context7
coka/pdp-authorization-bundle 0 0 0 2 0 0.0 6.6 MIT
View on GitHub
Context7
colorlibhq/adminlte-symfony 3 0 0 35 0 19.9 16.0 MIT 1 month ago
View on GitHub
Context7
commongateway/corebundle 2 2 1 0 0 17.0 6.0 NOASSERTION 9 months ago
View on GitHub
Context7
components-web-app/api-components-bundle 32 32 8 127 3 1.1 9.8 MIT
View on GitHub
Context7
comunedifirenze/bicorebundle 1 1 3 33 2 1.5 21.4 MIT
View on GitHub
Context7
condenast-ru/basic-api-bundle 10 10 2 0 0 4.2 4 years ago
View on GitHub
Context7
configuratorware/configurator-api 0 0 275 0.0 33.6
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
coosos/ip-filter-bundle 0 0 0 0 0 0.6 MIT 6 years ago
View on GitHub
Context7
coral/content-bundle 2 3 1 0 0 0.0 MIT
View on GitHub
Context7
coral/core-bundle 3 4 1 0 0 4.8 MIT 4 years ago
View on GitHub
Context7
coral/site-bundle 5 6 1 0 0 6.7 MIT 4 years ago
View on GitHub
Context7
core23/antispam-bundle 0 52 0 0.0
View on GitHub
Context7
core23/commonmark-formatter-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
core23/dompdf-bundle 56 54 11 59 6 13.4 6.0 MIT 9 months ago
View on GitHub
Context7
core23/facebook-bundle 0 0 0 0 0 2.0 MIT 6 years ago
View on GitHub
Context7
core23/gdpr-bundle Deprecated Symfony bundle providing GDPR cookie consent/info banner with optional domain-cookie blocking and allowlist configuration. No longer maintained; consider klaro.js or other alternatives. 11 11 1 0 2 3.6 1.9 MIT 2 years ago
View on GitHub
Context7
core23/lastfm-bundle 3 3 0 0 1 6.8 MIT 11 months ago
View on GitHub
Context7
core23/matomo-bundle Symfony bundle that wraps Matomo (Piwik) analytics for Sonata projects. Provides services and Twig helpers to render tracking code and access Matomo statistics via a configurable HTTP client (HTTPlug/Symfony HttpClient) and PSR-7 message factory. 6 6 0 0 2 20.2 3.4 MIT 4 months ago
View on GitHub
Context7
core23/menu-bundle 6 6 0 0 3 18.1 0.4 MIT 5 months ago
View on GitHub
Context7
core23/setlistfm-bundle 4 0 1 0 1 4.4 MIT 11 months ago
View on GitHub
Context7
core23/shariff-bundle 4 5 2 0 2 2.9 MIT 4 years ago
View on GitHub
Context7
core23/sitemap-bundle 5 3 0 0 1 1.4 MIT 4 years ago
View on GitHub
Context7
core23/twig-extensions Extra Twig extensions and helpers for PHP apps, packaged as a lightweight bundle. Adds convenient filters, functions, and runtime utilities to simplify templates and reduce boilerplate, with straightforward integration into existing Twig environments. 5 3 1 0 3 20.2 0.4 MIT 5 months ago
View on GitHub
Context7
core23/twig-formatter-bundle 0 0 0 0 0 0.1 MIT
View on GitHub
Context7
corponat/api-doc-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
cosma/testing-bundle 3 4 2 0 3 0.8 0.4
View on GitHub
Context7
coverd/money-bundle 0 3 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/formflow-demo-bundle 29 29 13 22 2 0.9 3.3 MIT
View on GitHub
Context7
craue/geo-bundle 126 128 20 3K 5 2.8 20.2 MIT
View on GitHub
Context7
craue/twigextensions-bundle 79 81 12 955 1 0.9 15.3 MIT
View on GitHub
Context7
creamio/symfony_basebundle 0 1 0 0.0
View on GitHub
Context7
creative-web-solution/imagine-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
crell/planedo-bundle 1 1 2 0 0 0.1 AGPL-3.0
View on GitHub
Context7
croct/plug-symfony 10 10 0 0 0 16.9 MIT 3 months ago
View on GitHub
Context7
crosiersource/crosierlib-base 0 1 0 0.0
View on GitHub
Context7
cubetools/cube-common-develop Shared development utilities and common code used across CUBE Tools projects. Install via Composer in your dev dependencies to reuse helpers and standardize tooling while building and maintaining CUBE Tools packages. 0 0 1 0 5 5.4 3.0 MIT 6 years ago
View on GitHub
Context7
cuyz/valinor-bundle 58 55 5 8K 2 16.7 32.4 MIT 5 months ago
View on GitHub
Context7
cvele/translation-bundle 0 0 0 10 0 1.5 14.4 4 years ago
View on GitHub
Context7
cybernodev/framework-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
cyve/password-manager-bundle 1 1 1 2 0 0.0 4.2 MIT
View on GitHub
Context7
daanbiesterbos/job-queue-bundle 2 2 0 0 0 0.3 NOASSERTION 5 years ago
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
dalv/wordbundle 0 0 0 0 0 0.9 MIT 5 years ago
View on GitHub
Context7
dama/menu-bundle 10 10 1 402 0 13.5 22.8 MIT 9 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
danielbackes/symfony-casts-lorem-ipsum-bundle Symfony bundle that generates joyful lorem ipsum. Install via Composer and autowire the KnpUIpsum service to create fake paragraphs. Configure unicorn/sunshine options and extend the word list by adding WordProviderInterface services. 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
daniel-iwaniec/elasticsearch-bundle 0 0 1 0 0 0.0 MIT
View on GitHub
Context7
dankempster/contact-bundle 1 1 0 0 0 0.0 MIT
View on GitHub
Context7
dansan/jobboy-test-pack JobBoy Test Pack shares common testing dependencies across JobBoy repositories. Use it to keep test tooling consistent between projects. Documentation: https://github.com/danielsan80/jobboy-doc/blob/master/doc/jobboy-test-pack.md 0 0 0 0 0 0.0
View on GitHub
Context7
dariotilgner/easyadmin-extension-bundle 0 0 0 0 0 0.6 MIT 4 years ago
View on GitHub
Context7
dayspring-tech/login-bundle 0 0 0 1K 0 4.8 43.5 MIT 1 year ago
View on GitHub
Context7
dbannik/sentry-symfony 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
dbp/api-base-bundle 0 0 0 0.0
View on GitHub
Context7
dbp/relay-auth-bundle 1 1 0 0 0 0.0 AGPL-3.0
View on GitHub
Context7
dbp/relay-authentic-documents-bundle 0 0 0 0 1 0.1
View on GitHub
Context7
dbp/relay-authorization-bundle 0 0 0 380 1 0.1 35.9 AGPL-3.0
View on GitHub
Context7
dbp/relay-base-bundle 0 0 0 0.0
View on GitHub
Context7
dbp/relay-base-course-bundle 0 0 0 372 1 0.1 35.5 AGPL-3.0
View on GitHub
Context7
dbp/relay-base-course-connector-campusonline-bundle 0 0 0 260 1 0.1 33.3 AGPL-3.0
View on GitHub
Context7
dbp/relay-base-organization-bundle 0 0 0 472 1 0.1 37.1 AGPL-3.0
View on GitHub
Context7
dbp/relay-base-organization-connector-campusonline-bundle 0 0 0 289 1 0.1 34.0 AGPL-3.0
View on GitHub
Context7
dbp/relay-base-person-bundle 0 0 0 833 1 0.1 40.3 AGPL-3.0
View on GitHub
Context7
dbp/relay-base-person-connector-campusonline-bundle 0 0 0 275 1 0.1 33.7 AGPL-3.0
View on GitHub
Context7
dbp/relay-base-person-connector-ldap-bundle 0 0 0 88 1 0.1 26.9 AGPL-3.0
View on GitHub
Context7
dbp/relay-base-publication-bundle 0 0 0 366 1 0.1 35.4 AGPL-3.0
View on GitHub
Context7
dbp/relay-base-publication-connector-pure-bundle 0 0 0 279 1 0.1 33.8 AGPL-3.0
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-blob-connector-filesystem-bundle 0 0 0 288 1 0.1 34.0 AGPL-3.0
View on GitHub
Context7
dbp/relay-cabinet-bundle 0 0 0 358 1 0.1 35.3 AGPL-3.0
View on GitHub
Context7
dbp/relay-cabinet-connector-campusonline-bundle 0 0 0 326 1 0.1 34.7 AGPL-3.0
View on GitHub
Context7
dbp/relay-campusonline-bundle 0 0 0 0.0
View on GitHub
Context7
dbp/relay-checkin-bundle 0 0 0 0 0 0.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-core-connector-campusonline-bundle 0 0 0 293 1 0.1 34.1 AGPL-3.0
View on GitHub
Context7
dbp/relay-core-connector-ldap-bundle 0 0 0 312 1 0.1 34.4 AGPL-3.0
View on GitHub
Context7
dbp/relay-core-connector-oidc-bundle 0 0 0 432 1 0.1 36.4 AGPL-3.0
View on GitHub
Context7
dbp/relay-core-connector-textfile-bundle 0 0 0 279 1 0.1 33.8 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-educationalcredentials-bundle 0 0 0 0 0 0.0 AGPL-3.0
View on GitHub
Context7
dbp/relay-esign-bundle 1 1 0 254 2 0.4 29.0 AGPL-3.0
View on GitHub
Context7
dbp/relay-example-bundle 1 1 0 63 1 0.1 20.9 AGPL-3.0
View on GitHub
Context7
dbp/relay-formalize-bundle 2 2 0 229 1 0.1 26.1 AGPL-3.0
View on GitHub
Context7
dbp/relay-frontend-bundle 1 1 0 274 1 0.1 27.6 AGPL-3.0
View on GitHub
Context7
dbp/relay-greenlight-bundle 1 1 0 0 1 0.1 AGPL-3.0
View on GitHub
Context7
dbp/relay-greenlight-connector-campusonline-bundle 1 1 0 0 1 0.1 AGPL-3.0
View on GitHub
Context7
dbp/relay-keycloak-bundle 0 0 0 0.0
View on GitHub
Context7
dbp/relay-maker-bundle 0 0 0 341 1 0.1 35.0 AGPL-3.0
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-campusonline-bundle 0 0 0 280 3 0.7 34.1 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-mono-connector-payone-bundle 0 0 0 280 1 0.1 33.8 AGPL-3.0
View on GitHub
Context7
dbp/relay-mono-connector-payunity-bundle 0 0 0 0 0 0.0 AGPL-3.0
View on GitHub
Context7
dbp/relay-nexus-bundle 0 0 0 227 1 0.1 32.5 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
dbp/relay-proxy-bundle 0 0 0 71 1 0.1 25.6 AGPL-3.0
View on GitHub
Context7
dbp/relay-sublibrary-bundle 2 2 0 200 3 0.7 25.6 AGPL-3.0
View on GitHub
Context7
dbp/relay-sublibrary-connector-base-organization-bundle 0 0 0 0 0 0.0 AGPL-3.0
View on GitHub
Context7
dbp/relay-sublibrary-connector-campusonline-bundle 0 0 0 0 0 0.0 AGPL-3.0
View on GitHub
Context7
dbp/relay-template-bundle Symfony bundle template for creating new Digital Blueprint relay bundles. Provides a starting structure, config, and CI setup for building relay integrations. Intended as a scaffold and typically not used directly in production projects. 0 0 0 41 2 0.4 22.4 AGPL-3.0
View on GitHub
Context7
dbp/relay-verity-bundle 1 1 0 724 1 0.1 35.3 AGPL-3.0
View on GitHub
Context7
dbp/relay-verity-connector-clamav-bundle 0 0 0 240 1 0.1 32.9 AGPL-3.0
View on GitHub
Context7
dbp/relay-verity-connector-verapdf-bundle 0 0 0 259 1 0.1 33.3 AGPL-3.0
View on GitHub
Context7
ddereszewski/job-queue-bundle 1 1 2 0 0 6.4 2 years ago
View on GitHub
Context7
debril/rss-atom-bundle 138 140 50 10K 5 12.7 27.3 MIT 2 years ago
View on GitHub
Context7
delormejonathan/elastica-bundle 0 0 0 5 0 1.2 10.8 5 years ago
View on GitHub
Context7
demontpx/util-bundle 0 0 0 1 0 0.1 4.2 MIT
View on GitHub
Context7
deozza/api-tester-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
deozza/philarmony-api-tester-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
devgeek/beacon-admin 0 0 0 0 0 18.1 MIT 3 months ago
View on GitHub
Context7
digitalrevolution/symfony-trace-bundle 8 8 4 6K 1 10.6 41.5 MIT 9 months ago
View on GitHub
Context7
dimiceli/cookie-consent-bundle 0 0 0 0 0 2.1 MIT 4 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
dinhkhanh/mongodb-acl-bundle 0 0 1 0 0 0.0
View on GitHub
Context7
distlibs/formflow-bundle 0 0 0 1 0 0.0 4.2 MIT
View on GitHub
Context7
djvue/d-media-bundle 3 3 0 0 0 0.3 5 years ago
View on GitHub
Context7
djvue/wp-admin-bundle 1 1 0 7 0 0.3 9.0 5 years ago
View on GitHub
Context7
dkomarek/datatables-bundle 0 0 0 0 0 0.3 MIT 4 years ago
View on GitHub
Context7
dmp/rest-bundle 0 0 0 2 0 17.3 7.4 5 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
dnaklik/dna-exchange-bundle 0 0 0 0 0 1.5 MIT 1 year ago
View on GitHub
Context7
dnl/mthaml-bundle 1 1 0 0 0 0.0
View on GitHub
Context7
doctrine/mongodb-odm-bundle Symfony bundle integrating Doctrine MongoDB ODM for mapping PHP documents to MongoDB. Provides configuration, DI services, console commands, and tooling to manage connections, document managers, and repositories in Symfony apps. 385 389 228 293K 12 30.7 47.9 MIT 7 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
domenik88/datagrid-bundle 0 0 0 0 0 0.0 MIT
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/bootstrap-bundle 0 0 0 154 0 0.0 30.3 Apache-2.0
View on GitHub
Context7
dontdrinkandroot/bridge-bundle 0 0 0 186 0 0.0 31.4 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/gitki-bundle 9 9 2 0 17 6.7 6.0 Apache-2.0 8 years ago
View on GitHub
Context7
dontdrinkandroot/rest-bundle 0 0 1 0 11 5.0 3.4 9 years ago
View on GitHub
Context7
dotdev/currency-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
doyo/modular-bundle 0 2 0 0.0
View on GitHub
Context7
dpn/xml-sitemap-bundle 26 26 8 62 0 2.5 7.2 9 years ago
View on GitHub
Context7
draw/sonata-extra-bundle 0 0 0 573 0 0.0 38.1
View on GitHub
Context7
draw/swagger-bundle 0 0 5 0 0 1.1 MIT 6 years ago
View on GitHub
Context7
draw/tester-bundle 0 0 0 420 0 0.0 36.3
View on GitHub
Context7
dsentker/url-signature-bundle Symfony 4+ bundle for dsentker/url-signature. Generate signed (optionally expiring) URLs in Twig or controllers, validate signatures via DI/helper trait or annotations, and protect query/route parameters from tampering. 9 9 5 814 2 2.7 26.4 NOASSERTION 3 years ago
View on GitHub
Context7
dubture/async-bundle 3 3 0 0 0 0.3 MIT 11 years ago
View on GitHub
Context7
dubture/customerio-bundle 3 3 1 0 0 0.3 MIT 11 years ago
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/action-bundle 255 264 14 645 7 2.7 6.6 MIT 9 years 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
durimjusaj/geo-bundle 0 0 1 218 0 0.6 32.3 MIT 1 year ago
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
ecourty/mcp-server-bundle 50 52 6 51 5 2.0 4.7 MIT 1 year 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/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
effectiveactivism/schema-api-updater 0 0 0 0.0
View on GitHub
Context7
effectiveactivism/schema-org-api 0 0 0 0.0
View on GitHub
Context7
effiana/api-doc-bundle 0 0 0 0 0 0.3 MIT 6 years ago
View on GitHub
Context7
effiana/easyadmin-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
effiana/job-queue-bundle 0 0 0 0 0 4.8 5 years ago
View on GitHub
Context7
effiana/phpfastcache-bundle 0 0 1 0 0 0.9 MIT 6 years ago
View on GitHub
Context7
ehann/web-service-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
ehyiah/ux-quill Symfony UX bundle integrating the Quill.js WYSIWYG editor. Drop-in QuillType form field with multiple editors per page, works with AssetMapper or Webpack Encore, and includes a Twig component to render saved content with optional inline styling. 63 64 8 8K 1 31.2 36.2 MIT 1 month ago
View on GitHub
Context7
ejm/flow-bundle 1 1 0 0 0 0.0 MIT
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
ekreative/query-parameter-bundle 1 2 0 1 0 0.1 2.4 MIT
View on GitHub
Context7
ekreative/uuid-extra-bundle 18 18 12 293 3 2.9 20.2 MIT 4 years ago
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
elcodi/test-common-bundle 0 0 0 6 0 0.3 11.7 MIT 12 years ago
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
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
emc/table-bundle 6 6 3 0 5 2.5 1.9 MIT 10 years ago
View on GitHub
Context7
emgolubev/lorem-ipsum-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
enabel/layout-bundle 2 0 0 9.2 MIT 8 months ago
View on GitHub
Context7
enemis/simple-html-dom-bundle 0 0 1 7 0 0.6 12.5 MIT 6 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
enterprisephp/display-bundle 4 5 1 0 0 1.3 9 years ago
View on GitHub
Context7
enterprisephp/doctrine-lock-bundle 10 11 1 0 0 0.4 10 years ago
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
epk-technologies/symfony-bundle 0 0 0 0.0 MIT
View on GitHub
Context7
ergosarapu/donation-bundle 1 0 3 1.3 0.4 MIT 1 year ago
View on GitHub
Context7
erivello/simple-html-dom-bundle 8 9 12 88 2 0.8 14.2 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
es-core/es-core 1 1 0 0 0 1.8 MIT 4 years ago
View on GitHub
Context7
ethsam/filemanagerbundlefixsymfonyfckeditor 0 0 0 0 0 0.3 MIT 2 years ago
View on GitHub
Context7
ets/payment-ogone-bundle 12 12 15 21 4 3.3 6.5 1 year ago
View on GitHub
Context7
etshy/gitlabapi-bundle 0 2 0 0.0
View on GitHub
Context7
evotodi/log-viewer-bundle 18 18 3 698 2 4.2 21.7 MIT 3 years ago
View on GitHub
Context7
evotodi/wave-bundle 0 0 0 0 0 0.3 MIT 4 years ago
View on GitHub
Context7
exercise/google-translate-bundle 1 3 3 0 0 0.1 MIT
View on GitHub
Context7
exsyst/api-bundle 1 1 0 0 0 1.2 Apache-2.0 10 years ago
View on GitHub
Context7
exsyst/api-doc-bundle 1 1 0 0 1 0.1 MIT
View on GitHub
Context7
ezsystems/comment-bundle 2 2 1 2K 0 0.0 37.4
View on GitHub
Context7
ezsystems/ezplatform-rest Adds a REST remote API to Ibexa DXP and Ibexa Open Source, enabling external clients to interact with Ibexa content and services. Includes official REST API reference and documentation links for usage and endpoints. 11 11 10 1K 0 9.4 28.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
ezsystems/payment-paypal-bundle 0 0 1 4 0 0.0 9.7 Apache-2.0
View on GitHub
Context7
fabpot/goutte Goutte is a PHP web scraping and web testing library built on Symfony components. It provides a simple API to crawl pages, submit forms, click links, and extract content with CSS selectors—handy for quick crawlers, monitors, and functional checks. 9,192 9,342 984 241K 138 31.1 29.2 MIT 3 years ago
View on GitHub
Context7
friends-of-behat/mink-browserkit-driver 97 97 13 240K 0 14.4 51.8 MIT 5 months ago
View on GitHub
Context7
friends-of-behat/mink-debug-extension Behat extension that logs Mink debug info after each failed step—ideal for CI runs. Saves page content and, with supported drivers, optional screenshots. Configurable log directory plus clean-start and screenshot options. 206 206 13 125K 2 23.4 44.9 NOASSERTION 2 months ago
View on GitHub
Context7
friends-of-behat/mink-extension 140 141 46 789K 9 8.4 58.0 MIT 2 years ago
View on GitHub
Context7
friends-of-behat/symfony-extension 480 481 78 447K 24 39.3 57.9 MIT 2 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/facebook-bundle 314 336 134 76 78 12.2 19.1
View on GitHub
Context7
friendsofsymfony/http-cache-bundle Symfony bundle to enhance HTTP caching: configure cache headers by path/controller, tag responses and invalidate by tags, set up invalidation schemes without code, send purge/ban requests efficiently, vary cache by user type, and plug in custom cache clients. 437 439 83 213K 10 33.0 45.4 NOASSERTION 3 months ago
View on GitHub
Context7
friendsofsymfony/message-bundle 356 363 180 3K 6 10.1 16.2 7 years ago
View on GitHub
Context7
friendsofsymfony/rest-bundle 2,795 2,849 689 797K 144 67.2 61.4 MIT 7 months ago
View on GitHub
Context7
gisostallenberg/response-content-negotiation-bundle 0 0 4 136 0 18.2 32.5 6 months ago
View on GitHub
Context7
google/cloud-tools Dev utilities for Google Cloud in PHP. Includes flex_exec to run commands inside the same Docker image as an App Engine Flexible deployment, with optional Cloud SQL connectivity via Cloud Build. Also provides Google\Cloud\TestUtils helpers and fixtures. 23 23 21 11K 5 11.2 42.7 Apache-2.0 1 year ago
View on GitHub
Context7
handcraftedinthealps/elasticsearch-bundle 21 21 11 6K 4 6.5 35.0 MIT 1 year 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/jms-translation-bundle Symfony bundle for extracting, managing, and updating translation messages. Scans PHP, Twig, and other resources, supports multiple translation formats, and provides tools for maintaining locale files and translation catalogs in your application. 0 0 1 29K 0 12.4 60.9 5 months ago
View on GitHub
Context7
ibexa/rest 5 5 6 38K 0 30.7 63.7 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
jmikola/wildcard-event-dispatcher-bundle 35 35 6 9 1 1.2 1.3 MIT 10 years ago
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
jms/translation-bundle 424 443 281 86K 78 53.2 63.4 5 months ago
View on GitHub
Context7
kleijnweb/php-api-routing-bundle Laravel-friendly bundle for building API routing with a structured approach. Helps organize route definitions, controllers, and versioned endpoints into a cleaner setup for small to medium PHP APIs. 2 2 2 3 0 0.0 2.9 LGPL-3.0
View on GitHub
Context7
kleijnweb/swagger-bundle Unmaintained Symfony bundle for contract-first REST APIs using OpenAPI/Swagger. Generates routing from specs, validates requests, and transforms input/output with minimal config and no FOSRestBundle/Twig. Includes security integration; 4.0 beta targets PHP 7. 24 24 9 7 7 3.6 3.4 LGPL-3.0 9 years 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
lexik/jwt-authentication-bundle JWT authentication bundle for Symfony APIs. Issues and validates JSON Web Tokens, supports PHP 8.2+ and Symfony 6.4–8, and offers extensive docs for setup, configuration, customization, testing, CORS, and programmatic token creation. 2,608 2,628 616 1M 99 63.3 62.8 MIT 9 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/imagine-bundle 1,711 1,735 385 532K 67 66.4 69.1 MIT 1 month 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
liuggio/excelbundle 370 378 133 9K 14 13.3 25.3 MIT 10 years ago
View on GitHub
Context7
mcfedr/json-form Symfony bundle/trait that lets controllers handle forms submitted as JSON. Use JsonControllerTrait to create and process JSON-backed forms, accepting payloads shaped like normal form fields, then validate and persist as usual. 13 13 7 22 0 1.0 5.7 MIT 4 years ago
View on GitHub
Context7
mhujer/breadcrumbs-bundle 70 71 12 23K 5 1.6 25.2 NOASSERTION 5 years ago
View on GitHub
Context7
mmoreram/base-bundle 29 29 6 737 1 7.3 19.4 MIT 5 years ago
View on GitHub
Context7
nelmio/api-doc-bundle Symfony bundle to generate OpenAPI documentation for your APIs. Provides an interactive docs UI and schema generation driven by PHP 8 attributes. Requires PHP 8.1+ and Symfony 6.4+. Includes migration guides and solid CI support. 2,365 2,400 905 1M 48 72.0 66.2 MIT 1 month ago
View on GitHub
Context7
nelmio/security-bundle Symfony bundle adding practical security headers and protections: Content Security Policy, X-Frame-Options clickjacking defense, HSTS/HTTPS enforcement, signed cookies, external redirect detection, and content-type sniffing disablement. 678 685 92 319K 27 33.9 51.7 MIT 6 months ago
View on GitHub
Context7
nucleos/dompdf-bundle 56 56 11 52K 6 13.4 44.2 MIT 9 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/flysystem-bundle 642 652 116 296K 11 9.8 39.7 MIT
View on GitHub
Context7
oneup/uploader-bundle 605 620 173 127K 20 14.1 38.0 MIT
View on GitHub
Context7
oro/commerce 206 207 95 1K 59 25.7 34.4 NOASSERTION 6 years ago
View on GitHub
Context7
oro/crm 681 682 216 2K 58 35.0 28.3 NOASSERTION 9 years ago
View on GitHub
Context7
oro/platform 643 646 338 3K 221 42.4 34.9 MIT 6 years ago
View on GitHub
Context7
overblog/graphiql-bundle 76 77 25 80K 8 5.9 43.9 MIT 1 year ago
View on GitHub
Context7
overblog/graphql-bundle 795 803 225 168K 115 52.2 61.4 MIT 5 months ago
View on GitHub
Context7
payum/payum-bundle 583 597 144 198K 29 45.6 55.4 MIT 1 month ago
View on GitHub
Context7
phalcon/talon 1 1 0 15K 0 23.3 62.9 BSD-3-Clause 1 month ago
View on GitHub
Context7
php-debugbar/doctrine-bridge Doctrine Bridge for PHP Debug Bar adds collectors to profile Doctrine ORM/DBAL activity in the PHP Debug Bar. Install via Composer, run the included demo with a local DB, and execute PHPUnit/Panther tests for verification. 0 0 1 1K 2 13.3 47.8 MIT 8 months ago
View on GitHub
Context7
php-debugbar/monolog-bridge Bridge integration between Monolog and PHP DebugBar, sending log records to the DebugBar collector for easier inspection while developing. Useful for Laravel/Symfony or any PHP app using Monolog and DebugBar. 0 0 0 5K 0 8.2 54.5 MIT 8 months ago
View on GitHub
Context7
php-debugbar/php-debugbar PHP Debug Bar displays a development-only debug toolbar in the browser with timing, memory, messages, exceptions, request data, SQL/PDO, Monolog, Symfony components, and more. Easy to integrate, AJAX-aware, extensible, and can save/reopen requests. 4,381 4,386 423 3M 0 64.8 46.2 MIT 2 months ago
View on GitHub
Deep Wiki
Context7
php-debugbar/symfony-bridge Symfony bridge for PHP Debug Bar. Install via Composer to integrate php-debugbar into Symfony apps, with a ready-to-run demo and PHPUnit test suite (including Panther browser tests) for verifying integration and UI behavior. 2 2 1 2M 0 10.5 59.4 MIT 8 months ago
View on GitHub
Context7
php-debugbar/twig-bridge Twig bridge for PHP Debug Bar. Installs via Composer and adds DebugBar support to Twig-based apps. Includes a runnable demo using PHP’s built-in server and a PHPUnit test suite with optional Panther browser testing. 1 1 0 12K 0 8.8 55.6 MIT 8 months ago
View on GitHub
Context7
php-http/httplug-bundle 390 391 51 225K 5 28.9 44.3 MIT 4 months ago
View on GitHub
Context7
presta/sitemap-bundle 388 396 103 197K 16 37.2 49.6 MIT 2 months ago
View on GitHub
Context7
pumukit/pumukit PuMuKIT is a PHP/Symfony-based platform for managing, recording, and publishing academic video and multimedia content. It provides tools for ingest, cataloging, channels, streaming integration, and customizable portals for universities and media services. 60 60 15 175 2 1.3 8.5 AGPL-3.0
View on GitHub
Context7
redhotmagma/symfony-test-utils Utilities to simplify testing in Symfony projects. Provides helpers and small tools for common test setup tasks, assertions, and fixtures to reduce boilerplate and speed up writing reliable unit and integration tests. 0 0 22 0.0 18.8
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/sylius-behat-pack Dev pack for running Behat tests in Sylius apps and plugins. Pulls in common Behat/Mink tooling and documents a JS-enabled setup using Chromedriver, Selenium, and the Symfony CLI web server for test environments. 2 2 1 215 0 1.4 25.7 MIT 4 years ago
View on GitHub
Context7
silex/silex Silex is a lightweight PHP micro-framework built on Symfony components. It provides a simple application container, routing, controllers, and service providers to quickly build small web apps and APIs with minimal boilerplate and strong reuse of Symfony’s ecosystem. 3,530 3,733 696 46K 0 16.3 11.2 MIT
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
snc/redis-bundle 1,049 1,072 319 466K 0 43.3 42.6 MIT 1 month ago
View on GitHub
Context7
sonata-project/admin-bundle 2,126 2,167 1,243 168K 8 53.2 34.4 MIT 3 months ago
View on GitHub
Context7
sonata-project/block-bundle 415 424 139 238K 1 21.1 40.3 MIT 9 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-mongodb-admin-bundle Symfony bundle that integrates Doctrine MongoDB ODM with SonataAdminBundle, providing admin services, mappers, and datagrid support to manage MongoDB documents via Sonata’s admin UI. Includes docs, CI, and versioned releases. 64 68 95 7K 1 18.9 30.4 MIT 9 months 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/news-bundle SonataNewsBundle adds news/blog features to Symfony with Sonata integration. Includes admin management, posts, categories, comments, and RSS support. Note: the repository is abandoned and currently has no active maintenance or support. 150 156 125 480 0 5.6 6.1 MIT 5 years 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/twig-extensions Provides a set of useful Twig extensions for Sonata projects, adding extra filters, functions, and helpers to enhance templates. Install via Composer and integrate with Twig to simplify common view tasks and formatting. 91 91 15 152K 0 15.0 46.2 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
speicher210/functional-test-bundle 5 5 5 566 3 2.7 27.6 MIT 4 years ago
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/toolkit Splash Toolkit is a Laravel/PHP utility package that bundles common helpers and tooling to speed up app development. It provides reusable components for everyday tasks, aiming to reduce boilerplate and keep projects consistent. 0 0 183 0.0 30.9
View on GitHub
Context7
sulu/article-bundle 65 66 79 4K 42 36.0 42.8 MIT 5 months ago
View on GitHub
Context7
sulu/automation-bundle 18 18 21 4K 6 23.8 38.4 MIT 4 months ago
View on GitHub
Context7
sulu/form-bundle SuluFormBundle adds dynamic form creation to Sulu Admin. Content managers build and arrange fields in a grid, configure email notifications, and power contact/sweepstake forms. Built on the Symfony Form Component with theming support. 88 88 78 7K 62 46.8 55.5 MIT 2 months ago
View on GitHub
Context7
sulu/headless-bundle 56 56 26 4K 18 31.7 36.8 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/addressing-bundle 33 34 24 5K 0 0.9 29.8 MIT
View on GitHub
Context7
sylius/admin-ui 1 1 0 4K 0 0.0 45.9 MIT
View on GitHub
Context7
sylius/attribute-bundle 9 9 4 5K 0 0.2 37.4 MIT
View on GitHub
Context7
sylius/bootstrap-admin-ui 1 1 2 3K 2 0.5 44.5 MIT
View on GitHub
Context7
sylius/currency-bundle 7 7 3 8K 0 0.1 41.3 MIT
View on GitHub
Context7
sylius/inventory-bundle 18 19 18 5K 0 0.7 33.0 MIT
View on GitHub
Context7
sylius/locale-bundle 6 6 1 6K 0 0.1 40.6 MIT
View on GitHub
Context7
sylius/money-bundle 18 19 10 9K 0 0.4 37.3 MIT
View on GitHub
Context7
sylius/order-bundle 11 11 7 8K 0 0.3 39.3 MIT
View on GitHub
Context7
sylius/payment-bundle 22 22 14 5K 0 0.5 31.9 MIT
View on GitHub
Context7
sylius/product-bundle 16 16 20 5K 0 0.7 34.6 MIT
View on GitHub
Context7
sylius/promotion-bundle 19 21 18 8K 0 0.6 36.0 MIT
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/shipping-bundle 13 14 14 5K 0 0.6 34.9 MIT
View on GitHub
Context7
sylius/sylius Sylius is an open-source eCommerce framework built on Symfony. Flexible, well-tested, and BDD-friendly, it includes a powerful REST API for integrations and omnichannel experiences. Great for building tailored commerce apps and complex business requirements. 8,513 8,513 2,162 104K 143 90.1 47.6 MIT 1 month ago
View on GitHub
Context7
sylius/taxation-bundle 17 17 9 8K 0 0.4 36.7 MIT
View on GitHub
Context7
sylius/theme-bundle Sylius Theme Bundle brings theme management to Symfony apps. Define and switch themes, organize templates and assets per theme, and build storefronts with clean overrides. Part of the Sylius ecosystem, with docs included and MIT licensed. 105 104 42 161K 20 25.6 57.1 MIT 7 months ago
View on GitHub
Context7
sylius/twig-extra Sylius Twig Extra is a Twig extension component from the Sylius Stack initiative, providing additional Twig features and integrations tailored for Sylius-based applications. 1 1 2 110K 0 0.1 55.3 MIT
View on GitHub
Context7
symfony/asset-mapper Symfony AssetMapper exposes asset directories, copies them to a public folder with digested/versioned filenames, and can generate an importmap so you can use modern JavaScript modules without a build step. 167 167 6 742K 0 35.9 59.2 MIT 4 weeks ago
View on GitHub
Context7
symfony/framework-bundle Symfony FrameworkBundle tightly integrates Symfony components into the full-stack framework, providing core framework services and configuration. Part of the main Symfony repository; see official docs for contributing, issues, and pull requests. 3,567 3,579 122 5M 0 56.4 51.8 MIT 4 weeks ago
View on GitHub
Deep Wiki
Context7
symfony/http-kernel Symfony HttpKernel provides a structured request-to-response workflow built on EventDispatcher. It powers full-stack frameworks, micro-frameworks, and advanced CMSs by handling kernel events, controller resolution, and response generation in a flexible pipeline. 8,106 8,127 97 18M 0 62.0 53.9 MIT 4 weeks ago
View on GitHub
Deep Wiki
Context7
symfony/panther Symfony Panther is a PHP library for end-to-end browser testing and web scraping using real browsers like Chrome and Firefox. Built on the W3C WebDriver protocol, it drives native browsers for reliable automation in Symfony or standalone. 3,067 3,078 230 538K 200 57.5 57.4 MIT 8 months ago
View on GitHub
Deep Wiki
Context7
symfony/psr-http-message-bridge Symfony PSR-7 Bridge integrates PSR-7 HTTP messages with Symfony’s HttpFoundation. Convert requests and responses between PSR-7 implementations and Symfony components to ease interoperability with middleware and libraries. 1,294 1,300 56 9M 0 33.7 60.4 MIT 3 months ago
View on GitHub
Deep Wiki
Context7
symfony/security-bundle Symfony SecurityBundle integrates the Security component into the Symfony full-stack framework, providing authentication, authorization, and related security features with seamless configuration and framework tooling. 2,489 2,494 27 4M 0 46.6 52.1 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
symfony/test-pack Symfony Test Pack bundles recommended tools for testing Symfony apps, providing common PHPUnit integration and related testing utilities out of the box. Use it to quickly set up a consistent, full-featured test environment for projects using Symfony. 842 845 7 82K 0 6.2 27.5 MIT 1 year ago
View on GitHub
Context7
symfony/test-pack Symfony Test Pack bundles recommended tools for testing Symfony apps, providing common PHPUnit integration and related testing utilities out of the box. Use it to quickly set up a consistent, full-featured test environment for projects using Symfony. 842 845 7 82K 0 6.2 27.5 MIT 1 year ago
View on GitHub
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
symfony/web-profiler-bundle Provides the Symfony Web Profiler and debug toolbar for development. Inspect requests, routing, templates, database queries, logs, events, and performance metrics via an in-browser UI to speed up debugging and optimization. 2,251 2,253 60 4M 0 48.1 52.2 MIT 4 weeks ago
View on GitHub
Deep Wiki
Context7
symfony-bundles/json-request-bundle Symfony bundle that decodes JSON request bodies and injects them into the Request parameter bag for easy controller handling. Supports common content types, validation-friendly input, and simplifies building JSON APIs by treating JSON like standard form data. 50 51 19 28K 1 1.6 37.8 MIT 5 years 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/seo-bundle 50 46 27 1K 24 7.4 19.5 8 years 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
vich/uploader-bundle 1,907 1,935 522 521K 46 68.5 57.9 MIT 1 month ago
View on GitHub
Context7
web-token/jwt-framework 955 958 121 633K 2 34.4 45.1 MIT 3 months ago
View on GitHub
Deep Wiki
Context7
willdurand/js-translation-bundle 584 596 181 218K 1 27.9 39.5 MIT 6 months ago
View on GitHub
Context7
willdurand/rest-extra-bundle 95 96 17 1K 1 1.6 11.2 7 years ago
View on GitHub
Context7
zenstruck/browser A Laravel-friendly browser testing toolkit built on Symfony BrowserKit and Panther. Easily crawl pages, click links, submit forms, assert on HTML, and drive real headless browsers—great for end-to-end tests and fluent, expressive UI assertions. 226 226 27 93K 32 41.7 55.8 MIT 4 weeks ago
View on GitHub
Deep Wiki
Context7
zenstruck/foundry Expressive, autocompletable fixture factories for Symfony + Doctrine (ORM and/or MongoDB). Create random-but-valid entities on demand for fixtures and tests, with states, persistence helpers, and rich testing features via ZenstruckFoundryBundle. 799 801 113 596K 23 47.2 58.3 MIT 3 weeks ago
View on GitHub
Deep Wiki
Context7
zenstruck/messenger-test Test helpers and assertions for symfony/messenger. Provides a TestTransport that intercepts and round-trips messages, lets you inspect queued items, assert counts/contents and processing states (acked/rejected), and optionally process queued messages in Kernel/Web tests. 278 275 15 281K 4 30.9 49.4 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
zenstruck/uri Immutable, fluent URI/URL value objects for PHP with easy parsing, building, and modification of URIs. Create, normalize, and manipulate components (scheme, host, path, query, fragment) safely, with helpers for encoding and query params. 16 16 1 4K 1 12.0 35.0 MIT 9 months ago
View on GitHub
Context7
zquintana/lara-swag 1 1 0 0 0 0.0 MIT
View on GitHub
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