Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Symfony Bundle

Symfony Bundle

191 projects

Showing 36 of 191 projects

ParamConverterBundle
ParamConverterBundlePHP

Provides a service param converter for Symfony to inject services into controller actions via request attributes.

#controller#dependency-injection#bundle
Stars16
Forks2
Last commit9 years ago
CarbonBundle
CarbonBundlePHP

A Symfony 2 bundle that integrates Carbon for datetime handling in requests and forms.

#datetime#carbon#symfony2
Stars15
Forks5
Last commit7 years ago
TwigReflectionBundle
TwigReflectionBundlePHP

A Symfony bundle that provides console commands to list available Twig functions, filters, and tests with their parameters and extensions.

#developer-tools#template-engine#symfony-bundle
Stars15
Forks2
Last commit
WizadDoctrineDocBundle
WizadDoctrineDocBundlePHP

Generates documentation for Doctrine ORM schema in Symfony applications.

#developer-tools#doctrine-orm#entity-documentation
Stars15
Forks1
Last commit13 years ago
HeriJobQueueBundle
HeriJobQueueBundlePHP

A Symfony bundle for scheduling console commands as server-side jobs using Zend Queue.

#doctrine#asynchronous-processing#zend-queue
Stars15
Forks6
Last commit9 years ago
AccessibleBundle
AccessibleBundlePHP

A Symfony bundle that integrates the Accessible library to define class behavior using annotations for automated getters, setters, and validation.

#backend-development#object-behavior#symfony-bundle
Stars15
Forks3
Last commit
GordalinaMixpanelBundle
GordalinaMixpanelBundlePHP

A Symfony bundle for integrating Mixpanel analytics with annotations and Symfony profiler integration.

#mixpanel#symfony-profiler#event-tracking
Stars14
Forks14
Last commit1 year ago
BrowscapBundle
BrowscapBundlePHP

A Symfony bundle that provides browser detection capabilities similar to PHP's get_browser() function.

#caching#browser-detection#symfony-bundle
Stars13
Forks12
Last commit8 years ago
ImageCropBundle
ImageCropBundlePHP

A Symfony bundle that adds a form field type for cropping images with scaling and re-cropping capabilities.

#vichuploaderbundle#form-field#image-cropping
Stars13
Forks3
Last commit4 years ago
BackupManagerBundle
BackupManagerBundlePHP

A Symfony2 bundle for database backup management with support for multiple cloud storage services and protocols.

#database-backup#devops#amazon-s3
Stars13
Forks2
Last commit7 years ago
elastica-query-bundle
elastica-query-bundlePHP

A Symfony bundle providing a query builder for ElasticSearch, inspired by FOSElasticaBundle and Doctrine.

#search#query-builder#doctrine-inspired
Stars12
Forks1
Last commit8 years ago
swift-css-inliner-bundle
swift-css-inliner-bundlePHP

A Swiftmailer plugin that automatically inlines CSS styles for HTML emails to ensure compatibility with email clients.

#css-inliner#html-emails#email-compatibility
Stars11
Forks4
Last commit11 years ago
RequestLimitBundle
RequestLimitBundlePHP

A Symfony2 bundle for limiting HTTP requests to your application based on customizable rules.

#http-middleware#security#request-throttling
Stars11
Forks4
Last commit14 years ago
WidopFrameworkExtraBundle
WidopFrameworkExtraBundlePHP

Adds annotation configuration for Symfony controller classes, including XML HTTP request detection and JSON template conversion.

#controller-configuration#phpunit#symfony-bundle
Stars11
Forks1
Last commit
RelationBundle
RelationBundlePHP

Symfony2 bundle for managing entity relationships like friends and contacts with short URL generation capabilities.

#orm#contact-management#symfony-bundle
Stars10
Forks6
Last commit12 years ago
CsvBundle
CsvBundlePHP

A Symfony bundle that integrates League/Csv for reading and writing CSV files in Symfony applications.

#league-csv#csv-processing#file-handling
Stars9
Forks1
Last commit6 years ago
request-object-resolver-bundle
request-object-resolver-bundlePHP

This bundle can help you to deserialize incoming request parameters from symfomy http request object to your DTO objects. This is a better alternative for new symfony request DTO resolvers.

#bundle#symfony-bundle#php
Stars9
Forks0
Last commit
TagDebugCommandBundle
TagDebugCommandBundlePHP

Symfony bundle providing a console command to inspect and debug tagged services in Symfony applications.

#dependency-injection#dev-tools#console-command
Stars8
Forks1
Last commit12 years ago
AvSpoolMailerBundle
AvSpoolMailerBundlePHP

A Symfony bundle for storing emails as a spool in the database and sending transactional emails.

#message-queue#transactional-email#deferred-sending
Stars7
Forks4
Last commit8 years ago
TwigExtraBundle
TwigExtraBundlePHP

A Symfony bundle providing extra Twig tools including an asset manager for consolidated JavaScript rendering.

#template-engine#symfony2#twig-extensions
Stars7
Forks3
Last commit12 years ago
AnhTaggableBundle
AnhTaggableBundlePHP

A Symfony bundle that integrates doctrine-extensions-taggable and provides form types for editing tags and taggings.

#form-types#tag-it#taggable
Stars6
Forks2
Last commit10 years ago
KayueEssenceBundle
KayueEssenceBundlePHP

Integrates the Essence oEmbed library into Symfony 2 for extracting rich media metadata from URLs.

#content-parsing#caching#youtube-api
Stars6
Forks5
Last commit12 years ago
AvListBundle
AvListBundlePHP

A Symfony2 bundle for creating paginated and sortable lists with minimal configuration.

#sortable-lists#doctrine#pagination
Stars6
Forks1
Last commit9 years ago
redaktilo-bundle
redaktilo-bundlePHP

Integrates Redaktilo's file editing capabilities as services in Symfony applications.

#dependency-injection#service-integration#symfony-bundle
Stars6
Forks0
Last commit10 years ago
prezent-grid-bundle
prezent-grid-bundlePHP

Integrates the prezent/grid library into Symfony applications with sortable columns, route support, and translations.

#data-grid#symfony-routing#symfony-bundle
Stars6
Forks3
Last commit4 months ago
MhorMediaInfoBundle
MhorMediaInfoBundlePHP

A Symfony bundle that integrates the php-mediainfo library to extract media file metadata within Symfony applications.

#dependency-injection#file-processing#media-analysis
Stars6
Forks2
Last commit9 years ago
PaymentAdyenBundle
PaymentAdyenBundlePHP

A Symfony2 bundle for integrating Adyen payment processing into applications using JMSPaymentCoreBundle.

#payment-gateway#adyen-integration#e-commerce
Stars6
Forks8
Last commit10 years ago
UcoTwigExtensionsBundle
UcoTwigExtensionsBundlePHP

A Symfony2 bundle providing custom Twig filters for date formatting and localization.

#template-engine#twig-extensions#symfony-bundle
Stars5
Forks3
Last commit14 years ago
SerializedResponseBundle
SerializedResponseBundlePHP

A Symfony bundle for automatically serializing controller return values into JSON, XML, or YAML responses using annotations.

#yaml-response#api-serialization#rest-api
Stars5
Forks1
Last commit12 years ago
WozbeRedirectBundle
WozbeRedirectBundlePHP

A Symfony bundle for managing domain redirects and aliases to consolidate multiple domains to a primary one.

#url-management#symfony-bundle#php
Stars5
Forks0
Last commit12 years ago
TransmissionBundle
TransmissionBundlePHP

A Symfony bundle providing a service wrapper for the Transmission BitTorrent client API.

#transmission-torrent-client#php-library#api-client
Stars4
Forks4
Last commit1 year ago
GaufretteBrowserBundle
GaufretteBrowserBundlePHP

A Symfony bundle that provides a web browser interface and Doctrine-like repositories for Gaufrette filesystems.

#event-driven#file-management#doctrine-repositories
Stars4
Forks0
Last commit11 years ago
AviaryBundle
AviaryBundleHTML

A Symfony bundle for multiple file uploads with integrated Aviary image editing capabilities.

#form-integration#jquery#gallery-management
Stars4
Forks2
Last commit10 years ago
HTMLPurifierBundle
HTMLPurifierBundlePHP

Symfony bundle that integrates HTMLPurifier for filtering and sanitizing HTML content in Symfony applications.

#htmlpurifier#html-sanitization#xss-protection
Stars4
Forks0
Last commit14 years ago
highcharts-bundle
highcharts-bundlePHP

Integrates PHP Highcharts into Symfony2 applications for programmatic creation of Highcharts charts.

#highcharts#symfony2#php-charts
Stars3
Forks0
Last commit13 years ago
AntennaBundle
AntennaBundlePHP

A Symfony bundle that simplifies JWT authentication integration using the Antenna library.

#symfony-security#security#api-authentication
Stars3
Forks0
Last commit11 years ago
PreviousPage 5 of 6

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
13 years ago
9 years ago
12 years ago
2 years ago
Next
#Php160
#Symfony69
#Bundle33
#Doctrine22
#Web Development19
#Rest Api18
#Backend16
#Doctrine Orm16
#Symfony212
#Caching11
#Security11
#Twig11