symfony/form
Symfony Form Component helps you build, validate, and process reusable HTML forms with rich field types, data mapping, and CSRF protection. Integrates cleanly with HttpFoundation, Validator, and Twig, but can be used standalone in any PHP app.
|
Package
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1tomany/rich-bundle | Symfony bundle implementing the RICH (Request, Input, Command, Handler) architecture. Encourages single-responsibility actions with explicit Input/Command/Handler classes for clear, safe, and futureproof backend development without heavy DDD/CQRS overhead. | 24 | 24 | 0 | 32 | 6 | 29.2 | 7.4 | MIT | 2 months ago | |
| 201created/media-bundle | — | 3 | 3 | 0 | 1 | 0 | 16.7 | 1.5 | MIT | 4 months ago | |
| 20steps/oauth-server-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| 20steps/phone-number-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| 21torr/rad | — | 2 | 2 | 1 | 364 | 0 | 27.4 | 33.2 | MIT | 3 months ago | |
| 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 | |
| 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 | |
| 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 | |
| 2lenet/entity-file-bundle | — | 3 | 3 | 1 | 767 | 0 | 16.0 | 34.8 | MIT | 6 months ago | |
| 2lenet/invoice-bundle | Symfony bundle to manage invoices in your project. Configure Doctrine resolve_target_entities to map bundle interfaces (Customer, Product, Invoice, Payment, etc.) to your own entities, then implement provided interfaces/traits. Includes PDF generator settings (logo/header/footer). | 1 | 1 | 0 | 0 | 0 | 0.3 | — | MIT | 3 years ago | |
| 3brs/enterprise-security-bundle | — | 0 | 0 | 0 | 89 | 0 | 21.5 | 26.2 | MIT | 4 weeks ago | |
| 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 | — | — | — | |
| 4xxi/rest-request-errors | — | 2 | 2 | 0 | 141 | 1 | 0.1 | 16.4 | — | — | |
| a2lix/auto-form-bundle | — | 87 | 87 | 33 | 53K | 1 | 18.2 | 41.7 | MIT | 6 months ago | |
| a2lix/translation-form-bundle | — | 337 | 344 | 139 | 53K | 0 | 28.0 | 33.9 | MIT | 5 months ago | |
| 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 | — | — | |
| acatus-dev/paybox-bundle | Symfony bundle to integrate Paybox payments: handles HMAC signing, server availability checks, IPN signature verification via OpenSSL, and dispatches events on responses. Configure your account parameters and submit transaction data. | 0 | 0 | 1 | 0 | 0 | 0.0 | — | MIT | — | |
| acrobat/recaptcha-bundle | Symfony2 form integration for Google reCAPTCHA. Install via Composer, register the bundle, and configure your public/private keys in config.yml. Supports disabling per environment and optional Ajax loading, helping protect forms from spam and bots. | 4 | 5 | 0 | 0 | 1 | 0.4 | — | MIT | 11 years ago | |
| acseo/dynamic-form-bundle | Symfony bundle to build dynamic forms from PHP arrays. Define fields, options (label/help/picto/data), constraints (NotBlank, Length, etc.) and render via a form provider. Includes install steps, bundle enablement, and controller example. | 5 | 6 | 3 | 132 | 0 | 2.8 | 18.8 | MIT | 1 year ago | |
| 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 | |
| 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 | — | — | — | |
| adamquaile/symfony-fieldset-bundle | Adds a FieldsetType to Symfony Forms so you can group fields with a and custom legend. Define fields via a builder callback or a simple array, keeping form structure tidy and reusable. | 18 | 18 | 11 | 34 | 6 | 3.1 | 8.4 | — | 9 years ago | |
| 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 | |
| admin-platform/rbac-bundle | Symfony2 Role-Based Access Control (RBAC) bundle powered by the Sylius RBAC component. Integrate roles and permissions into your app, with phpspec examples for testing and an MIT license. | 2 | 2 | 9 | 467 | 0 | 3.3 | 30.3 | — | 1 year ago | |
| 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 | |
| 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 | |
| ady/captcha-bundle | Laravel bundle providing CAPTCHA integration to protect forms from bots. Includes configurable drivers, easy validation rules, and middleware-friendly setup. Helps reduce spam on logins, registrations, contact forms, and other public endpoints. | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| aequation/aewire | — | 0 | 0 | 0 | 1 | 0 | 0.0 | 4.2 | MIT | — | |
| 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 | |
| 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 | |
| agence-adeliom/easy-admin-user-bundle | Symfony bundle adding user authentication and password reset integration for EasyAdmin. Includes a full user flow, CLI command to create users (admin/super-admin), and an EasyAdmin CRUD interface for managing accounts. | 12 | 13 | 5 | 210 | 0 | 0.2 | 17.1 | MIT | — | |
| agence-adeliom/easy-block-bundle | Symfony bundle adding a basic block component for EasyAdmin: manage blocks via a CRUD interface and render them in Twig. Supports Symfony 6.4/7.x (PHP 8.2+), with older branches for Symfony 5.4/6.x and 4.4/5.x. | 5 | 5 | 3 | 178 | 0 | 0.1 | 20.5 | MIT | — | |
| agence-adeliom/easy-blog-bundle | Basic blogging system for Symfony EasyAdmin. Adds CRUD management for posts and categories, configurable blog root path, and Doctrine schema/migrations support. Compatible with Symfony 6.4/7.x (v3) and PHP 8.2+. | 7 | 7 | 3 | 179 | 0 | 0.1 | 18.9 | MIT | — | |
| agence-adeliom/easy-common-bundle | Symfony bundle providing common utilities for EasyAdmin: reusable Doctrine entity traits (ID, slug, timestamps, soft delete, publish/status) and a PHP 8 enum polyfill/helper with static constructors, validation, and typed enum parameters. | 3 | 3 | 7 | 325 | 0 | 0.2 | 26.5 | MIT | — | |
| agence-adeliom/easy-config-bundle | Symfony bundle for EasyAdmin that adds a simple configuration manager stored in the database. Manage key/value settings from your EasyAdmin dashboard, include ready-made menu entry via a trait, and read values in Twig with easy_config(). | 9 | 9 | 5 | 178 | 2 | 0.6 | 17.6 | MIT | — | |
| agence-adeliom/easy-editor-bundle | Flexible content editor for EasyAdmin: store content as JSON blocks, build custom block types, render via Twig with an included form theme, and hook into events during block rendering. Symfony Flex install; supports Symfony 6.4/7.x (v3) and older branches. | 11 | 11 | 3 | 175 | 0 | 0.1 | 16.5 | MIT | — | |
| agence-adeliom/easy-faq-bundle | Basic FAQ system for Symfony EasyAdmin: manage FAQ entries and categories via CRUD, with configurable FAQ page root path. Supports Symfony 6.4/7.x (PHP 8.2+), with older branches for Symfony 5.4/6.x and 4.4/5.x. | 5 | 5 | 2 | 156 | 0 | 0.1 | 19.8 | MIT | — | |
| agence-adeliom/easy-fields-bundle | Symfony bundle adding extra EasyAdmin fields: enhanced AssociationField (create/select inline), EnumField, FormTypeField for binding raw form types, and TranslationField integration (A2lix). Supports Symfony 6.4/7.x on PHP 8.2+. | 13 | 13 | 11 | 407 | 6 | 2.1 | 22.2 | MIT | — | |
| agence-adeliom/easy-gutenberg-bundle | Integrate WordPress’s Gutenberg editor into Symfony EasyAdmin. Add a GutenbergField to CRUD forms, use the provided form theme, and generate custom blocks via a console maker command. Compatible with Symfony 5.4–7.x and PHP 8.0.2+. | 6 | 6 | 5 | 0 | 4 | 0.6 | 0.8 | MIT | — | |
| agence-adeliom/easy-media-bundle | Vue.js media manager for Symfony EasyAdmin with multi-upload, drag & drop, previews, image editing, bulk actions, visibility/locking, filters & sorting, directory bookmarks, URL embed support, keyboard shortcuts, and modal/WYSIWYG integration. | 30 | 30 | 21 | 351 | 11 | 4.2 | 19.4 | MIT | — | |
| agence-adeliom/easy-menu-bundle | Symfony bundle adding a basic menu system for EasyAdmin. Manage menus from your dashboard, with optional Gedmo Tree support for nested items. Supports Symfony 6.4/7.x (v3) and earlier branches for older Symfony/PHP versions. | 9 | 9 | 5 | 145 | 2 | 0.6 | 18.1 | MIT | — | |
| agence-adeliom/easy-page-bundle | Easy Page Bundle adds a lightweight CMS for Symfony EasyAdmin. Manage hierarchical pages in the admin dashboard and render them via simple slug-based routes like /{slug} or /{parentSlug}/{slug}, with Doctrine migrations/schema setup support. | 11 | 11 | 8 | 178 | 0 | 0.3 | 16.6 | MIT | — | |
| agence-gw/excelbundle | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| ai-context/symfony-ai-context-bundle | — | 16 | 16 | 2 | 13 | 0 | 0.1 | 3.4 | MIT | — | |
| aimeos/aimeos-symfony | — | 1,550 | 1,539 | 53 | 153 | 0 | 9.3 | 0.6 | MIT | — | |
| aimeos/aimeos-symfony2 | — | 1,550 | 1,539 | 53 | 0 | 0 | 9.3 | — | MIT | — | |
| aintreallydown/contract-type-bundle | — | 0 | 0 | 0 | 27 | 0 | 0.0 | 20.0 | MIT | — | |
| aintreallydown/deposit-bundle | — | 0 | 0 | 0 | 15 | 0 | 0.0 | 16.6 | — | — | |
| aintreallydown/document-bundle | — | 0 | 0 | 0 | 13 | 0 | 0.0 | 15.8 | — | — | |
| aintreallydown/energy-bundle | — | 0 | 0 | 0 | 34 | 0 | 0.0 | 21.3 | — | — | |
| ajgl/session-concurrency-bundle | — | 4 | 4 | 0 | 0 | 0 | 0.0 | — | — | — | |
| ajgl/session-expiration-bundle | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | — | — | |
| ajroudsoftwares/image-cropper | — | 2 | 2 | 0 | 3 | 0 | 7.0 | 4.4 | MIT | 9 months ago | |
| ajtis/job-queue-bundle | — | 0 | 0 | 0 | 0 | 0 | 11.1 | — | — | 7 months ago | |
| akeneo/oauth-server-bundle | — | 5 | 5 | 1 | 4K | 0 | 0.8 | 39.2 | — | 3 years ago | |
| akeneo/pim-community-dev | — | 1,040 | 1,038 | 537 | 2K | 374 | 60.9 | 36.0 | NOASSERTION | 5 months ago | |
| akeneo-presales/custom-app-essentials-bundle | — | 2 | 2 | 1 | 4 | 0 | 0.0 | 5.1 | MIT | — | |
| akyos/ux-emails | — | 0 | 0 | 0 | 1 | 0 | 20.2 | 4.9 | MIT | 1 month ago | |
| akyos/ux-filters | — | 0 | 0 | 0 | 61 | 2 | 20.2 | 28.0 | MIT | 3 months ago | |
| alamirault/elasticsearch-form-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.3 | 0.4 | — | — | |
| albegali/user-bundle | — | 0 | 0 | 1 | 0 | 0 | 0.0 | — | — | — | |
| alessandrolandim/cookie-consent-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| alexander-a2/symfony-admin-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| alexandre-fernandez/json-translation-bundle | — | 0 | 3 | — | 0 | — | 0.0 | — | — | — | |
| alexandre-fernandez/key-value-form-bundle | — | 0 | 2 | — | 24 | — | 0.0 | 19.5 | — | — | |
| alex-dwt/sortable-behavior-bundle | — | 0 | 0 | 0 | 0 | 0 | 1.2 | — | MIT | 4 years ago | |
| alexislefebvre/async-tweets-bundle | — | 5 | 5 | 1 | 0 | 0 | 4.5 | — | MIT | 6 years ago | |
| alexmanno/serializer | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | Apache-2.0 | — | |
| alexmanno/serializer-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| alexsabur/antispam-bundle | — | 0 | 0 | 0 | 2 | 0 | 0.0 | 6.6 | MIT | — | |
| alexseif/my-auth-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| alexvasilyev/datetimepicker-bundle | — | 2 | 2 | 1 | 0 | 0 | 0.0 | — | MIT | — | |
| algatux/influxdb-bundle | — | 23 | 23 | 14 | 2K | 4 | 6.6 | 27.7 | MIT | 6 years ago | |
| aliocza/sortable-ui-bundle | — | 2 | 2 | 2 | 0 | 0 | 0.4 | — | MIT | 9 years ago | |
| allsoftware/symfony-kernel-tabler | — | 1 | 1 | 0 | 0 | 0 | 2.3 | 3.4 | MIT | 4 years ago | |
| alsatian/form-bundle | — | 14 | 14 | 6 | 178 | 3 | 3.4 | 15.7 | MIT | 2 years ago | |
| altblock/comment-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| alterphp/easyadmin-extension-bundle | — | 253 | 259 | 56 | 2K | 13 | 15.9 | 18.4 | MIT | 4 years ago | |
| alvadi-it/translation-bundle | — | 0 | 0 | 0 | 0 | 0 | 2.1 | — | — | 1 year ago | |
| alxishin/fm-elfinder-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.9 | — | MIT | 5 years ago | |
| alxishin/sonata-vue | — | 0 | 0 | 0 | 3 | 0 | 5.4 | 8.3 | — | 3 years ago | |
| amashukov/oauth-server-bundle | — | 2 | 2 | 0 | 0 | 0 | 1.8 | — | — | 6 years ago | |
| amashukov/user-bundle | — | 0 | 0 | 1 | 0 | 0 | 1.2 | — | MIT | 6 years ago | |
| amaxlab/form-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| ambelz/json-to-form | — | 0 | 1 | 0 | 0 | 0 | 12.3 | — | Apache-2.0 | 7 months ago | |
| amelaye/biotools | — | 0 | 0 | 0 | 4 | 1 | 0.1 | 9.6 | — | — | |
| amf/console-bundle | — | 1 | 1 | 2 | 0 | 3 | 0.4 | 0.3 | — | — | |
| amorebietakoudala/user-bundle | — | 0 | 0 | — | 16 | — | 9.0 | 17.0 | — | — | |
| anacona16/dependent-forms-bundle | — | 4 | 3 | 2 | 0 | 0 | 3.1 | — | MIT | 5 years ago | |
| andanteproject/page-filter-form-bundle | — | 10 | 10 | 2 | 3K | 0 | 11.7 | 36.3 | MIT | 7 months ago | |
| andanteproject/period-bundle | — | 2 | 1 | 3 | 14 | 0 | 2.0 | 10.4 | MIT | 4 years ago | |
| andanteproject/recaptcha-bundle | — | 3 | 3 | 0 | 10 | 0 | 1.2 | 7.5 | MIT | 4 years ago | |
| andchir/shopkeeper4-comments | — | 0 | 0 | 0 | 0 | 0 | 2.7 | — | MIT | 5 years ago | |
| andyhobbs/gedmo-translation-form-bundle | — | 1 | 1 | 0 | 151 | 0 | 0.3 | 26.0 | MIT | 4 years ago | |
| anfallnorr/file-manager-system | — | 1 | 1 | 0 | 6 | 0 | 1.2 | 8.3 | MIT | 1 year ago | |
| anotterweb/ux-location | — | 0 | 0 | 0 | 14 | 0 | 17.1 | 18.2 | MIT | 5 months ago | |
| ansien/form-to-json-bundle | — | 4 | 4 | 0 | 0 | 0 | 2.4 | — | MIT | 5 years ago | |
| ansien/rapid-form-bundle | — | 31 | 31 | 2 | 5 | 1 | 4.8 | 0.9 | GPL-3.0 | 2 years ago | |
| antona/form-collection-bundle | — | 0 | 0 | 0 | 0 | 0 | 9.7 | — | MIT | 7 months ago | |
| antqa/ajax-autocomplete-bundle | — | 2 | 3 | 0 | 0 | 0 | 0.9 | — | — | 10 years ago | |
| 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 | |
| apoutchika/media-bundle | — | 7 | 7 | 2 | 0 | 4 | 1.1 | 0.8 | MIT | — | |
| appstone/api-doc-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| appventus/auto-form-fill-bundle | — | 3 | 3 | 1 | 0 | 2 | 0.2 | — | — | — | |
| app-verk/google-cloud-storage-media-bundle | — | 0 | 0 | 4 | 259 | 0 | 8.6 | 35.2 | MIT | 8 months ago | |
| apy/datagrid-bundle | — | 492 | 502 | 336 | 5K | 76 | 35.5 | 40.4 | MIT | 3 years ago | |
| apy/jsfv-bundle | — | 92 | 92 | 22 | 781 | 5 | 2.8 | 14.9 | — | 12 years ago | |
| aqarmap/thrace-form-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| araise/core-bundle | — | 2 | 2 | 1 | 323 | 4 | 1.1 | 28.8 | MIT | — | |
| araise/crud-bundle | — | 7 | 7 | 2 | 203 | 2 | 0.8 | 19.7 | MIT | — | |
| arcasolutions/google-map-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 10 years ago | |
| ardenexal/symfony-form-handler | — | 0 | 0 | 0 | 0 | 0 | 0.2 | — | — | 6 years ago | |
| ardent/parameter-bundle | — | 0 | 1 | — | 0 | — | 0.0 | — | — | — | |
| ardteam/user-project | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| arkounay/quick-admin-generator-bundle | — | 25 | 25 | 3 | 425 | 2 | 4.9 | 12.3 | MIT | 1 year ago | |
| arkounay/ux-collection | — | 46 | 46 | 6 | 3K | 1 | 9.3 | 25.7 | MIT | 1 year ago | |
| arkounay/ux-media | — | 19 | 19 | 8 | 222 | 2 | 18.0 | 16.0 | MIT | 8 months ago | |
| armetiz/form-extension-bundle | — | 2 | 2 | 0 | 0 | 0 | 0.0 | — | — | — | |
| arnaud-ritti/mosparo-bundle | — | 6 | 6 | 4 | 19 | 1 | 2.2 | 9.0 | MIT | 3 years ago | |
| arnaugm/band-accounting-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| aropixel/admin-bundle | — | 3 | 4 | 3 | 281 | 0 | 9.2 | 25.6 | MIT | 2 years ago | |
| arsenyru/geodata | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| artack/recaptcha-enterprise-bundle | — | 0 | 0 | 1 | 448 | 0 | 0.0 | 36.6 | MIT | — | |
| artgris/filemanager-bundle | — | 183 | 183 | 91 | 9K | 21 | 29.6 | 33.9 | MIT | 6 months ago | |
| arthem/file-bundle | — | 2 | 2 | 0 | 1 | 0 | 0.4 | 2.5 | — | — | |
| arturdoruch/list-bundle | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | — | — | |
| arxy/files | — | 18 | 19 | 0 | 91 | 0 | 25.2 | 12.3 | MIT | 1 month ago | |
| ascensodigital/component-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.1 | — | MIT | — | |
| ascensodigital/depend-select-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| aschaeffer/sonata-admin-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| aschaeffer/sonata-editable-list-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| aschaeffer/sonata-republicandate-field-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| asilingas/cookie-consent-bundle | — | 1 | 1 | 0 | 263 | 0 | 0.0 | 29.3 | MIT | — | |
| asm/translation-loader-bundle | — | 23 | 24 | 9 | 0 | 11 | 6.2 | 4.5 | — | 11 years ago | |
| asmitta-01/formflow-bundle | — | 2 | 2 | 0 | 4 | 0 | 1.5 | 5.1 | MIT | 1 year ago | |
| atexo/job-queue-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| atheon/ckeditor-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 3 years ago | |
| atheon/user-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 3 years ago | |
| atm/articlebundle | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| atm/badgebundle | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| atm/commentbundle | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| atm/mailbundle | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| atm/ordertrackerbundle | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| atm/pointsbundle | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| atm/surveybundle | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| atoomstudio/user-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 1 year ago | |
| atoum/atoum-bundle | — | 44 | 47 | 25 | 214 | 11 | 5.1 | 11.1 | MIT | 11 months ago | |
| 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 | |
| atournayre/helpers | Symfony helper toolkit to speed up development: base controller with explicit helpers, typed exceptions, flash message constants and service, JSON response helper, abstract kernel exception listener, and a Twig enum extension (with optional CSS mapping per enum case). | 0 | 0 | 0 | 0 | 0 | 1.2 | — | — | 3 years ago | |
| attuladzan/gravity-editor-bundle | — | 0 | 0 | 0 | 0 | 0 | 11.2 | — | MIT | 6 months ago | |
| audioteka/i18n-routing-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| austral/form-bundle | — | 1 | 1 | 0 | 18 | 0 | 1.5 | 13.8 | MIT | 2 years ago | |
| 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 | — | |
| 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 | — | |
| auviis/propel-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| avaibook-nelmio/api-doc-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| avro/csv-bundle | — | 29 | 30 | 12 | 146 | 2 | 4.1 | 11.4 | — | 4 years ago | |
| avtonom/form-helper-error-bundle | — | 0 | 1 | 0 | 0 | 0 | 0.0 | — | — | — | |
| awstudio/product-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.6 | — | — | 8 years ago | |
| awstudio-paris/user-bundle | — | 1 | 1 | 0 | 10 | 0 | 0.0 | 10.8 | MIT | — | |
| aymdev/fregata-bundle | — | 2 | 2 | 0 | 0 | 0 | 0.3 | — | MIT | 4 years ago | |
| azyouness/request-to-form-bundle | — | 8 | 8 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| b2pweb/bdf-form | — | 3 | 3 | 0 | 242 | 0 | 0.1 | 24.7 | MIT | — | |
| babdev/money-bundle | — | 20 | 19 | 0 | 11K | 0 | 0.1 | 37.4 | NOASSERTION | — | |
| backender/epiceditor-bundle | — | 2 | 2 | 1 | 0 | 2 | 0.4 | — | MIT | — | |
| backsystem/autocomplete | — | 0 | 0 | 0 | 9 | 0 | 1.2 | 13.8 | — | 1 year ago | |
| backsystem/base | — | 0 | 0 | 0 | 6 | 0 | 21.0 | 13.7 | — | 1 month ago | |
| 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 | |
| baks-dev/reference-field | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| bannister/user-bundle | — | 0 | 1 | — | 0 | — | 0.0 | — | — | — | |
| barbondev/payment-paypoint-hosted-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| barth/simple-config-bundle | — | 4 | 4 | 0 | 0 | 0 | 1.0 | — | MIT | 7 years ago | |
| bartosz-maciaszek/trix-bundle | — | 0 | 0 | 0 | 0 | 1 | 0.1 | — | — | — | |
| barygi/user-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 5 years ago | |
| basic-builder/easybuilder-bundle | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| bcc/cron-manager-bundle | — | 163 | 166 | 39 | 562 | 3 | 2.9 | 10.0 | MIT | — | |
| beatgeb/terrific-composer-bundle | — | 1 | 1 | 0 | 0 | 0 | 0.3 | — | MIT | 10 years ago | |
| becklyn/gluggi-bundle | — | 5 | 5 | 2 | 75 | 1 | 6.6 | 20.2 | BSD-3-Clause | 3 years ago | |
| becklyn/ordered-form-bundle | — | 5 | 5 | 1 | 6K | 0 | 3.1 | 41.2 | BSD-3-Clause | 2 years ago | |
| becklyn/rad | — | 1 | 1 | 0 | 104 | 0 | 5.8 | 26.4 | BSD-3-Clause | 4 years ago | |
| becklyn/rad-bundle | — | 3 | 3 | 3 | 47 | 0 | 25.3 | 17.4 | BSD-3-Clause | 3 months ago | |
| becklyn/static-roles-bundle | — | 4 | 4 | 2 | 22 | 1 | 1.7 | 10.1 | BSD-3-Clause | 3 years ago | |
| becklyn/video-platforms | Symfony bundle providing helpers to parse and normalize video URLs (YouTube/Vimeo etc.), serialize/store as “platform@id” or arrays, validate via constraints, and integrate with entities and forms using a VideoUrlType. | 2 | 2 | 0 | 62 | 0 | 1.5 | 20.8 | BSD-3-Clause | 4 years ago | |
| beelab/recaptcha2-bundle | Symfony bundle that integrates Google reCAPTCHA v2 into your app. Provides easy configuration, form integration, and server-side verification support, with documentation and tests included. Released under the LGPL license. | 51 | 55 | 11 | 9K | 2 | 19.0 | 34.9 | LGPL-3.0 | 4 months ago | |
| beelab/tag-bundle | — | 46 | 51 | 17 | 97 | 6 | 2.5 | 8.6 | LGPL-3.0 | — | |
| beelab/user-bundle | — | 17 | 19 | 5 | 3 | 3 | 0.5 | 0.9 | — | — | |
| bengor/file-bundle | — | 0 | 0 | 2 | 0 | 2 | 4.4 | — | MIT | 7 years ago | |
| bengor/user-bundle | — | 12 | 12 | 0 | 0 | 1 | 7.7 | — | MIT | 9 years ago | |
| bengor-file/file-bundle | — | 0 | 0 | 2 | 24 | 2 | 4.4 | 19.3 | MIT | 7 years ago | |
| bengor-user/user-bundle | Fully featured, well-tested Symfony user bundle built on BenGorUser. Supports multiple user types and HTML/JSON renderers. Includes registration (confirmation/invites), login/logout, JWT auth, password reset, user removal, role management, and token purging. | 12 | 13 | 0 | 50 | 1 | 7.7 | 9.5 | MIT | 9 years ago | |
| benjaminlazarecki/scarepiceditor-bundle | — | 0 | 0 | 1 | 0 | 0 | 0.0 | — | MIT | — | |
| 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 | |
| berduj/sso-auth-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| berry/symfony | — | 0 | 0 | 0 | 49 | 0 | 0.0 | 23.5 | MIT | — | |
| besimple/sso-auth-bundle | — | 124 | 124 | 71 | 243 | 31 | 12.1 | 17.3 | — | — | |
| besmartand-pro/tiptap-editor | — | 0 | 0 | 0 | 2 | 0 | 17.1 | 7.5 | — | 3 months ago | |
| be-soft/recaptcha-bundle | — | 0 | 0 | 0 | 8 | 0 | 16.6 | 15.1 | MIT | 3 months ago | |
| beyondbluesky/cron-manager-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| beyonder-capi/job-queue-bundle | — | 0 | 0 | 0 | 2 | 0 | 20.1 | 7.7 | — | 2 months ago | |
| bic/form-validation | — | 4 | 4 | 0 | 0 | 1 | 0.1 | — | — | — | |
| biig/dictionary-bundle | — | 8 | 8 | 10 | 24 | 10 | 5.4 | 11.1 | — | 6 years ago | |
| biig/melodiia | — | 18 | 18 | 4 | 1 | 8 | 18.9 | 2.9 | MIT | 6 months ago | |
| binaryspanner/quickforms | — | 0 | 0 | 1 | 0 | 0 | 0.0 | — | MIT | — | |
| binsoul/symfony-bundle-i18n | — | 0 | 0 | 0 | 76 | 0 | 0.0 | 26.1 | MIT | — | |
| birko/minishop-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| bitbag/sylius-feed-plugin | — | 0 | 0 | 1 | 1 | 0 | 0.7 | 4.2 | MIT | 1 year ago | |
| bitfriends/sonata-block-bundle | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| bitfriends/sonata-media-bundle | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| bitfriends/sonata-user-bundle | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| black/common | Common utilities for Black projects: an abstract Doctrine Manager helper with convenience methods plus simple specification classes (and/or/not). Install via Composer and reuse across apps needing lightweight Doctrine-oriented shared code. | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| black/common-bundle | — | 3 | 3 | 0 | 0 | 0 | 0.0 | — | — | — | |
| blackknight467/ayah-bundle | — | 0 | 2 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| 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 | — | — | — | |
| bluebear/adminbundle | — | 9 | 9 | 1 | 0 | 33 | 16.0 | 18.3 | MIT | 6 years ago | |
| bml/form-theme-bundle | — | 1 | 2 | 0 | 0 | 0 | 0.0 | — | — | — | |
| bobv/latex-bundle | Symfony bundle for flexible PDF rendering via LaTeX. Build .tex documents with an OOP API, compile them to PDF, return PDFs in HTTP responses with one command, and avoid unnecessary recompiles with basic caching. | 23 | 24 | 11 | 348 | 1 | 30.0 | 19.2 | MIT | 1 month ago | |
| boekkooi/jquery-validation-bundle | — | 27 | 27 | 25 | 22 | 5 | 6.7 | 5.7 | MIT | 9 years ago | |
| bonami-cz/assetic-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| boostworld/comment-bundle | — | 5 | 6 | 2 | 2K | 0 | 3.4 | 35.3 | MIT | 2 years ago | |
| br/signed-request-bundle | — | 16 | 16 | 2 | 0 | 2 | 0.5 | — | — | — | |
| braincrafted/bootstrap-bundle | — | 392 | 405 | 177 | 2K | 36 | 23.4 | 25.7 | MIT | 10 years ago | |
| brandbaboon/cookie-consent-bundle | — | 0 | 0 | 0 | 0 | 0 | 14.3 | — | MIT | 4 months ago | |
| brandcodenl/n1ed-editor-bundle | — | 1 | 1 | 0 | 0 | 0 | 0.3 | — | MIT | 6 years ago | |
| brandoriented/form-filter-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| braunstetter/choosy-type | — | 0 | 0 | 0 | 0 | 0 | 1.8 | — | — | 3 years ago | |
| braunstetter/control-panel-bundle | — | 1 | 1 | 0 | 0 | 1 | 0.1 | — | — | — | |
| braunstetter/media-bundle | — | 2 | 2 | 0 | 0 | 0 | 3.0 | — | — | 1 year ago | |
| braunstetter/paragraphs | — | 0 | 0 | 0 | 85 | 0 | 0.0 | 26.7 | — | — | |
| braunstetter/translated-forms | — | 0 | 0 | 0 | 0 | 0 | 1.2 | — | — | 3 years ago | |
| braunstetter/valid-form-event | — | 0 | 0 | 0 | 32 | 0 | 0.3 | 21.0 | — | 4 years ago | |
| brunschgi/terrific-composer-bundle | — | 7 | 7 | 3 | 0 | 0 | 0.4 | 0.4 | MIT | — | |
| bsdrazor/ckfinder-symfony-bundle | — | 0 | 0 | 0 | 0 | 0 | 1.8 | — | NOASSERTION | 1 year ago | |
| 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 | — | |
| bukashk0zzz/booleantype-bundle | — | 1 | 1 | 0 | 2 | 0 | 0.9 | 4.2 | MIT | 4 years ago | |
| bukashk0zzz/filter-bundle | — | 23 | 24 | 5 | 10 | 2 | 6.2 | 2.5 | MIT | 3 years ago | |
| bukashk0zzz/timestamptype-bundle | — | 1 | 1 | 0 | 988 | 0 | 4.2 | 37.2 | MIT | 2 years ago | |
| bungle/framework | Laravel framework components and utilities for building PHP web applications, providing common helpers and structure for routing, configuration, events, and more as part of the bungle ecosystem. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| burgov/key-value-form-bundle | — | 44 | 44 | 35 | 2K | 6 | 7.3 | 25.6 | MIT | 6 years ago | |
| bxnxg/antispam-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| byscripts/form-handler-bundle | — | 0 | 0 | 0 | 0 | 0 | 2.1 | — | — | 12 years ago | |
| byscripts/static-entity-bundle | — | 0 | 0 | 2 | 2 | 1 | 5.6 | 7.3 | — | 6 years ago | |
| byteincoffee/doctrine-extensions-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| bytes-commerce/newsletter-bundle | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | — | — | |
| c0ntax/parsley-bundle | Symfony bundle that maps Symfony Form constraints and entity annotations to Parsley.js data-parsley-* attributes for client-side validation. Includes basic configuration (enable/trigger) and supports Email, Length, Pattern, Min/Max, Required, and Range. | 3 | 3 | 0 | 0 | 2 | 3.3 | 0.8 | Apache-2.0 | 8 years ago | |
| c33s/form-extra-bundle | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| c975l/book-bundle | — | 1 | 1 | 0 | 20 | 0 | 0.0 | 14.4 | MIT | — | |
| c975l/config-bundle | — | 3 | 3 | 0 | 214 | 0 | 0.0 | 16.9 | MIT | — | |
| c975l/contactform-bundle | — | 2 | 2 | 0 | 10 | 0 | 0.2 | 6.2 | MIT | 8 years ago | |
| c975l/core-bundle | — | 1 | 1 | 0 | 119 | 0 | 0.0 | 24.6 | MIT | — | |
| c975l/email-bundle | — | 2 | 2 | 1 | 2 | 0 | 0.0 | 2.2 | MIT | — | |
| c975l/events-bundle | — | 2 | 2 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| c975l/exceptionchecker-bundle | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| c975l/gallery-bundle | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| c975l/gift-voucher-bundle | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| c975l/giftvoucher-bundle | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| c975l/pageedit-bundle | — | 2 | 2 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| c975l/payment-bundle | — | 1 | 1 | 1 | 2 | 0 | 0.0 | 4.2 | MIT | — | |
| c975l/purchasecredits-bundle | — | 2 | 2 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| c975l/site-bundle | — | 1 | 1 | 0 | 207 | 1 | 0.1 | 27.9 | MIT | — | |
| c975l/social-bundle | — | 2 | 2 | 0 | 211 | 0 | 0.0 | 25.6 | MIT | — | |
| c975l/ui-bundle | — | 1 | 1 | 0 | 215 | 0 | 0.0 | 20.0 | MIT | — | |
| c975l/user-bundle | GDPR-focused user management bundle inspired by FOSUserBundle: Doctrine entities (extendable), signup/signin/profile/password reset forms, email notifications, social login (HWIOAuth), public profiles, anti-brute-force delays, Gravatar/social avatars, JS data access, and JSON API. | 3 | 3 | 1 | 0 | 0 | 0.0 | 1.7 | MIT | — | |
| cadoles/captcha | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| cafe-culture/blog-bundle | — | 0 | 0 | 0 | 0 | 0 | 17.1 | — | MIT | 5 months ago | |
| carlescliment/html2pdf-bundle | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | GPL-2.0 | — | |
| carloschininin/attach-file-bundle | — | 1 | 1 | 0 | 23 | 1 | 21.9 | 17.6 | — | 2 months ago | |
| carlossosa88/command-scheduler-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| cast1el/oauth-server-bundle | — | 0 | 0 | 1 | 0 | 0 | 2.4 | — | — | 4 years ago | |
| cast1el/user-bundle | — | 1 | 1 | 1 | 0 | 0 | 1.3 | — | MIT | 4 years ago | |
| catch-of-the-day/elastica-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| ccetc/directory-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | GPL-2.0 | — | |
| ccetc/directory-user-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| ccetc/error-report-bundle | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | — | — | |
| cethyworks/content-injector-bundle | — | 3 | 3 | 5 | 4 | 0 | 1.3 | 2.9 | — | 6 years ago | |
| cethyworks/google-place-autocomplete-bundle | — | 10 | 11 | 8 | 3 | 3 | 2.3 | 1.6 | — | 6 years ago | |
| chaima409/oauth-server-bundle | — | 0 | 1 | 0 | 0 | 0 | 0.3 | — | — | 6 years ago | |
| chamber-orchestra/cms-bundle | — | 1 | 1 | 0 | 7 | 0 | 0.0 | 9.0 | Apache-2.0 | — | |
| chamber-orchestra/file-bundle | — | 0 | 0 | 0 | 346 | 0 | 0.0 | 35.1 | MIT | — | |
| chamber-orchestra/form-bundle | — | 2 | 2 | 1 | 348 | 0 | 0.0 | 28.6 | MIT | — | |
| chamber-orchestra/openapi-doc-bundle | — | 0 | 0 | 1 | 343 | 0 | 0.0 | 35.0 | Apache-2.0 | — | |
| chamber-orchestra/pagination-bundle | — | 0 | 0 | 0 | 378 | 0 | 0.3 | 36.0 | MIT | — | |
| chamber-orchestra/translation-bundle | — | 0 | 0 | 0 | 28 | 0 | 0.0 | 20.2 | Apache-2.0 | — | |
| chamilo/settings-bundle | — | 4 | 4 | 2 | 4K | 0 | 1.7 | 40.5 | — | 1 month ago | |
| champs-libres/wopi-test-bundle | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| chanondb/symfony7-cookie-consent-bundle | — | 0 | 0 | 1 | 0 | 1 | 0.1 | — | MIT | — | |
| chaplean/elastica-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| chaplean/form-handler-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| chaplean/oauth-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| chaplean/unit-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| chebur/login-form-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.6 | — | MIT | 6 years ago | |
| checcoux/fm-elfinder-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| check24/apitk-manipulation-bundle | — | 1 | 1 | 3 | 0 | 0 | 2.2 | 0.4 | MIT | 4 years ago | |
| chesteroni/test-bundle | — | 0 | 0 | 1 | 0 | 0 | 0.0 | — | Apache-2.0 | — | |
| chifek/user-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.9 | — | MIT | 5 years ago | |
| chilldev/file-manager-bundle | — | 0 | 10 | — | 0 | — | 0.0 | — | — | — | |
| choros/form-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| chub/interkassa-bundle | — | 2 | 2 | 0 | 0 | 0 | 0.0 | — | — | — | |
| citizen63000/easy-api-bundle | — | 5 | 5 | 3 | 13 | 10 | 27.5 | 11.3 | MIT | 3 months ago | |
| citizen63000/easy-api-core | — | 0 | 0 | 1 | 1 | 0 | 21.5 | 4.9 | MIT | 1 month ago | |
| ckfinder/ckfinder-symfony2-bundle | — | 0 | 9 | — | 1 | — | 0.0 | 4.2 | — | — | |
| ckfinder/ckfinder-symfony3-bundle | — | 0 | 12 | — | 0 | — | 0.0 | — | — | — | |
| ckfinder/ckfinder-symfony-bundle | — | 43 | 43 | 33 | 5K | 23 | 22.9 | 39.4 | NOASSERTION | 8 months ago | |
| clem/custompbxbundle | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| clementtalleu/easyadmin-markdown-bundle | — | 13 | 13 | 0 | 173 | 0 | 16.9 | 17.8 | MIT | 3 months ago | |
| cleverage/process-ui-bundle | — | 0 | 0 | 1 | 34 | 1 | 1.0 | 15.0 | — | 3 years ago | |
| clippings/money-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.6 | — | MIT | 8 years ago | |
| cm2tech/serializer-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 5 years ago | |
| cmdconfig/robokassa-bundle | — | 0 | 0 | 1 | 0 | 0 | 0.0 | — | — | — | |
| cmrweb/stripe-bundle | — | 1 | 1 | 0 | 66 | 0 | 9.6 | 19.3 | — | 7 months ago | |
| coa/videolibrary-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.2 | — | — | — | |
| coa/videolibraryms-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| codag/restfabrication-bundle | — | 11 | 12 | 2 | 0 | 1 | 0.8 | — | — | 11 years ago | |
| 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 | |
| codeclipse/sortable-behavior-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| codeplace-io/color-picker-bundle | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| coderspotting/toast-message | — | 0 | 0 | 0 | 0 | 0 | 0.5 | — | MIT | 9 years ago | |
| codete/form-generator-bundle | — | 33 | 36 | 7 | 0 | 2 | 1.1 | — | MIT | 8 years ago | |
| codyas/skeleton-bundle | — | 0 | 0 | 0 | 0 | 4 | 1.0 | 0.8 | MIT | — | |
| codyas/toolbox-bundle | — | 3 | 3 | 0 | 0 | 0 | 0.0 | — | — | — | |
| cogitech/dotpay-bundle | — | 2 | 2 | 2 | 0 | 0 | 0.1 | — | MIT | — | |
| coka/file-bundle | — | 2 | 3 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| coka/rest-request-validator-bundle | — | 2 | 3 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| colin/action-bundle | — | 2 | 2 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| commercetools/symfony-bundle | — | 10 | 11 | 6 | 0 | 5 | 0.8 | 0.8 | MIT | — | |
| components-web-app/api-components-bundle | — | 32 | 32 | 8 | 127 | 3 | 1.1 | 9.8 | MIT | — | |
| comsa/sulu-reservations | — | 0 | 1 | — | 0 | — | 0.0 | — | — | — | |
| comsa/sulu-shopping-cart | — | 0 | 1 | — | 0 | — | 0.0 | — | — | — | |
| comunedifirenze/bicorebundle | — | 1 | 1 | 3 | 33 | 2 | 1.5 | 21.4 | MIT | — | |
| comunedifirenze/user-bundle | — | 0 | 0 | 2 | 65 | 0 | 0.2 | 25.1 | MIT | — | |
| comur/content-admin-bundle | — | 2 | 3 | 0 | 9 | 2 | 3.1 | 8.3 | — | 6 years ago | |
| comur/image-bundle | Symfony bundle for image upload and cropping in forms. Built on jQuery File Upload and JCrop with Bootstrap-friendly widgets (single image or gallery), library selection, ordering, and optional Imagick support for animated GIF cropping. | 104 | 106 | 71 | 252 | 12 | 10.7 | 15.9 | — | 7 years ago | |
| configuratorware/configurator-api | — | 0 | 0 | — | 275 | — | 0.0 | 33.6 | — | — | |
| connectholland/cookie-consent-bundle | — | 25 | 26 | 30 | 1K | 0 | 5.0 | 16.5 | MIT | 2 years ago | |
| 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 | |
| contao/contao | — | 437 | 438 | 172 | 48 | 346 | 27.3 | 26.8 | LGPL-3.0 | — | |
| contao/core-bundle | — | 123 | 130 | 55 | 22K | 0 | 2.3 | 31.1 | LGPL-3.0 | — | |
| coosos/tag-bundle | — | 2 | 2 | 0 | 0 | 0 | 3.3 | — | MIT | 8 years ago | |
| coosos/user-role-type-bundle | — | 2 | 2 | 0 | 0 | 0 | 0.6 | — | MIT | 6 years ago | |
| coral/site-bundle | — | 5 | 6 | 1 | 0 | 0 | 6.7 | — | MIT | 4 years ago | |
| core23/antispam-bundle | — | 0 | 52 | — | 0 | — | 0.0 | — | — | — | |
| core23/facebook-bundle | — | 0 | 0 | 0 | 0 | 0 | 2.0 | — | MIT | 6 years ago | |
| 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 | |
| core23/piwik-bundle | — | 0 | 0 | 1 | 0 | 0 | 1.1 | — | MIT | 9 years ago | |
| core23/shariff-bundle | — | 4 | 5 | 2 | 0 | 2 | 2.9 | — | MIT | 4 years ago | |
| core2pl/user-bundle | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| corponat/api-doc-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| cors/friendly-captcha-bundle | — | 5 | 5 | 8 | 1K | 0 | 2.4 | 32.6 | MIT | 1 year ago | |
| corvet/light-field-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| cosmow/riak-odm-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| courtyard/forum-bundle | — | 3 | 3 | 2 | 0 | 3 | 0.4 | 0.3 | — | — | |
| couss/recaptcha-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| coverd/money-bundle | — | 0 | 3 | — | 0 | — | 0.0 | — | — | — | |
| craue/config-bundle | — | 175 | 176 | 36 | 10K | 7 | 4.2 | 27.0 | MIT | — | |
| craue/formflow-bundle | — | 749 | 761 | 125 | 32K | 62 | 24.7 | 45.7 | MIT | — | |
| craue/formflow-demo-bundle | — | 29 | 29 | 13 | 22 | 2 | 0.9 | 3.3 | MIT | — | |
| craue/twigextensions-bundle | — | 79 | 81 | 12 | 955 | 1 | 0.9 | 15.3 | MIT | — | |
| creatissimo/user-bundle | — | 1 | 1 | 1 | 0 | 0 | 1.8 | — | MIT | 5 years ago | |
| creative-coding/classification-bundle | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| creative-web-solution/cws-quilljs-bundle | Symfony bundle that integrates the QuillJS rich text editor. Install via Composer, register the bundle, then configure cws_quill_js in config/packages to enable it and define toolbar buttons (bold/italic, lists, links, clean, etc.). | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| creative-web-solution/imagine-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| crell/planedo-bundle | — | 1 | 1 | 2 | 0 | 0 | 0.1 | — | AGPL-3.0 | — | |
| crisistextline/user-profile-bundle | — | 1 | 1 | 0 | 0 | 1 | 0.4 | — | — | 10 years ago | |
| crosiersource/crosierlib-base | — | 0 | 1 | — | 0 | — | 0.0 | — | — | — | |
| crossknowledge/datatable-bundle | — | 4 | 4 | 7 | 0 | 0 | 4.6 | 0.4 | — | 11 months ago | |
| crovitche/swiss-geo-bundle | — | 3 | 3 | 0 | 1 | 0 | 6.7 | 1.4 | GPL-3.0 | 10 months ago | |
| cubetools/cube-common-bundle | — | 0 | 0 | 2 | 0 | 9 | 12.1 | 4.5 | — | 2 years ago | |
| cubetools/cube-custom-fields-bundle | — | 0 | 0 | 0 | 0 | 4 | 9.5 | 1.1 | MIT | 4 years ago | |
| curious-inc/file-upload-form-type-bundle | — | 0 | 3 | — | 0 | — | 0.0 | — | — | — | |
| curious-inc/map-form-type-bundle | — | 0 | 3 | — | 0 | — | 0.0 | — | — | — | |
| customscripts/helpdesk-bundle | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| cutwise/oauth-server-bundle | — | 0 | 0 | 0 | 0 | 0 | 2.4 | — | — | 5 years ago | |
| cvele/translation-bundle | — | 0 | 0 | 0 | 10 | 0 | 1.5 | 14.4 | — | 4 years ago | |
| cwd/bootgrid-bundle | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| cybernodev/framework-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| cymo/entity-rating-bundle | — | 2 | 2 | 3 | 0 | 0 | 1.9 | — | — | 3 years ago | |
| cyve/json-schema-form-bundle | — | 7 | 7 | 8 | 0 | 2 | 0.8 | 0.4 | MIT | — | |
| cyve/password-manager-bundle | — | 1 | 1 | 1 | 2 | 0 | 0.0 | 4.2 | MIT | — | |
| czechphp/czech-bank-account-bundle | — | 0 | 0 | 0 | 719 | 0 | 9.9 | 42.1 | MIT | 8 months ago | |
| daa/addressable-bundle | — | 6 | 6 | 10 | 0 | 1 | 3.4 | — | — | 8 years ago | |
| daanbiesterbos/job-queue-bundle | — | 2 | 2 | 0 | 0 | 0 | 0.3 | — | NOASSERTION | 5 years ago | |
| daddl3/email_with_login_link_and_change_password | — | 0 | 0 | — | 77 | — | 0.0 | 27.5 | — | — | |
| daddl3/symfony-ckeditor-5-webpack | — | 0 | 4 | — | 183 | — | 0.0 | 31.4 | — | — | |
| daemon/form-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| dahovitech/media-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| dalv/wordbundle | — | 0 | 0 | 0 | 0 | 0 | 0.9 | — | MIT | 5 years ago | |
| damienharper/user-bundle | — | 4 | 5 | 1 | 1 | 1 | 2.6 | 1.1 | MIT | 5 years ago | |
| danilovl/select-autocompleter-bundle | — | 5 | 5 | 0 | 10 | 0 | 20.1 | 6.5 | MIT | 6 months ago | |
| dankempster/contact-bundle | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| dantleech/symfony-form-array-to-delimited-string-transformer | Symfony Form data transformer that converts delimited text fields to arrays and back. Trims whitespace, ignores empty values, and supports custom delimiters plus configurable output padding for formatted tag/keyword input. | 1 | 1 | 5 | 0 | 2 | 0.7 | 0.4 | — | — | |
| darienmh/user-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| dario_swain/re-captcha-validator | Lightweight Google reCAPTCHA v2 form type and validator component for Symfony2. Not a bundle—fully configurable services. Install via Composer, set public/private keys, and register the ReCaptcha form type to validate submissions in your forms. | 8 | 8 | 4 | 621 | 2 | 2.5 | 25.8 | MIT | 10 years ago | |
| dariotilgner/easyadmin-extension-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.6 | — | MIT | 4 years ago | |
| dariotilgner/liform | Serialize Symfony Forms into JSON Schema for documentation, validation, and client-side form generation. Works with generators like liform-react or json-editor, and powers LiformBundle. Use as a standalone library to keep backend and frontend forms in sync. | 1 | 1 | 0 | 1 | 0 | 0.3 | 2.4 | MIT | 4 years ago | |
| darkanakin41/media-bundle | — | 1 | 1 | 0 | 0 | 0 | 0.3 | — | — | 6 years ago | |
| darkanakin41/table-bundle | — | 0 | 1 | 0 | 0 | 1 | 0.4 | — | — | 6 years ago | |
| darles/forum-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| darylseven/editorjs-bundle | Symfony bundle integrating Editor.js with Symfony Forms and Twig. Adds an EditorjsType form field, configurable editor setups, and a Twig helper to render/init the editor. Includes example config and JS init (Encore/webpack). | 0 | 0 | 1 | 35 | 0 | 15.9 | 24.2 | MIT | 4 months ago | |
| datatheke/pager-bundle | — | 11 | 11 | 2 | 7 | 0 | 0.1 | 2.8 | MIT | — | |
| datinglibre/datinglibre-app-bundle | — | 0 | 2 | — | 0 | — | 0.0 | — | — | — | |
| dayspring-tech/login-bundle | — | 0 | 0 | 0 | 1K | 0 | 4.8 | 43.5 | MIT | 1 year ago | |
| dcs/password-reset-explain-view-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| dcs/security-auth-form-bundle | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| ddereszewski/job-queue-bundle | — | 1 | 1 | 2 | 0 | 0 | 6.4 | — | — | 2 years ago | |
| deadkash/translation-form-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| delormejonathan/elastica-bundle | — | 0 | 0 | 0 | 5 | 0 | 1.2 | 10.8 | — | 5 years ago | |
| demoniacdeath/enum-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| demontpx/rigid-search-bundle | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| demontpx/user-bundle | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| demontpx/util-bundle | — | 0 | 0 | 0 | 1 | 0 | 0.1 | 4.2 | MIT | — | |
| den01101/oauth-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| deozza/philarmony-core-bundle | — | 3 | 3 | 0 | 0 | 2 | 0.4 | — | — | — | |
| deozza/philarmony-user-bundle | — | 0 | 0 | 0 | 0 | 2 | 0.4 | — | — | — | |
| deozza/response-maker-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| derafu/form | derafu/form is a lightweight PHP/Laravel package for building and handling HTML forms more easily. It provides helpers to define fields, render form elements, and manage form input/validation in a cleaner, reusable way across your application. | 0 | 0 | 1 | 126 | 0 | 0.0 | 29.1 | MIT | — | |
| destro/json-schema-form-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 5 years ago | |
| developer-hola/command-scheduler-bundle | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| developerlab/mollie-payment-bundle | — | 1 | 1 | 1 | 0 | 0 | 0.0 | — | MIT | — | |
| development-x/media-bundle | — | 1 | 1 | 1 | 0 | 0 | 0.0 | — | MIT | — | |
| developtech/agility-bundle | — | 2 | 2 | 0 | 67 | 62 | 16.2 | 38.7 | — | — | |
| devgeek/beacon-admin | — | 0 | 0 | 0 | 0 | 0 | 18.1 | — | MIT | 3 months ago | |
| devmachine/form-bundle | — | 0 | 0 | 0 | 1 | 0 | 0.0 | 2.9 | — | — | |
| digipolisgent/domainator9k-core-bundle | — | 0 | 0 | 0 | 3 | 0 | 1.3 | 8.3 | — | 2 years ago | |
| digipolisgent/setting-bundle | — | 1 | 1 | 0 | 6 | 0 | 0.4 | 8.3 | — | 8 years ago | |
| digitalmania/sonata-user-bundle | — | 0 | 0 | 1 | 0 | 0 | 0.0 | — | — | — | |
| digitalrevolution/phpunit-extensions | — | 3 | 3 | 2 | 3K | 1 | 18.6 | 43.6 | MIT | 6 months ago | |
| digivia/form-handler | — | 8 | 8 | 0 | 0 | 0 | 2.1 | — | — | 5 years ago | |
| dimiceli/cookie-consent-bundle | — | 0 | 0 | 0 | 0 | 0 | 2.1 | — | MIT | 4 years ago | |
| dimkinthepro/jwt-auth-bundle | — | 0 | 0 | 0 | 12 | 0 | 21.1 | 18.1 | — | 1 month ago | |
| discutea/forum-bundle | — | 27 | 27 | 13 | 0 | 1 | 2.7 | — | — | 8 years ago | |
| discutea/media-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| disjfa/mail-bundle | — | 2 | 2 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| disjfa/translation-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| distlibs/formflow-bundle | — | 0 | 0 | 0 | 1 | 0 | 0.0 | 4.2 | MIT | — | |
| districtweb/cmsconfiguratorbundle | Symfony bundle for building and managing application configuration via a “configurator” approach. Provides structure to define, load, and persist configurable settings for your CMS or app, with tooling aimed at simplifying configuration workflows. | 0 | 0 | 0 | 0 | 1 | 0.1 | — | — | — | |
| dkomarek/datatables-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 4 years ago | |
| dmishh/recaptcha-bundle | — | 4 | 4 | 3 | 0 | 2 | 0.5 | — | MIT | — | |
| dmishh/settings-bundle | — | 114 | 115 | 59 | 1K | 20 | 10.9 | 24.1 | MIT | 5 years ago | |
| dms/dms-filter-bundle | — | 78 | 79 | 24 | 1K | 1 | 5.8 | 17.5 | MIT | 1 year ago | |
| dmytrof/access-permissions-bundle | Symfony 4/5 bundle for defining access permissions with security voters. Provides AbstractVoter plus CRUD helpers/traits and an AdminInterface to expose per-user allowed attributes (view/create/edit/delete) for your entities. | 1 | 1 | 0 | 13 | 0 | 3.3 | 12.1 | MIT | 5 years ago | |
| dmytrof/models-management-bundle | Symfony 4/5 bundle to manage models and entities from databases and external sources (e.g., third-party APIs). Provides a unified way to organize, handle, and work with your application’s domain data. | 0 | 0 | 0 | 13 | 0 | 9.0 | 15.8 | MIT | 4 years ago | |
| dmytrof/settings-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| dobryprogramator/smartform-bundle | — | 0 | 0 | 0 | 10 | 0 | 5.4 | 14.4 | MIT | 5 years ago | |
| 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 | |
| doctrine/phpcr-bundle | — | 158 | 160 | 65 | 23K | 6 | 25.2 | 35.3 | MIT | 5 months ago | |
| domenik88/datagrid-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| donjohn/media-bundle | — | 2 | 2 | 2 | 0 | 2 | 2.4 | 5.4 | MIT | 7 years ago | |
| dontdrinkandroot/bootstrap-bundle | — | 0 | 0 | 0 | 154 | 0 | 0.0 | 30.3 | Apache-2.0 | — | |
| dontdrinkandroot/crud-admin-bundle | — | 0 | 0 | 0 | 106 | 2 | 0.7 | 28.0 | Apache-2.0 | 4 years ago | |
| dontdrinkandroot/gitki-bundle | — | 9 | 9 | 2 | 0 | 17 | 6.7 | 6.0 | Apache-2.0 | 8 years ago | |
| dontdrinkandroot/utils-bundle | — | 0 | 0 | 0 | 0 | 0 | 2.1 | — | — | 9 years ago | |
| dotdev/currency-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| drenso/symfony-shared | — | 1 | 1 | 0 | 354 | 0 | 0.0 | 31.1 | — | — | |
| drosalys-web/form-bundle | — | 0 | 0 | — | 128 | — | 0.0 | 30.1 | — | — | |
| drosalys-web/web-socket-bundle | — | 0 | 0 | — | 45 | — | 0.0 | 23.0 | — | — | |
| druidvav/crawler-detect-bundle | — | 0 | 0 | 0 | 11 | 0 | 0.6 | 14.9 | — | 10 years ago | |
| duc01nguyen/health-check-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| 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 | |
| dunglas/angular-csrf-bundle | — | 148 | 153 | 32 | 658 | 0 | 1.5 | 7.2 | MIT | 7 years ago | |
| 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 | |
| dyatlovk/usersbundle | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| dzignphp/core-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.3 | 0.4 | MIT | — | |
| easycorp/easyadmin-bundle | — | 4,296 | 4,298 | 1,097 | 404K | 54 | 90.7 | 63.1 | MIT | 1 month ago | |
| ebidtech/ckeditor-bundle | — | 1 | 1 | 0 | 0 | 0 | 0.6 | — | MIT | 11 years ago | |
| eckinox/address-bundle | — | 1 | 2 | 1 | 0 | 0 | 3.6 | — | MIT | 2 years ago | |
| eckinox/tinymce-bundle | — | 28 | 28 | 4 | 8K | 6 | 5.3 | 35.3 | MIT | 2 years ago | |
| ecohead/symfony-form-generator-bundle | — | 0 | 0 | 0 | 0 | 1 | 0.6 | 1.5 | MIT | — | |
| ecohead/symfony-tailwind-form-theme-bundle | — | 1 | 1 | 0 | 0 | 1 | 0.3 | 0.4 | MIT | — | |
| ecommit/crud-bundle | — | 0 | 0 | 2 | 160 | 0 | 0.1 | 30.5 | MIT | — | |
| ecommit/javascript-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| ecommit/select2-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| ecourty/platform-parameter-bundle | — | 0 | 0 | 0 | 4 | 0 | 11.8 | 10.6 | MIT | 6 months ago | |
| edfa3ly/handy-form-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| eduandebruijne/admin-bundle | — | 0 | 1 | 0 | 13 | 0 | 12.8 | 17.4 | MIT | 6 months ago | |
| eductool/quill-editor-bundle | — | 1 | 1 | 0 | 9 | 0 | 0.0 | 10.2 | — | — | |
| edumedia/tag-bundle | — | 3 | 3 | 1 | 79 | 0 | 0.0 | 18.2 | — | — | |
| effiana/api-doc-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 6 years ago | |
| effiana/easyadmin-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| effiana/formflow-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | NOASSERTION | — | |
| effiana/job-queue-bundle | — | 0 | 0 | 0 | 0 | 0 | 4.8 | — | — | 5 years ago | |
| effiana/jsonform | Serialize Symfony Forms into JSON Schema for documentation, validation, and client-side form generation. Map form field types to transformers via a resolver, then transform a Form into a JSON schema usable with tools like json-editor or liform-react. | 1 | 1 | 0 | 0 | 0 | 2.1 | — | MIT | 6 years ago | |
| egeloen/base64-file-bundle | — | 8 | 9 | 6 | 4 | 2 | 0.6 | 2.2 | MIT | — | |
| egeloen/ckeditor-bundle | — | 333 | 338 | 107 | 7K | 14 | 9.1 | 24.2 | MIT | — | |
| egeloen/form-extra-bundle | — | 10 | 10 | 17 | 167 | 2 | 1.0 | 16.7 | MIT | — | |
| egeloen/google-map-bundle | — | 215 | 219 | 152 | 2K | 13 | 9.9 | 20.3 | MIT | — | |
| egeloen/ordered-form | Symfony2 form extension that lets you control field order via a "position" option. Place fields first, last, or relative to others using before/after rules for predictable, readable form layouts. | 32 | 32 | 17 | 1K | 0 | 0.7 | 22.8 | MIT | — | |
| egeloen/serializer-bundle | — | 6 | 6 | 8 | 1K | 2 | 0.7 | 29.7 | MIT | — | |
| ehann/web-service-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| ehyiah/apidoc-bundle | — | 2 | 2 | 1 | 0 | 1 | 11.6 | — | MIT | 8 months ago | |
| 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 | |
| eight/page-bundle | — | 3 | 3 | 0 | 0 | 0 | 0.0 | — | GPL-3.0 | — | |
| ekino/data-protection-bundle | — | 5 | 5 | 10 | 577 | 2 | 3.5 | 28.9 | MIT | 2 years ago | |
| ekreative/oauth2-symfony-bundle | — | 2 | 2 | 2 | 0 | 0 | 0.3 | — | MIT | — | |
| ekreative/query-parameter-bundle | — | 1 | 2 | 0 | 1 | 0 | 0.1 | 2.4 | MIT | — | |
| ekreative/redmine_login | — | 3 | 3 | 6 | 1 | 1 | 1.2 | 1.3 | MIT | 9 years ago | |
| ekreative/uuid-extra-bundle | — | 18 | 18 | 12 | 293 | 3 | 2.9 | 20.2 | MIT | 4 years ago | |
| ekyna/characteristics | Laravel package for managing entity characteristics: define reusable attributes, groups and values, attach them to models, and handle normalization/validation for consistent storage and querying across your application. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| ekyna/cookie-consent-bundle | — | 2 | 2 | 0 | 3 | 0 | 0.0 | 4.2 | MIT | — | |
| ekyna/resource | Laravel package providing a Resource layer with controllers, forms, validation, persistence and admin-style CRUD tooling. Helps structure domain resources consistently across your app and speeds up building back-office interfaces. | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| ekyna/table | Ekyna Table is a small Laravel/PHP package for rendering and managing tabular data in your app. It provides helpers to define columns and rows, handle sorting and pagination, and generate table output for admin or back-office interfaces. | 1 | 1 | 0 | 18 | 0 | 0.3 | 13.8 | MIT | 11 years ago | |
| 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 | |
| elao/form-bundle | — | 6 | 6 | 1 | 44 | 0 | 4.3 | 11.9 | — | 7 years ago | |
| elao/form-theme-bundle | — | 0 | 0 | 1 | 0 | 0 | 0.0 | — | — | — | |
| elao/form-translation-bundle | — | 44 | 45 | 12 | 4K | 1 | 23.4 | 30.9 | — | 2 months ago | |
| elao/json-http-form-bundle | Symfony bundle that lets Forms handle JSON POST/PUT/PATCH/DELETE requests. Automatically detects JSON content-type, decodes request body, and submits data to your form; falls back to default HttpFoundation handling for normal GET/POST. | 35 | 35 | 4 | 61 | 0 | 3.0 | 5.8 | MIT | 2 years ago | |
| elao/theme-elaostrap-bundle | Symfony bundle providing the ElaoStrap theme for Elao Theme Bundle, including ready-to-use form themes and Twig helpers. Install via Composer and enable the bundle to apply ElaoStrap styling in your app. | 1 | 1 | 0 | 0 | 0 | 0.0 | — | — | — | |
| elasticms/core-bundle | — | 6 | 7 | 5 | 50 | 0 | 35.1 | 14.8 | LGPL-3.0 | 3 weeks ago | |
| elasticms/form-bundle | — | 1 | 2 | 5 | 199 | 0 | 35.0 | 18.1 | LGPL-3.0 | 1 month ago | |
| elcodi/entity-translator | — | 4 | 4 | 1 | 0 | 0 | 0.1 | — | MIT | — | |
| elenyum/api-doc-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.3 | — | NOASSERTION | 3 years ago | |
| eliuflorez/google-map-bundle | — | 0 | 0 | 0 | 143 | 0 | 1.2 | 29.8 | MIT | 7 years ago | |
| elma/friendly-captcha-bundle | — | 1 | 1 | 2 | 76 | 0 | 0.1 | 22.0 | MIT | — | |
| elnur/abstract-controller-bundle | — | 14 | 14 | 3 | 0 | 1 | 0.3 | — | — | — | |
| elnur/bootstrap-bundle | — | 10 | 10 | 3 | 0 | 0 | 0.2 | — | MIT | — | |
| elvandar/kazetenn-admin | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| elvandar/kazetenn-core | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| elvandar/kazetenn-pages | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| elvandar/kazetenn-users | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| em411/sylius-feature-flag-bundle-plugin | — | 0 | — | 0 | — | 0 | 18.2 | — | MIT | 3 months ago | |
| emailsherlock/email-guard-bundle | — | 0 | 0 | 0 | 4K | 0 | 17.9 | 56.6 | MIT | 3 months ago | |
| emhar/search-doctrine-bundle | — | 0 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| emileperron/tinymce-bundle | — | 16 | 15 | 3 | 2K | 3 | 20.9 | 34.4 | MIT | 2 months ago | |
| emmedy/h5p-bundle | — | 4 | — | 13 | — | 2 | 0.9 | 0.4 | MIT | — | |
| eneas/oauth-server-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| enemis/media-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.6 | — | MIT | 5 years ago | |
| enemis/simple-html-dom-bundle | — | 0 | 0 | 1 | 7 | 0 | 0.6 | 12.5 | MIT | 6 years ago | |
| enemis/sonata-seo-bundle | — | 0 | 0 | 0 | 7 | 0 | 0.3 | 12.5 | MIT | 6 years ago | |
| enesdayanc/money-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| enhavo/app-bundle | — | 0 | 0 | 0 | 323 | 0 | 0.0 | 34.7 | MIT | — | |
| enhavo/framework-bundle | — | 0 | 0 | 0 | 35 | 0 | 0.0 | 21.5 | MIT | — | |
| enhavo/vue-form-bundle | — | 0 | 0 | 0 | 345 | 0 | 0.0 | 35.1 | MIT | — | |
| enterprisephp/display-bundle | — | 4 | 5 | 1 | 0 | 0 | 1.3 | — | — | 9 years ago | |
| enterprisephp/doctrine-lock-bundle | — | 10 | 11 | 1 | 0 | 0 | 0.4 | — | — | 10 years ago | |
| eo/job-queue-bundle | — | 3 | 3 | 3 | 2 | 3 | 0.8 | 2.8 | — | — | |
| epaycofriendsofsymfony/user-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 7 years ago | |
| erdnaxelaweb/staticfakedesign | — | 0 | 0 | 5 | 127 | 1 | 17.1 | 32.9 | MIT | 3 months ago | |
| ergosarapu/donation-bundle | — | 1 | — | 0 | — | 3 | 1.3 | 0.4 | MIT | 1 year ago | |
| eriktrapman/webcommand-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| erivello/simple-html-dom-bundle | — | 8 | 9 | 12 | 88 | 2 | 0.8 | 14.2 | MIT | — | |
| es-core/es-core | — | 1 | 1 | 0 | 0 | 0 | 1.8 | — | MIT | 4 years ago | |
| ethsam/easy-hcaptcha | — | 0 | 1 | 0 | 0 | 0 | 14.5 | — | MIT | 4 months ago | |
| ethsam/filemanagerbundlefixsymfonyfckeditor | — | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 2 years ago | |
| ethsam/symfony-dropzone | — | 3 | 3 | 2 | 6 | 0 | 20.7 | 6.4 | MIT | 1 month ago | |
| eugeniypetrov/jquery-query-builder-form-type-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| eugenshe/news-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| evgenyvas/crud-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.3 | — | — | 5 years ago | |
| evirma/essentials-bundle | — | 0 | 0 | 0 | 392 | 0 | 24.8 | 40.8 | — | 3 months ago | |
| evolutasrl/dropzone-bundle | — | 5 | 5 | 0 | 0 | 2 | 1.6 | — | — | 6 years ago | |
| evotide/easyadmin-plus-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| evotodi/ip-field-type-bundle | — | 1 | 2 | 0 | 0 | 0 | 0.3 | — | MIT | 4 years ago | |
| evrinoma/user-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| ewll/crud-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| ewll/db-bundle | — | 0 | 0 | 1 | 0 | 0 | 0.0 | — | — | — | |
| ewll/user-bundle | — | 0 | 0 | 0 | 0 | 0 | 2.3 | 8.0 | — | — | |
| excelwebzone/recaptcha-bundle | Symfony bundle that adds Google reCAPTCHA (v2 and v3) form field integration with simple configuration for keys, locale/options, enable/disable per environment, custom API host for regions like China, and optional HTTP proxy support. | 400 | 407 | 170 | 63K | 69 | 16.5 | 34.9 | MIT | 1 year ago | |
| excelwebzone/symfony-admin-bundle | — | 3 | 3 | 0 | 12 | 0 | 19.1 | 9.1 | MIT | 7 months ago | |
| exercise/elastica-bundle | — | 8 | 10 | 3 | 0 | 0 | 0.1 | — | MIT | — | |
| exercise/htmlpurifier-bundle | — | 278 | 282 | 55 | 252K | 2 | 15.8 | 42.6 | NOASSERTION | 10 months ago | |
| experteam/api-crud-bundle | — | 0 | 0 | 0 | 213 | 0 | 1.8 | 32.2 | MIT | 3 years ago | |
| extrablind/monithomebundle | — | 1 | 1 | 0 | 0 | 0 | 0.5 | 1.1 | — | — | |
| ezsystems/comment-bundle | — | 2 | 2 | 1 | 2K | 0 | 0.0 | 37.4 | — | — | |
| ezsystems/ezplatform-content-forms | Ibexa Content Forms integrates Symfony Forms with Ibexa DXP (eZ Platform) Content and User objects in the Kernel, enabling form-based creation and editing. See Ibexa Repository docs and PHP API value objects for usage. | 8 | 8 | 7 | 1K | 0 | 9.5 | 29.6 | NOASSERTION | 2 years ago | |
| 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 | |
| ezsystems/ezplatform-richtext | eZ Platform RichText adds RichText field support to eZ Platform, handling storage and rendering of rich content with XML-based markup, transformations, and editor integration. Use it to manage formatted text, embeds, and structured content in your CMS. | 32 | 32 | 17 | 2K | 0 | 9.9 | 25.8 | NOASSERTION | 2 years ago | |
| ezsystems/ezplatform-search | Elasticsearch search integration for eZ Platform (eZ Publish) via the eZ Platform Search component. Provides indexing and query support to power site search, content discovery, and filtering in eZ Platform projects using an Elasticsearch backend. | 5 | 5 | 3 | 1K | 0 | 4.6 | 31.5 | NOASSERTION | 3 years ago | |
| ezsystems/ezplatform-user | User management bundle for eZ Platform/EzPlatform: handles users, roles and permissions, authentication and related services. Integrates with the repository and security layer to manage accounts, groups, and access control in eZ-based apps. | 24 | 24 | 10 | 2K | 0 | 9.4 | 25.2 | NOASSERTION | 3 years ago | |
| ezsystems/job-queue-bundle | — | 4 | 4 | 17 | 606 | 0 | 0.8 | 29.2 | — | — | |
| ezsystems/payment-core-bundle | — | 2 | 2 | 3 | 566 | 0 | 0.2 | 31.5 | Apache-2.0 | — | |
| ezsystems/payment-paypal-bundle | — | 0 | 0 | 1 | 4 | 0 | 0.0 | 9.7 | Apache-2.0 | — | |
| 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 | |
| friendsofsymfony/ckeditor-bundle | — | 525 | 530 | 84 | 190K | 24 | 25.2 | 46.4 | NOASSERTION | 9 months ago | |
| 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 | |
| friendsofsymfony/facebook-bundle | — | 314 | 336 | 134 | 76 | 78 | 12.2 | 19.1 | — | — | |
| friendsofsymfony/message-bundle | — | 356 | 363 | 180 | 3K | 6 | 10.1 | 16.2 | — | 7 years ago | |
| friendsofsymfony/oauth-server-bundle | — | 1,078 | 1,092 | 445 | 90K | 162 | 41.1 | 49.7 | — | 7 years ago | |
| friendsofsymfony/rest-bundle | — | 2,795 | 2,849 | 689 | 797K | 144 | 67.2 | 61.4 | MIT | 7 months ago | |
| friendsofsymfony/user-bundle | — | 3,219 | 3,315 | 1,516 | 253K | 107 | 68.8 | 54.2 | MIT | 7 months ago | |
| genemu/form-bundle | — | 582 | 592 | 260 | 1K | 101 | 31.0 | 32.7 | — | 11 years ago | |
| gregwar/captcha-bundle | Symfony bundle that adds a Captcha form type powered by gregwar/captcha. Simple Composer install, Flex auto-registration, and optional global YAML config. Supports inline embedded images by default or file-based captchas with cleanup/expiration options. | 352 | 368 | 125 | 68K | 41 | 36.4 | 53.0 | MIT | 2 months ago | |
| helios-ag/fm-elfinder-bundle | — | 280 | 286 | 131 | 94K | 10 | 28.7 | 41.4 | MIT | 5 months ago | |
| 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 | |
| ibexa/admin-ui | Back-office UI package for the Ibexa DXP admin panel, providing interface components, styling, and assets to manage content and users. Extends the admin experience with ready-to-use views, widgets, and integrations for Ibexa installations. | 7 | 7 | 19 | 34K | 0 | 35.6 | 81.2 | NOASSERTION | 1 month ago | |
| ibexa/behat | — | 1 | 1 | 1 | 22K | 0 | 30.1 | 65.2 | NOASSERTION | 1 month ago | |
| ibexa/content-forms | — | 4 | 4 | 2 | 39K | 0 | 30.5 | 64.9 | NOASSERTION | 1 month ago | |
| ibexa/fieldtype-matrix | — | 4 | 4 | 2 | 24K | 0 | 29.1 | 60.6 | NOASSERTION | 1 month ago | |
| ibexa/fieldtype-richtext | — | 6 | 6 | 10 | 38K | 0 | 31.5 | 65.0 | NOASSERTION | 1 month ago | |
| 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 | |
| ibexa/oss | — | 21 | 21 | 12 | 19K | 0 | 30.1 | 48.9 | NOASSERTION | 1 month ago | |
| ibexa/rest | — | 5 | 5 | 6 | 38K | 0 | 30.7 | 63.7 | NOASSERTION | 1 month ago | |
| ibexa/search | — | 4 | 4 | 2 | 36K | 0 | 30.3 | 62.5 | NOASSERTION | 1 month ago | |
| ibexa/twig-components | Ibexa DXP Twig Components provides reusable Twig components and helpers used across Ibexa DXP. Install and use it as part of a full Ibexa DXP setup rather than standalone. Licensed under Ibexa Business Use (BUL) or Trial/Test (TTL). | 0 | 0 | 4 | 39K | 0 | 27.0 | 65.0 | NOASSERTION | 1 month ago | |
| ibexa/user | — | 3 | 3 | 3 | 37K | 0 | 31.0 | 68.3 | NOASSERTION | 1 month ago | |
| isometriks/spam-bundle | Symfony bundle to reduce spam on forms with simple protections like timed submission (min/max seconds between render and submit) and honeypot fields. Easy Composer install, configurable defaults, and per-form options to enable or override settings. | 46 | 46 | 14 | 2K | 7 | 7.7 | 27.8 | MIT | 2 years ago | |
| 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 | — | |
| jms/di-extra-bundle | — | 327 | 340 | 127 | 32K | 84 | 28.0 | 52.5 | — | 8 years ago | |
| 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 | |
| jms/security-extra-bundle | — | 252 | 260 | 97 | 15K | 33 | 16.2 | 38.8 | — | 9 years ago | |
| jms/serializer | Serialize and deserialize complex PHP object graphs to JSON or XML with flexible metadata (annotations, YAML, XML). Handles circular references, exclusion strategies, versioning, dates/intervals, and integrates with Doctrine ORM—ideal for APIs and data interchange. | 2,343 | 2,406 | 590 | 2M | 135 | 67.3 | 69.4 | MIT | 6 months ago | |
| jms/serializer-bundle | — | 1,807 | 1,857 | 306 | 991K | 94 | 52.8 | 63.7 | MIT | 9 months ago | |
| jms/translation-bundle | — | 424 | 443 | 281 | 86K | 78 | 53.2 | 63.4 | — | 5 months ago | |
| karser/karser-recaptcha3-bundle | — | 187 | 188 | 23 | 71K | 7 | 18.5 | 39.6 | MIT | 9 months ago | |
| 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 | |
| lexik/form-filter-bundle | — | 387 | 399 | 118 | 10K | 17 | 8.7 | 21.0 | MIT | 3 years ago | |
| 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 | |
| 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 | |
| liip/imagine-bundle | — | 1,711 | 1,735 | 385 | 532K | 67 | 66.4 | 69.1 | MIT | 1 month ago | |
| limenius/liform | — | 146 | 147 | 74 | 27K | 13 | 8.5 | 35.0 | MIT | 1 year ago | |
| littlerocket/job-queue-bundle | — | 0 | 0 | 4 | 140 | 0 | 28.9 | 34.8 | — | 2 months ago | |
| liuggio/excelbundle | — | 370 | 378 | 133 | 9K | 14 | 13.3 | 25.3 | MIT | 10 years ago | |
| lunetics/locale-bundle | — | 186 | 188 | 74 | 4K | 27 | 16.7 | 27.9 | MIT | 3 years ago | |
| m6web/api-exception-bundle | Symfony bundle that centralizes API exception handling and returns clean JSON responses. Supports configurable error formatting, stack traces, form validation errors, exception matching/mapping, logging, and environment-specific behavior. | 65 | 64 | 7 | 0 | 1 | 1.3 | — | MIT | 7 years ago | |
| 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 | |
| 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 | |
| midnightluke/php-units-of-measure-bundle | Symfony bundle integrating the php-units-of-measure library, providing unit definitions and services to work with quantities, conversions, and formatting in your app. Adds simple configuration and DI wiring for unit-of-measure support. | 2 | 2 | 3 | 7 | 4 | 1.1 | 8.0 | MIT | — | |
| 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 | |
| mopa/bootstrap-bundle | — | 703 | 718 | 336 | 11K | 19 | 25.6 | 26.4 | — | 2 years ago | |
| mremi/contact-bundle | Symfony2 bundle that adds a ready-to-use contact form with optional Contact entity, configurable routing and translations. Install via Composer, enable the bundle, configure it, import routes, and optionally update your DB schema. | 27 | 27 | 22 | 130 | 3 | 1.7 | 11.5 | — | — | |
| 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 | |
| norzechowicz/aceeditor-bundle | Symfony bundle that integrates the Ace code editor into your app, providing form field support for editing code with syntax highlighting, themes, and editor options. Useful for admin panels, CMS editors, and any UI that needs in-browser code editing. | 29 | 29 | 35 | 362 | 0 | 4.6 | 19.6 | MIT | 2 years ago | |
| odolbeau/phone-number-bundle | — | 249 | 254 | 44 | 305K | 3 | 15.7 | 44.2 | MIT | 11 months ago | |
| oro/platform | — | 643 | 646 | 338 | 3K | 221 | 42.4 | 34.9 | MIT | 6 years ago | |
| payum/core | Payum Core is a PHP payments library providing a flexible foundation for integrating multiple payment gateways and handling payment workflows from simple to advanced use cases. Includes docs, community support, and is MIT licensed. | 48 | 51 | 29 | 167K | 0 | 10.1 | 48.8 | MIT | 1 year ago | |
| payum/payum | — | 1,924 | 1,945 | 346 | 42K | 86 | 55.5 | 46.4 | MIT | 8 months ago | |
| payum/payum-bundle | — | 583 | 597 | 144 | 198K | 29 | 45.6 | 55.4 | MIT | 1 month ago | |
| petkopara/multi-search-bundle | Symfony bundle that adds a Multi Search service and form type for Doctrine. Build a QueryBuilder to search across all or selected entity columns using a single term, with optional wildcard matching, and reuse it in your controllers or forms. | 15 | 16 | 5 | 53 | 7 | 2.4 | 10.6 | — | 9 years ago | |
| phpstan/phpstan-symfony | PHPStan extension for Symfony that improves static analysis with precise return types and framework-specific rules. Understands container/services, parameters, controllers, request/headers, serializer, forms, messenger handlers, cache callbacks, config tree builders, and more. | 795 | 798 | 103 | 2M | 61 | 51.6 | 81.0 | MIT | 3 months ago | |
| pixassociates/sortable-behavior-bundle | — | 47 | 48 | 79 | 8K | 8 | 6.1 | 34.4 | MIT | 9 years ago | |
| psalm/plugin-symfony | Psalm plugin for Symfony: improves static analysis with accurate container service/parameter typing, service subscriber support, console input types, Doctrine repository mapping, Symfony-specific fixes, naming convention checks, DI warnings, and taint analysis. | 241 | 241 | 63 | 252K | 31 | 33.2 | 60.9 | MIT | 7 months ago | |
| 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 | — | |
| raindrop/routing-bundle | — | 6 | 6 | 3 | 1 | 0 | 0.2 | 0.8 | NOASSERTION | — | |
| 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 | |
| shipmonk/dead-code-detector | PHPStan extension that finds unused PHP code: dead methods, properties, constants, enum cases, cycles, and transitive “dead-tested” members. Supports popular frameworks like Symfony and can auto-remove dead code. Configurable detection and usage providers. | 508 | 504 | 27 | 608K | 6 | 37.2 | 52.5 | MIT | 3 weeks ago | |
| sidus/base-bundle | Sidus BaseBundle for Symfony streamlines service loading and routing via action services, simplifies param converters, and adds helpful compiler passes and utilities. Includes DateTime/translation helpers, validator constraint loader, and form type extensions. | 1 | 1 | 6 | 102 | 0 | 0.6 | 30.0 | MIT | 7 years ago | |
| 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 | — | |
| sonata-project/admin-bundle | — | 2,126 | 2,167 | 1,243 | 168K | 8 | 53.2 | 34.4 | MIT | 3 months ago | |
| sonata-project/block-bundle | — | 415 | 424 | 139 | 238K | 1 | 21.1 | 40.3 | MIT | 9 months ago | |
| 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 | |
| sonata-project/comment-bundle | SonataCommentBundle integrates FOSCommentBundle into the Sonata ecosystem, providing comment management features for Sonata-based Symfony apps. Note: this repository is abandoned and not actively maintained; community help is welcome. | 11 | 13 | 21 | 235 | 0 | 1.2 | 12.8 | MIT | 5 years ago | |
| sonata-project/core-bundle | — | 316 | 337 | 135 | 33K | 0 | 7.3 | 19.7 | MIT | 6 years ago | |
| sonata-project/datagrid-bundle | — | 275 | 286 | 35 | 33K | 0 | 3.6 | 20.3 | MIT | 4 years ago | |
| 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 | |
| sonata-project/doctrine-orm-admin-bundle | — | 448 | 461 | 339 | 170K | 4 | 29.9 | 39.0 | MIT | 8 months ago | |
| 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 | |
| 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 | |
| sonata-project/formatter-bundle | — | 84 | 86 | 116 | 17K | 0 | 19.7 | 33.8 | MIT | 9 months ago | |
| sonata-project/form-extensions | Additional form types, data transformers, and utilities for Symfony Form via Sonata. Includes date/time and choice helpers, improved widgets, and integration-friendly extensions to speed up building consistent, reusable form components across projects. | 109 | 109 | 28 | 225K | 2 | 17.3 | 53.2 | MIT | 9 months ago | |
| sonata-project/media-bundle | — | 461 | 471 | 479 | 40K | 3 | 33.5 | 31.5 | MIT | 9 months ago | |
| 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 | |
| sonata-project/notification-bundle | — | 138 | 141 | 92 | 4K | 0 | 4.6 | 14.4 | MIT | 5 years ago | |
| 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 | |
| sonata-project/seo-bundle | — | 138 | 145 | 86 | 21K | 1 | 18.8 | 31.8 | MIT | 9 months ago | |
| sonata-project/timeline-bundle | Symfony bundle integrating SpyTimelineBundle with Sonata, providing timeline/activity stream support in Sonata apps. Note: this repository is abandoned and not actively maintained; use at your own risk or consider helping to keep it up to date. | 24 | 22 | 34 | 412 | 0 | 1.9 | 12.1 | MIT | 5 years ago | |
| sonata-project/translation-bundle | — | 77 | 78 | 69 | 19K | 0 | 17.8 | 34.7 | MIT | 9 months ago | |
| sonata-project/user-bundle | — | 346 | 354 | 471 | 38K | 2 | 31.9 | 31.2 | MIT | 9 months ago | |
| splash/bridge-builder | Laravel package for building and managing bridges between systems, providing tools to define connections, map data flows, and orchestrate integration logic in a structured, reusable way. Suitable for apps needing reliable cross-service communication and syncing. | 0 | 0 | — | 253 | — | 0.0 | 32.9 | — | — | |
| 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 | — | — | |
| splash/metadata | — | 0 | 0 | — | 306 | — | 0.0 | 34.6 | — | — | |
| splash/php-bundle | — | 0 | 0 | 1 | 555 | 0 | 0.8 | 36.4 | — | 5 years ago | |
| splash/scopes | — | 0 | 0 | — | 165 | — | 0.0 | 29.4 | — | — | |
| 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 | |
| sulu/sulu-form-bundle | — | 88 | 88 | 78 | 225 | 62 | 45.9 | 35.7 | MIT | 2 months ago | |
| sylius/addressing-bundle | — | 33 | 34 | 24 | 5K | 0 | 0.9 | 29.8 | MIT | — | |
| sylius/attribute-bundle | — | 9 | 9 | 4 | 5K | 0 | 0.2 | 37.4 | MIT | — | |
| sylius/channel | — | 5 | 5 | 2 | 7K | 0 | 0.1 | 42.1 | MIT | — | |
| sylius/currency-bundle | — | 7 | 7 | 3 | 8K | 0 | 0.1 | 41.3 | MIT | — | |
| sylius/grid-bundle | — | 134 | 135 | 60 | 180K | 37 | 43.5 | 67.0 | MIT | 2 months ago | |
| sylius/money-bundle | — | 18 | 19 | 10 | 9K | 0 | 0.4 | 37.3 | MIT | — | |
| sylius/order-bundle | — | 11 | 11 | 7 | 8K | 0 | 0.3 | 39.3 | MIT | — | |
| sylius/product-bundle | — | 16 | 16 | 20 | 5K | 0 | 0.7 | 34.6 | MIT | — | |
| sylius/promotion-bundle | — | 19 | 21 | 18 | 8K | 0 | 0.6 | 36.0 | MIT | — | |
| sylius/resource-bundle | — | 236 | 240 | 167 | 226K | 62 | 51.7 | 75.6 | MIT | 2 months ago | |
| sylius/shipping-bundle | — | 13 | 14 | 14 | 5K | 0 | 0.6 | 34.9 | MIT | — | |
| 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 | |
| sylius/taxation-bundle | — | 17 | 17 | 9 | 8K | 0 | 0.4 | 36.7 | MIT | — | |
| 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 | |
| sylius/ui-bundle | — | 6 | 6 | 12 | 3K | 0 | 0.8 | 36.5 | MIT | — | |
| symfony/doctrine-bridge | Symfony Doctrine Bridge integrates Doctrine ORM and related libraries with Symfony components, providing seamless wiring for services, repositories, persistence, and tooling. Ideal for projects using Doctrine alongside Symfony’s DI container, validator, and other features. | 3,220 | 3,229 | 42 | 5M | 0 | 52.3 | 51.1 | MIT | 4 weeks ago | |
| 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 | |
| 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 | |
| symfony/serializer | Symfony Serializer component for converting object graphs and data structures to/from arrays and formats like JSON or XML. Supports powerful normalizers/encoders, metadata, naming and type handling—ideal for APIs, messaging, and data interchange. | 2,536 | 2,562 | 80 | 9M | 0 | 49.9 | 57.3 | MIT | 4 weeks ago | |
| symfony/twig-bridge | Symfony’s Twig Bridge integrates the Twig templating engine with Symfony components, providing extensions, loaders, form and translation support, and other glue code needed to use Twig seamlessly in Symfony-based applications. | 2,506 | 2,507 | 47 | 5M | 0 | 48.8 | 53.7 | MIT | 4 weeks ago | |
| symfony/twig-bundle | Symfony TwigBundle integrates the Twig templating engine into the Symfony full-stack framework, providing seamless configuration, services, and rendering support for templates and views within Symfony applications. | 2,497 | 2,509 | 23 | 5M | 0 | 45.0 | 53.3 | MIT | 1 month ago | |
| 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 | |
| symfony/ux-dropzone | — | 54 | 55 | 18 | 79K | 0 | 23.5 | 51.3 | MIT | 1 month ago | |
| 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 | |
| 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 | |
| symfonycasts/dynamic-forms | Build dynamic, AJAX-friendly Symfony forms where fields appear, disappear, or change based on user input. Provides an event-driven approach to updating form options and validation, making complex dependent form flows easier to implement and maintain. | 147 | 146 | 16 | 209K | 17 | 13.2 | 51.7 | MIT | 9 months ago | |
| 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 | |
| symfony-cmf/resource-rest-bundle | — | 11 | 11 | 15 | 642 | 4 | 2.1 | 17.4 | — | 5 years ago | |
| 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 | |
| symfony-cmf/tree-browser-bundle | — | 22 | 22 | 18 | 2K | 17 | 6.1 | 21.8 | NOASSERTION | 7 years ago | |
| tales-from-a-dev/flowbite-bundle | — | 91 | 90 | 7 | 12K | 3 | 13.9 | 31.1 | MIT | 9 months ago | |
| tetranz/select2entity-bundle | Symfony bundle integrating Select2 with Doctrine entities: AJAX search, dynamic loading, and autocompletion for entity fields in forms. Supports remote endpoints, custom queries, pagination, and transforming selections to entities for smooth UX. | 217 | 223 | 122 | 25K | 67 | 29.8 | 53.4 | MIT | 5 years ago | |
| trsteel/ckeditor-bundle | — | 95 | 98 | 56 | 3K | 0 | 17.8 | 22.1 | — | 9 months ago | |
| vich/uploader-bundle | — | 1,907 | 1,935 | 522 | 521K | 46 | 68.5 | 57.9 | MIT | 1 month ago | |
| xlabs/articlebundle | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| xlabs/commentbundle | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| xlabs/likebundle | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| xlabs/ordertrackerbundle | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| xlabs/surveybundle | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| zquintana/lara-swag | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — |
How can I help you explore Laravel packages today?