Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free. Learn more →
Top 23 PHP symfony-bundle Projects
-
Project mention: Setup local development environment and run tests of PHP Twig | dev.to | 2023-03-19
Funnily, only now, after managing the setup and staring to write this post did I realize that it is part of the Symfony project.
-
For the development of high-scaling applications and responsive websites, open source headless commerce architecture has become the go-to option in recent years because of its flexibility, scalability, and agility. However, choosing the best open source headless ecommerce platform can be challenging. To help you navigate this complex landscape, this article compares two popular open source solutions: Medusa and Sylius.
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
-
Project mention: Is there any CRUD admin interface for Spring Boot? | reddit.com/r/SpringBoot | 2022-11-30
Symfony Framework has EasyAdminBundle for example. Is there anything similar for Spring Boot to manage entities?
-
Project mention: CORS with Symfony, jQuery, FOSRestBundle and NelmioCorsBundle | reddit.com/r/codehunter | 2022-10-17
nelmio\_cors: paths: "^/": allow\_credentials: true origin\_regex: true allow\_origin: - "^(https?://)?(back|api)\.mydomain.dev/?" allow\_headers: ['Origin','Accept','Content-Type'] allow\_methods: ['POST','GET','DELETE','PUT','OPTIONS'] max\_age: 3600 hosts: - "^(https?://)?(back|api)\.mydomain.dev/?" The controller used is extending FOSRestBundle's one, has some security (for example, cannot POST/PUT/DELETE when you don't have the correct role), can update objects and returns only JSON data (there is a listener for that).
-
Project mention: monolog-bundle VS small-logger-bundle - a user suggested alternative | libhunt.com/r/monolog-bundle | 2022-12-18
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
-
-
Project mention: (API Platform / Swagger) How to create a custom path with multiple methods? | reddit.com/r/symfony | 2022-05-11
/api/same-route is a unique identifier. Calling addPath with an existing identifier just overwrites your previous call, see https://github.com/api-platform/core/blob/main/src/OpenApi/Model/Paths.php You should call addPath once, and the instance of PathItem class should contain all HTTP methods, see constructor arguments.
-
-
-
NelmioCorsBundle
Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony application
Project mention: CORS with Symfony, jQuery, FOSRestBundle and NelmioCorsBundle | reddit.com/r/codehunter | 2022-10-17For CORS configuration, I am using NelmioCorsBundle with this configuration:
-
VichUploaderBundle
A simple Symfony bundle to ease file uploads with ORM entities and ODM documents.
Project mention: VichUploaderBundle: imageName is null on form submit | reddit.com/r/symfony | 2022-10-06I did not get to see your form, but did you make use of the VichType? https://github.com/dustin10/VichUploaderBundle/blob/master/docs/form/vich_file_type.md
-
There's more documentation with code examples in the GitHub repo: https://github.com/liip/LiipImagineBundle
-
Project mention: Get attributes from another session without loading that session | reddit.com/r/symfony | 2022-10-13
You might also want to try https://github.com/KnpLabs/KnpSnappyBundle so you can just use the current session instead of reloading it like you are now.
-
-
doctrine-test-bundle
Symfony bundle to isolate your app's doctrine database tests and improve the test performance
Project mention: Just started with Symfony after Laravel, and wanted to ask you guys, how to use database in testing, like in Laravel with Factories for generating own data for each test and database trait for purging data after each test? | reddit.com/r/symfony | 2022-08-22If you want to reset the state of the database after each test: https://github.com/dmaicher/doctrine-test-bundle
-
OverblogGraphQLBundle
This bundle provides tools to build a complete GraphQL API server in your Symfony App.
-
Exactly my point; not only Symfony has multi-step support but more importantly, any backend processing is simple using events.
-
-
We're using the LiipFunctionalTestBundle for various reasons and it comes with a handy runCommand() method. Maybe that's an option for you?
-
Project mention: I wrote a guide to implement a JWT auth in Symfony | reddit.com/r/symfony | 2022-12-15
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
PHP symfony-bundle related posts
- The elePHPant in the room: Wordpress
- What's the best way to allow a non-developer to write landing pages for an application developed with Symfony 5?
- LexikJWTAuthenticationBundle v2.17 Released
- User authentication
- Query with filters
- Symfony community dead ?
- Is the Doctrine Annotations Needed?
-
A note from our sponsor - SonarQube
www.sonarqube.org | 20 Mar 2023
Index
What are some of the best open-source symfony-bundle projects in PHP? This list will help you:
Project | Stars | |
---|---|---|
1 | Symfony | 28,121 |
2 | Sylius | 7,258 |
3 | DoctrineBundle | 4,512 |
4 | DoctrineMigrationsBundle | 4,024 |
5 | EasyAdminBundle | 3,750 |
6 | FOSRestBundle | 2,770 |
7 | monolog-bundle | 2,747 |
8 | Alice | 2,425 |
9 | LexikJWTAuthenticationBundle | 2,388 |
10 | core | 2,227 |
11 | HWIOAuthBundle | 2,204 |
12 | NelmioApiDocBundle | 2,112 |
13 | NelmioCorsBundle | 1,762 |
14 | VichUploaderBundle | 1,718 |
15 | LiipImagineBundle | 1,598 |
16 | KnpSnappyBundle | 1,181 |
17 | FOSOAuthServerBundle | 1,095 |
18 | doctrine-test-bundle | 951 |
19 | OverblogGraphQLBundle | 729 |
20 | CraueFormFlowBundle | 717 |
21 | sentry-symfony | 638 |
22 | LiipFunctionalTestBundle | 630 |
23 | JWTRefreshTokenBundle | 580 |