From 87209222930837711c2bb9d9a788d578a8182154 Mon Sep 17 00:00:00 2001 From: Taylan Kasap Date: Sun, 24 Apr 2016 11:04:35 +0300 Subject: [PATCH 01/26] Removed a standalone library (not a Symfony bundle) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 481572d..9142860 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,6 @@ Table of contents: * [marshaller-bundle](https://github.com/gnugat/marshaller-bundle) - A PHP library that converts from one format to another. * [metrics](https://github.com/beberlei/metrics) - Simple library that abstracts different metrics collectors. * [MhorMediaInfoBundle](https://github.com/mhor/MhorMediaInfoBundle) - Integrates php-mediainfo library into the Symfony2 full-stack framework. -* [Mobile-Detect](https://github.com/serbanghita/Mobile-Detect) - Mobile_Detect is a lightweight PHP class for detecting mobile devices (including tablets). * [MobileDetectBundle](https://github.com/suncat2000/MobileDetectBundle) - Bundle for detect mobile devices, manage mobile view and redirect to the mobile and tablet version. * [MultiParamBundle](https://github.com/jaytaph/MultiParamBundle) - MultiParam Annotation Bundle. * [ObHighchartsBundle](https://github.com/marcaube/ObHighchartsBundle) - Aims to ease the use of highcharts to display rich graph and charts. From 178de32dc8208f0331280f510e55d43709a7cf62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emir=20Beganovi=C4=87?= Date: Thu, 13 Jul 2017 18:08:24 +0200 Subject: [PATCH 02/26] Add certification links --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 64efefe..80ab057 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Table of contents: * [Administration](#administration) * [Assets Management](#assets-management) +* [Certification](#certification) * [Community](#community) * [Development](#development) * [Distributions](#distributions) @@ -45,6 +46,11 @@ Table of contents: * [SpritesBundle](https://github.com/pminnieur/SpritesBundle) - Bundle for the Sprites library. * [ZakharovviHumansTxtBundle](https://github.com/zakharovvi/ZakharovviHumansTxtBundle) - Generate humans.txt file from git repository. +## Certification +* [CLI tool to train certifications](https://github.com/certificationy/certificationy-cli) +* [Symfony 3 certification guide](https://github.com/raulconti/symfony-3-certification-guide) +* [Symfony certification preparation list](https://github.com/ThomasBerends/symfony-certification-preparation-list) + ## Community * Facebook - notable, large and active Facebook groups: From 35c0f6a2e32f21ad78f38fedbb3f03a134dd8a5d Mon Sep 17 00:00:00 2001 From: Gregurco Vlad Date: Thu, 5 Apr 2018 15:00:04 +0300 Subject: [PATCH 03/26] Add EightPointsGuzzleBundle --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 80ab057..e14ef6c 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,7 @@ Table of contents: * [CheckBundles](https://github.com/wjzijderveld/CheckBundles) - Checks installed but not activated in AppKernel bundles. * [CloudBackupBundle](https://github.com/dizda/CloudBackupBundle) - Be able to backup your database(s) and upload it to the cloud. * [ConsoleBundle](https://github.com/CoreSphere/ConsoleBundle) - Commandline interface in browser. +* [EightPointsGuzzleBundle](https://github.com/8p/EightPointsGuzzleBundle) - Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony 2-4 and provides plugins to extend basic functionality. * [CsaGuzzleBundle](https://github.com/csarrazi/CsaGuzzleBundle) - Bundle integrating Guzzle >=4.0 in Symfony. * [CsvBundle](https://github.com/EGYG33K/CsvBundle) - An integration for thephpleague/csv into Symfony. * [DomainParserBundle](https://github.com/EGYG33K/DomainParserBundle) - Integration of Domain Parser into Symfony. From aaff677fde27825cf60cde41e92244e662fa3330 Mon Sep 17 00:00:00 2001 From: Stephan Vierkant Date: Mon, 16 Apr 2018 09:18:33 +0200 Subject: [PATCH 04/26] Update README.md --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 80ab057..3616c86 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ A list of awesome [Symfony](http://symfony.com) bundles, utilities and resources Table of contents: * [Administration](#administration) -* [Assets Management](#assets-management) * [Certification](#certification) * [Community](#community) * [Development](#development) @@ -33,19 +32,6 @@ Table of contents: * [EasyAdminBundle](https://github.com/javiereguiluz/EasyAdminBundle) - Simple admin generator for Symfony applications * [SonataAdminBundle](https://github.com/sonata-project/SonataAdminBundle) - AdminBundle - The missing Symfony2 Admin Generator -## Assets Management - -* [assetic-extra-bundle](https://github.com/alexandresalome/assetic-extra-bundle) - Asset Directory filter for Assetic. -* [AsseticInjectorBundle](https://github.com/AppVentus/AsseticInjectorBundle) - This bundle allows you to automaticly include javascripts and stylesheets anywhere in your project. -* [AsseticMinifierBundle](https://github.com/Djeg/AsseticMinifierBundle) - An assetic minifier in pure PHP for CSS and JS files. -* [FkrCssURLRewriteBundle](https://github.com/fkrauthan/FkrCssURLRewriteBundle) - A small assetic filter to fix all url paths at css documents to correct urls. -* [IgorwFileServeBundle](https://github.com/igorw/IgorwFileServeBundle) - Bundle for serving protected files. -* [JmikolaJsAssetsHelperBundle](https://github.com/jmikola/JmikolaJsAssetsHelperBundle) - Exposes the AssetsHelper service from Symfony2's templating component to JavaScript, allowing relative or absolute asset URI's to be generated client-side. -* [KachkaevAssetsVersionBundle](https://github.com/kachkaev/KachkaevAssetsVersionBundle) - Automates the process of updating assets version. -* [SalvaJshrinkBundle](https://github.com/nibsirahsieu/SalvaJshrinkBundle) - This bundle integrate jshrink library as Assetic filter and twig extension. -* [SpritesBundle](https://github.com/pminnieur/SpritesBundle) - Bundle for the Sprites library. -* [ZakharovviHumansTxtBundle](https://github.com/zakharovvi/ZakharovviHumansTxtBundle) - Generate humans.txt file from git repository. - ## Certification * [CLI tool to train certifications](https://github.com/certificationy/certificationy-cli) * [Symfony 3 certification guide](https://github.com/raulconti/symfony-3-certification-guide) From d617926adfb3e0e2ebb62fd0b57cc8e4c45b87e4 Mon Sep 17 00:00:00 2001 From: Stephan Vierkant Date: Mon, 16 Apr 2018 15:05:39 +0200 Subject: [PATCH 05/26] Update README.md --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 80ab057..64bd2c5 100644 --- a/README.md +++ b/README.md @@ -103,18 +103,9 @@ Table of contents: ## Distributions * [API Platform framework](https://github.com/api-platform/api-platform) -* [KnpLabs RAD Edition](https://github.com/KnpLabs/rad-edition) * [Kunstmaan Bundles Standard Edition](https://github.com/Kunstmaan/KunstmaanBundlesStandardEdition) -* [Symfony Biga Edition](https://github.com/JoshuaEstes/symfony-biga-edition) -* [Symfony Bootstrap Edition](https://github.com/phiamo/symfony-bootstrap) * [Symfony CMF Standard Edition](https://github.com/symfony-cmf/standard-edition) -* [Symfony EmberJs Edition](https://github.com/ucsf-ckm/symfony-emberjs-edition) -* [Symfony Empty Edition](https://github.com/gnugat/symfony-empty-edition) -* [Symfony Micro Edition](https://github.com/magnusnordlander/symfony-micro) -* [Symfony REST Edition](https://github.com/gimler/symfony-rest-edition) -* [Symfony Sonata Edition](https://github.com/jmather/symfony-sonata-distribution) * [Symfony Standard Edition](https://github.com/symfony/symfony-standard) -* [Victoire DCMS](https://github.com/victoire/victoire) ## Ecommerce From 2b79b3aff2155a7109777b51407a33a1a570d5b0 Mon Sep 17 00:00:00 2001 From: Stephan Vierkant Date: Mon, 16 Apr 2018 15:08:33 +0200 Subject: [PATCH 06/26] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 80ab057..1c7654d 100644 --- a/README.md +++ b/README.md @@ -324,7 +324,6 @@ Table of contents: * [HWIOAuthBundle](https://github.com/hwi/HWIOAuthBundle) - OAuth client integration. Supports both OAuth1.0a and OAuth2. * [JmikolaAutoLoginBundle](https://github.com/jmikola/JmikolaAutoLoginBundle) - This bundle integrates the AutoLogin library with Symfony2, which implements a security firewall listener to authenticate users based on a single query parameter. * [JMSSecurityExtraBundle](http://jmsyst.com/bundles/JMSSecurityExtraBundle) - Enhances the Security Component with several new features. -* [KnpUGuardBundle](https://github.com/knpuniversity/KnpUGuardBundle) - Adds simple and beautiful authentication to your Symfony project. * [SamlBundle](https://github.com/pdias/SamlBundle) - The SamlBundle adds support for SAML 2.0 Service Provider in Symfony2. * [two-factor-bundle](https://github.com/scheb/two-factor-bundle) - This Symfony2 bundle provides two-factor authentication for your website. From c8e383712b2686dbab5ef52b5833c76e0808ebad Mon Sep 17 00:00:00 2001 From: Stephan Vierkant Date: Mon, 16 Apr 2018 15:13:09 +0200 Subject: [PATCH 07/26] Update README.md --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 80ab057..1bce38f 100644 --- a/README.md +++ b/README.md @@ -125,17 +125,11 @@ Table of contents: ## Forms -* [AutoFormFillBundle](https://github.com/AppVentus/AutoFormFillBundle) - This bundle fill automaticly creation forms in your application. -* [CaptchaBundle](https://github.com/Gregwar/CaptchaBundle) - Bundle implementing a "captcha" form type. -* [ContactBundle](https://github.com/mremi/ContactBundle) - Provides a contact form for a Symfony2 project. * [CraueFormFlowBundle](https://github.com/craue/CraueFormFlowBundle) - Multi-step forms. -* [FilterFormBundle](https://github.com/IDCI-Consulting/FilterFormBundle) - Filter form bundle. -* [FormBundle](https://github.com/Gregwar/FormBundle) - Provides the "entity_id" type. * [InfiniteFormBundle](https://github.com/infinite-networks/InfiniteFormBundle) - A collection of useful form types and extensions. * [IvoryCKEditorBundle](https://github.com/egeloen/IvoryCKEditorBundle) - CKEditor integration in Symfony. * [IvoryOrderedFormBundle](https://github.com/egeloen/IvoryOrderedFormBundle) - Provides a form ordering support. * [LexikFormFilterBundle](https://github.com/lexik/LexikFormFilterBundle) - Lexik Form Filter bundle. -* [SharkLoggerBundle](https://github.com/agiuliano/SharkLoggerBundle) - A Symfony 2 bundle that allows you to log form errors and data. ## Internationalization From 389c50c3ae5d606f61eab9afba861978b63455c5 Mon Sep 17 00:00:00 2001 From: Vlad Gregurco Date: Thu, 26 Jul 2018 09:33:34 +0300 Subject: [PATCH 08/26] Add Jobeet Tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e14ef6c..b321bac 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,7 @@ Table of contents: * [Assets Cache Busting in Symfony](http://elnur.pro/assets-cache-busting-in-symfony/) * [High Performance Websites with Symfony2](http://slides.seld.be/?file=2011-10-20+High+Performance+Websites+with+Symfony2.html) * [Symfony - project tamed](http://clearcode.cc/2014/03/symfony-project/) +* [Symfony 4.1 Jobeet Tutorial](https://jobeet-tutorial.readthedocs.io/en/latest/) ## Resources From d0bd8b2b56ef5d4fb10fcf4d00ba2f79fb4db6d7 Mon Sep 17 00:00:00 2001 From: Stepan Anchugov Date: Mon, 3 Sep 2018 14:19:40 +0400 Subject: [PATCH 09/26] Added Enqueue --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 80ab057..753e1db 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,7 @@ Table of contents: * [qpush-bundle](http://qpush-bundle.readthedocs.org/en/latest/) - The QPush Bundle relies on the Push Queue model of Message Queues to provide asynchronous processing in your application. * [RabbitMqBundle](https://github.com/videlalvaro/RabbitMqBundle) - RabbitMQ bundle. * [RSQueueBundle](https://github.com/mmoreram/RSQueueBundle) - Queues infrastructure based on Redis, with Producer-Consumer and Publisher-Subscriber +* [Enqueue](https://github.com/php-enqueue/enqueue-dev) - Provides a common way for programs to create, send, read messages. Inspired by Java JMS ## Reading From ca9ddaccc47369c6334dd3aa018ac23ffdfc7034 Mon Sep 17 00:00:00 2001 From: Aimeos Date: Mon, 27 May 2019 11:26:04 +0200 Subject: [PATCH 10/26] Added Aimeos e-commerce framework --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 80ab057..5818bf9 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ Table of contents: ## Ecommerce +* [Aimeos](https://aimeos.org/Symfony/) - Ultra fast PHP e-commerce framework for #gigacommerce * [Bamboo](https://github.com/elcodi/bamboo) - Full-stack E-commerce application based on Symfony and Elcodi components * [Elcodi](https://github.com/elcodi/elcodi) - E-commerce PHP Components and Symfony Bundles * [WellCommerce](https://github.com/WellCommerce/WellCommerce) - An E-commerce platform for PHP 7.x From 03856214f94ad2352478f2a0062fcfec0811936a Mon Sep 17 00:00:00 2001 From: Stephan Vierkant Date: Tue, 15 Sep 2020 20:59:51 +0200 Subject: [PATCH 11/26] Removed GoogleBundle --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1114c2c..d296423 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,6 @@ Table of contents: * [FMElfinderBundle](https://github.com/helios-ag/FMElfinderBundle) - Provides Elfinder filebrowser integration with popular WYSIWYG editors. * [GnugatWizardBundle](https://github.com/gnugat/GnugatWizardBundle) - Magically shrinks bundle installation steps into a single command. * [godfather](https://github.com/PUGX/godfather) - A library for the strategy pattern in PHP. -* [GoogleBundle](https://github.com/antimattr/GoogleBundle) - Bundle for Google Analytics. * [guzzle-bundle](https://github.com/misd-service-development/guzzle-bundle) - Integrates Guzzle. * [highcharts-bundle](https://github.com/misd-service-development/highcharts-bundle) - Integrates PHP Highcharts. * [HTMLPurifierBundle](https://github.com/arnaud-lb/HTMLPurifierBundle) - HTML Purifier is a standards-compliant HTML filter library written in PHP. From acd8800b611f3e4eb07fe47d1ae37584ea4eb7a4 Mon Sep 17 00:00:00 2001 From: Stephan Vierkant Date: Tue, 15 Sep 2020 21:08:15 +0200 Subject: [PATCH 12/26] Removed 404's --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index d296423..9a5fea4 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,6 @@ Table of contents: * [Bamboo](https://github.com/elcodi/bamboo) - Full-stack E-commerce application based on Symfony and Elcodi components * [Elcodi](https://github.com/elcodi/elcodi) - E-commerce PHP Components and Symfony Bundles -* [WellCommerce](https://github.com/WellCommerce/WellCommerce) - An E-commerce platform for PHP 7.x * [Sylius](https://github.com/Sylius/Sylius) - E-Commerce PHP framework built on top of Symfony with component-based architecture and format-agnostic rendering ## Forms @@ -225,7 +224,6 @@ Table of contents: ## Reading -* [Assets Cache Busting in Symfony](http://elnur.pro/assets-cache-busting-in-symfony/) * [High Performance Websites with Symfony2](http://slides.seld.be/?file=2011-10-20+High+Performance+Websites+with+Symfony2.html) * [Symfony - project tamed](http://clearcode.cc/2014/03/symfony-project/) From e64345fc9bfb765222d1aef45c2ac78ad08a0a12 Mon Sep 17 00:00:00 2001 From: Peter Thaleikis Date: Sun, 11 Oct 2020 20:41:15 +0400 Subject: [PATCH 13/26] Removing dead link to LinkedIn Group --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 67a52e7..b30828e 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,6 @@ Table of contents: * IRC: * [#symfony](http://irc.lc/freenode/symfony) - Official IRC channel for Symfony support. * [#symfony-docs](http://irc.lc/freenode/symfony) - Channel to discuss about the documentation of Symfony. -* [Linked.in](https://www.linkedin.com/grp/home?gid=29205) - Large and active group on Linked.in. * Local: * [Community events](http://symfony.com/events/) - Find Symfony events near you. * [Meetup](http://www.meetup.com/topics/symfony/) - Get involved locally and find Symfony users from your local area. From c991012273649afe860430b04f8dd674644568d6 Mon Sep 17 00:00:00 2001 From: Romain Date: Mon, 1 Feb 2021 12:24:16 +0100 Subject: [PATCH 14/26] adding AdminLTEBundle --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f70cc6a..6601503 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Table of contents: * [AdmingeneratorGeneratorBundle](https://github.com/symfony2admingenerator/AdmingeneratorGeneratorBundle) - Admingenerator for Symfony2, parse generator.yml files to build classes * [EasyAdminBundle](https://github.com/javiereguiluz/EasyAdminBundle) - Simple admin generator for Symfony applications * [SonataAdminBundle](https://github.com/sonata-project/SonataAdminBundle) - AdminBundle - The missing Symfony2 Admin Generator +* [AdminLTEBundle](https://github.com/kevinpapst/AdminLTEBundle) - Admin theme based on the AdminLTE Template ## Certification * [CLI tool to train certifications](https://github.com/certificationy/certificationy-cli) From 2d35497f998752bae6318ff0a7c799709b95b721 Mon Sep 17 00:00:00 2001 From: Romain Date: Mon, 1 Feb 2021 16:01:59 +0100 Subject: [PATCH 15/26] adding Symfony 5 official book --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6601503..232b9b7 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,7 @@ Table of contents: ## Reading +* [Symfony 5: The Fast Track](https://symfony.com/book) - Book written by Symfony's creator, free online. * [High Performance Websites with Symfony2](http://slides.seld.be/?file=2011-10-20+High+Performance+Websites+with+Symfony2.html) * [Symfony - project tamed](http://clearcode.cc/2014/03/symfony-project/) * [Symfony 4.1 Jobeet Tutorial](https://jobeet-tutorial.readthedocs.io/en/latest/) From 4295335fa1dc70f3f16636b6b1259c4c57b78527 Mon Sep 17 00:00:00 2001 From: Dmitrii Poddubnyi Date: Thu, 6 May 2021 13:12:38 +0300 Subject: [PATCH 16/26] Added KarserRecaptcha3Bundle --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 232b9b7..c6a26a3 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ Table of contents: * [InfiniteFormBundle](https://github.com/infinite-networks/InfiniteFormBundle) - A collection of useful form types and extensions. * [IvoryCKEditorBundle](https://github.com/egeloen/IvoryCKEditorBundle) - CKEditor integration in Symfony. * [IvoryOrderedFormBundle](https://github.com/egeloen/IvoryOrderedFormBundle) - Provides a form ordering support. +* [KarserRecaptcha3Bundle](https://github.com/karser/KarserRecaptcha3Bundle) - Integrates Google ReCAPTCHA v3 into Symfony. * [LexikFormFilterBundle](https://github.com/lexik/LexikFormFilterBundle) - Lexik Form Filter bundle. ## Internationalization From 7dae2fa6d8f67f8d7bbea21f9051ce96336ac48f Mon Sep 17 00:00:00 2001 From: Adrien Cantepie Date: Tue, 1 Jun 2021 22:32:01 +0200 Subject: [PATCH 17/26] Add umbrella framework. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6a26a3..5c35b1f 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,8 @@ Table of contents: * [EasyAdminBundle](https://github.com/javiereguiluz/EasyAdminBundle) - Simple admin generator for Symfony applications * [SonataAdminBundle](https://github.com/sonata-project/SonataAdminBundle) - AdminBundle - The missing Symfony2 Admin Generator * [AdminLTEBundle](https://github.com/kevinpapst/AdminLTEBundle) - Admin theme based on the AdminLTE Template - +* [Umbrella framework](https://github.com/acantepie/umbrella) - Admin components and theme to create administration backends. +* ## Certification * [CLI tool to train certifications](https://github.com/certificationy/certificationy-cli) * [Symfony 3 certification guide](https://github.com/raulconti/symfony-3-certification-guide) From 4772727833b6350a509185e1ee3fcc81ef27a201 Mon Sep 17 00:00:00 2001 From: Adrien Cantepie Date: Tue, 1 Jun 2021 22:34:57 +0200 Subject: [PATCH 18/26] Woops --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c35b1f..d6fcb1d 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Table of contents: * [SonataAdminBundle](https://github.com/sonata-project/SonataAdminBundle) - AdminBundle - The missing Symfony2 Admin Generator * [AdminLTEBundle](https://github.com/kevinpapst/AdminLTEBundle) - Admin theme based on the AdminLTE Template * [Umbrella framework](https://github.com/acantepie/umbrella) - Admin components and theme to create administration backends. -* + ## Certification * [CLI tool to train certifications](https://github.com/certificationy/certificationy-cli) * [Symfony 3 certification guide](https://github.com/raulconti/symfony-3-certification-guide) From 3bcf12350617b1a9670a18f6727370c2c55a2745 Mon Sep 17 00:00:00 2001 From: Sam Partington Date: Thu, 9 Sep 2021 09:46:09 +0100 Subject: [PATCH 19/26] Update WhiteOctober links to point to maintained packages. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6fcb1d..de651b0 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ Table of contents: * [BGBarcodeBundle](https://github.com/paterik/BGBarcodeBundle) - Bundle for barcode rendering using our barcode generator base library. * [BlogBundle](https://github.com/stfalcon/BlogBundle) - Simple blog module. * [bootstrap-bundle](https://github.com/braincrafted/bootstrap-bundle) - Integrates Bootstrap into Symfony2 by providing templates, Twig extensions, services and commands. -* [BreadcrumbsBundle](https://github.com/whiteoctober/BreadcrumbsBundle) - A small breadcrumbs bundle. +* [BreadcrumbsBundle](https://github.com/mhujer/BreadcrumbsBundle) - A small breadcrumbs bundle. * [BrowscapBundle](https://github.com/browscap/BrowscapBundle) - Bundle to access the browscap information. * [CacheToolBundle](https://github.com/gordalina/CacheToolBundle) - Bundle to integrate cachetool library in Symfony2 (Clear acp/opcache from the command line). * [CarbonBundle](https://github.com/lightsuner/CarbonBundle) - This bundle provides an opportunity to convert Request data into Carbon objects. @@ -196,7 +196,7 @@ Table of contents: * [TransmissionBundle](https://github.com/labzone/TransmissionBundle) - Bundle for Transmission API client. * [versioning-bundle](https://github.com/shivas/versioning-bundle) - Simple way to version (semantic versioning 2.0.0). * [VisithorBundle](https://github.com/Visithor/VisithorBundle) - Symfony Bundle for PHP Package visithor. -* [WhiteOctoberPagerfantaBundle](https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle) - Bundle to use Pagerfanta. +* [BabDevPagerfantaBundle](https://github.com/BabDev/BabDevPagerfantaBundle) - Bundle to use Pagerfanta. * [WidopFrameworkExtraBundle](https://github.com/widop/WidopFrameworkExtraBundle) - Adds annotation configuration for Controller classes. * [WozbeRedirectBundle](https://github.com/wozbe/WozbeRedirectBundle) - A short bundle to manage many domains. From 85a5033e2f6fd07e9b6b160e4afadb57147b0e04 Mon Sep 17 00:00:00 2001 From: Arnaud Becher Date: Fri, 22 Oct 2021 12:33:38 +0200 Subject: [PATCH 20/26] add smknstd's modern php cheatsheet in resources section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d6fcb1d..e992ffb 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,7 @@ Table of contents: * [Symfony2 Service Config Converter](http://converter.rosstuck.com/) - A simple service to convert services configuration between YAML, XML and INI. * [Twigfiddle](http://twigfiddle.com/) - Small development environment to develop, run, store and access Twig code online. +* [Modern PHP cheatsheet](https://github.com/smknstd/modern-php-cheatsheet) - Cheatsheet for some Php knowledge you will frequently encounter in modern projects. ## Service Container From 18a3b26b95c5390eecd79ecbfde3926b86a82c44 Mon Sep 17 00:00:00 2001 From: Robin Chalas Date: Thu, 10 Feb 2022 14:45:46 +0100 Subject: [PATCH 21/26] Fix outdated detail --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6fcb1d..5e8d1b8 100644 --- a/README.md +++ b/README.md @@ -320,7 +320,7 @@ Table of contents: * [JSONApiBundle](https://github.com/nilportugues/symfony-jsonapi) - Bundle which provides support for formatting REST reponses to follow the JSON API specification. * [KnpJsonSchemaBundle](https://github.com/KnpLabs/KnpJsonSchemaBundle) - Provide a service which allow you to generate json schema based on validation metadata. * [LemonRestBundle](https://github.com/stanlemon/rest-bundle) - An opinionated bundle providing REST endpoints for Doctrine entities. -* [LexikJWTAuthenticationBundle](https://github.com/lexik/LexikJWTAuthenticationBundle) - This bundle provides JWT (Json Web Token) authentication for your REST API using the namshi/jose library. +* [LexikJWTAuthenticationBundle](https://github.com/lexik/LexikJWTAuthenticationBundle) - This bundle provides JWT (Json Web Token) authentication for your REST API using the lcobucci/jwt library. * [NelmioApiDocBundle](https://github.com/nelmio/NelmioApiDocBundle) - Generates documentation for your REST API from annotations. * [NelmioCorsBundle](https://github.com/nelmio/NelmioCorsBundle) - Adds ability to add CORS-related headers based on simple ACL-style per-URL configurations. * [RateLimitBundle](https://github.com/jaytaph/RateLimitBundle) - Add rate limits to your controllers/actions easily through annotations. From 4cb3a4680f835fd88e8cf4c4867b04cc67fe0007 Mon Sep 17 00:00:00 2001 From: Peter Novotnicek Date: Wed, 29 Jun 2022 09:26:19 +0200 Subject: [PATCH 22/26] Added Recipes category --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5e8d1b8..e5790b3 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Table of contents: * [Payments Management](#payments-management) * [Queues](#queues) * [Reading](#reading) +* [Recipes](#recipes) * [Resources](#resources) * [Service Container](#service-container) * [Storage](#storage) @@ -233,6 +234,10 @@ Table of contents: * [Symfony - project tamed](http://clearcode.cc/2014/03/symfony-project/) * [Symfony 4.1 Jobeet Tutorial](https://jobeet-tutorial.readthedocs.io/en/latest/) +## Recipes +* [Symfony Recipes](https://github.com/symfony/recipes) - Symfony recipes allow the automation of Composer packages configuration via the Symfony Flex Composer plugin. +* [Symfony Recipes (Contrib)](https://github.com/symfony/recipes-contrib) - Symfony recipes allow the automation of Composer packages configuration via the Symfony Flex Composer plugin. + ## Resources * [Symfony2 Service Config Converter](http://converter.rosstuck.com/) - A simple service to convert services configuration between YAML, XML and INI. From 775a06aa23157c2207004d1559b22c5bfbaa016b Mon Sep 17 00:00:00 2001 From: wucherpfennig Date: Tue, 25 Oct 2022 22:25:26 +0200 Subject: [PATCH 23/26] Added TablerBundle Added link to the tabler bundle. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e5790b3..3177434 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Table of contents: * [SonataAdminBundle](https://github.com/sonata-project/SonataAdminBundle) - AdminBundle - The missing Symfony2 Admin Generator * [AdminLTEBundle](https://github.com/kevinpapst/AdminLTEBundle) - Admin theme based on the AdminLTE Template * [Umbrella framework](https://github.com/acantepie/umbrella) - Admin components and theme to create administration backends. +* [TablerBundle](https://github.com/kevinpapst/TablerBundle) - Admin theme based on the Tabler Template. It ships with many twig helpers (functions, filter, embeds, macros and includes). ## Certification * [CLI tool to train certifications](https://github.com/certificationy/certificationy-cli) From 5c078b39f1187332058d3cffc88d76b5151bd72d Mon Sep 17 00:00:00 2001 From: Kvintilyanov Aleksandr Date: Mon, 14 Nov 2022 12:02:45 +0300 Subject: [PATCH 24/26] Add request-object-resolver-bundle Add request-object-resolver-bundle and remove deprecated and archived bundles --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3177434..87b7eee 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,7 @@ Table of contents: * [phone-number-bundle](https://github.com/misd-service-development/phone-number-bundle) - Integrates libphonenumber. * [prezent-grid-bundle](https://github.com/Prezent/prezent-grid-bundle) - Integrate the prezent/grid library in Symfony2. * [query-bus-bundle](https://github.com/gnugat/query-bus-bundle) - QueryBus integration in Symfony. +* [request-object-resolver-bundle](https://github.com/mops1k/request-object-resolver-bundle) - Denormilize and validate incoming request in your DTO objects. * [rss-atom-bundle](https://github.com/alexdebril/rss-atom-bundle) - RSS and Atom Bundle. * [Search-SphinxsearchBundle](https://github.com/timewasted/Search-SphinxsearchBundle) - Sphinx search bundle. * [SettingsBundle](https://github.com/dmishh/SettingsBundle) - Database centric configuration management. Global and per-user settings supported. @@ -247,7 +248,6 @@ Table of contents: ## Service Container * [CraueConfigBundle](https://github.com/craue/CraueConfigBundle) - Manages configuration settings stored in the database and makes them accessible via a service in your Symfony 2 project. -* [JMDSettingsBundle](https://github.com/mops1k/settings-bundle) - Simple service for store configuration in database an accessible via service and twig in your project. * [JMSDiExtraBundle](http://jmsyst.com/bundles/JMSDiExtraBundle) - Provides Advanced Dependency Injection Features. * [KutnyAutowiringBundle](https://github.com/kutny/autowiring-bundle) - a bundle providing autowiring for service arguments. * [PHP-DI](http://php-di.org) - The dependency injection container for humans. @@ -321,7 +321,6 @@ Table of contents: * [DunglasApiBundle](https://github.com/dunglas/DunglasApiBundle) - Bundle to build hypermedia-driven REST API. * [FOSOAuthServerBundle](https://github.com/FriendsOfSymfony/FOSOAuthServerBundle) - A server side OAuth2 bundle. * [FOSRestBundle](https://github.com/FriendsOfSymfony/FOSRestBundle) - Provides various tools to rapidly develop RESTful API's & applications. -* [JMDRestBundle](https://github.com/mops1k/JMDRestBundle) - Provide fast and simple way to generate REST api for your project entities without editing configs and creating any controllers. * [JMSSerializerBundle](https://github.com/schmittjoh/JMSSerializerBundle) - Easily serialize, and deserialize data of any complexity. * [JSONApiBundle](https://github.com/nilportugues/symfony-jsonapi) - Bundle which provides support for formatting REST reponses to follow the JSON API specification. * [KnpJsonSchemaBundle](https://github.com/KnpLabs/KnpJsonSchemaBundle) - Provide a service which allow you to generate json schema based on validation metadata. From 7e137ebca63923e29252e327a0e8cdda9a4374e3 Mon Sep 17 00:00:00 2001 From: Erison Silva Date: Fri, 2 Dec 2022 12:23:03 +0100 Subject: [PATCH 25/26] Remove FosUserBundle from the list --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3177434..e9924e0 100644 --- a/README.md +++ b/README.md @@ -300,7 +300,6 @@ Table of contents: ## User Management -* [FOSUserBundle](https://github.com/FriendsOfSymfony/FOSUserBundle) - Adds support for a database-backed user system. * [HWIOAuthBundle](https://github.com/hwi/HWIOAuthBundle) - OAuth client integration. Supports both OAuth1.0a and OAuth2. * [JmikolaAutoLoginBundle](https://github.com/jmikola/JmikolaAutoLoginBundle) - This bundle integrates the AutoLogin library with Symfony2, which implements a security firewall listener to authenticate users based on a single query parameter. * [JMSSecurityExtraBundle](http://jmsyst.com/bundles/JMSSecurityExtraBundle) - Enhances the Security Component with several new features. From eae8b8f38fe8fa81216e618ba9760b436e09a988 Mon Sep 17 00:00:00 2001 From: Lennart Fries Date: Mon, 12 Dec 2022 10:22:42 +0100 Subject: [PATCH 26/26] Remove Google+ Google+ does no longer exist --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 386cf43..f7fb9fe 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,6 @@ Table of contents: * Facebook - notable, large and active Facebook groups: * [1](https://fb.com/groups/7672226565) * [2](https://fb.com/groups/symfony2.framework) -* [Google+](https://plus.google.com/communities/109013871316146116610) - Large and active group on Google+. * IRC: * [#symfony](http://irc.lc/freenode/symfony) - Official IRC channel for Symfony support. * [#symfony-docs](http://irc.lc/freenode/symfony) - Channel to discuss about the documentation of Symfony.