PHP symfony-bundle

Open-source PHP projects categorized as symfony-bundle

Top 23 PHP symfony-bundle Projects

  • Symfony

    The Symfony PHP framework

    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.

  • Sylius

    Open Source eCommerce Framework on Symfony

    Project mention: Medusa Vs. Sylius: Which Should You Use for Your Ecommerce? | dev.to | 2023-03-06

    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.

  • DoctrineBundle

    Symfony Bundle for Doctrine ORM and DBAL

  • DoctrineMigrationsBundle

    Symfony integration for the doctrine/migrations library

  • EasyAdminBundle

    EasyAdmin is a fast, beautiful and modern admin generator for Symfony applications.

    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?

  • FOSRestBundle

    This Bundle provides various tools to rapidly develop RESTful API's with Symfony

    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).

  • monolog-bundle

    Symfony Monolog Bundle

    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.

  • Alice

    Expressive fixtures generator (by nelmio)

  • LexikJWTAuthenticationBundle

    JWT authentication for your Symfony API

    Project mention: LexikJWTAuthenticationBundle v2.17 Released | reddit.com/r/symfony | 2023-02-04
  • core

    The server component of API Platform: hypermedia and GraphQL APIs in minutes (by api-platform)

    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.

  • HWIOAuthBundle

    OAuth client integration for Symfony. Supports both OAuth1.0a and OAuth2.

    Project mention: User authentication | reddit.com/r/symfony | 2023-01-27
  • NelmioApiDocBundle

    Generates documentation for your REST API from annotations

  • 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-17

    For 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-06

    I 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

  • LiipImagineBundle

    Symfony Bundle to assist in imagine manipulation using the imagine library

    Project mention: Converting images to .webp | reddit.com/r/symfony | 2022-09-12

    There's more documentation with code examples in the GitHub repo: https://github.com/liip/LiipImagineBundle

  • KnpSnappyBundle

    Easily create PDF and images in Symfony by converting html using webkit

    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.

  • FOSOAuthServerBundle

    A server side OAuth2 Bundle for Symfony

  • 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-22

    If 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.

  • CraueFormFlowBundle

    Multi-step forms for your Symfony project.

    Project mention: Is it worth it to use Symfony Form with React? | reddit.com/r/symfony | 2022-03-26

    Exactly my point; not only Symfony has multi-step support but more importantly, any backend processing is simple using events.

  • sentry-symfony

    The official Symfony SDK for Sentry (sentry.io)

  • LiipFunctionalTestBundle

    Some helper classes for writing functional tests in Symfony

    Project mention: Run command from integration test | reddit.com/r/symfony | 2022-10-13

    We're using the LiipFunctionalTestBundle for various reasons and it comes with a handy runCommand() method. Maybe that's an option for you?

  • JWTRefreshTokenBundle

    Implements a Refresh Token system over Json Web Tokens in Symfony

    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

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-03-19.

PHP symfony-bundle related posts

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com