DoctrineExtensions VS Symfony

Compare DoctrineExtensions vs Symfony and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
DoctrineExtensions Symfony
12 152
2,008 29,335
- 0.4%
7.5 10.0
about 1 month ago 1 day ago
PHP PHP
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

DoctrineExtensions

Posts with mentions or reviews of DoctrineExtensions. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-29.
  • A Software Engineer's Tips and Tricks #1: Drizzle
    3 projects | dev.to | 29 Apr 2024
    In the world of software development, there are two kinds of developers: those who have never had to complain about ORMs and those who have actually used them. Whether it’s Django ORM for Python, Active Record for Ruby, GORM for Golang, Doctrine for PHP, or Prisma for TypeScript, a common issue persists: writing simple queries is straightforward, but constructing complex or optimized queries can take hours, if not days.
  • PHP in 2023?
    3 projects | /r/PHP | 10 Jul 2023
    The language is not that important, if you know Php, you learn another one in weeks (not you, Rust!) important and source of income is the knowledge of Design patterns and for what implementation to use which specific Pattern. PHP have a great ecosystem regarding design patterns. As there are the psr. Mostly, the Frameworks implement these recommendations: - dependency injection in Symfony, yii and spiral - Data Mapper implemented in doctrine or in cycle-orm.
  • WTF is love coding for seniors/leads
    1 project | /r/programminghorror | 9 Jul 2023
    But: I do know how to filter and paginate 100 million rows under <20ms, in PHP and 1.7GHz laptop. I can do complex data exports at speeds of 15.000 rows per second, where each row takes data from about 5-8 DB tables, and all that using ORM (full entity mapping, the slowest possible way) and not vanilla SQL. And that data is saved sync (not async) to S3 so there is a slowdown that I totally forgot about which means processing is even faster.
  • How do i access my MySQL Database that is on another server
    1 project | /r/PHPhelp | 30 Dec 2022
  • Weekly help thread
    4 projects | /r/PHP | 4 Apr 2022
    Probably the best answer to your question is to use an established "ORM" (Object Relational Mapping). Doctrine ( https://www.doctrine-project.org/ ) is a very popular one. Those libraries have already solved many of the problems you're going to run into.
  • EasyAdmin 4 for admin panel based on PHP 8 and Symfony 6: Install and create a sample
    4 projects | dev.to | 7 Mar 2022
    It is one of the bundles of Symfony, a powerful and flexible PHP framework, also requiring Doctrine ORM entities.
  • Yes, PHP is Worth Learning/Using in $CURRENT_YEAR
    8 projects | dev.to | 17 Nov 2021
    doctrine/* - packages from the Doctrine Project, largely but not exclusively related to working with databases doctrine/collections - utilities for working with arrays of data doctrine/dbal - a data*base **abstraction **l*ayer with support for MySQL, Oracle, Microsoft SQL Server, PostgreSQL, and SQLite databases doctrine/orm - the Doctrine ORM, a popular PHP ORM based on the Data Mapper pattern doctrine/migrations - utilities for database schema versioning (i.e. database migrations)
  • Opinionated, specialized PHP micro-framework focused on doing secure login management and persistence management?
    2 projects | /r/PHPhelp | 14 Oct 2021
    Symfony Security and Doctrine
  • Demystifying the “Repository Pattern” in PHP
    2 projects | dev.to | 29 Jun 2021
    ORM is the most known abstraction used to easy access and modify data against SQL databases. Laravel has Eloquent, Symfony has Doctrine, etc.
  • Written by Boss who thinks he is an 'Industry Leading Professional'
    1 project | /r/programminghorror | 24 May 2021
    There are also good ORMs available for PHP. Eloquent and Doctrine come to mind.

Symfony

Posts with mentions or reviews of Symfony. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-05.
  • The PHP Orkestra Framework
    7 projects | dev.to | 5 May 2024
    Currently Laravel is the "go to" for new PHP applications to mostly developers today, if not, plain PHP, Slim, Symfony and other frameworks does the job, but for Wordpress, custom PHP boilerplates or/and outdated PHP patterns (aka, single ton) is what we have for work in mostly cases, if not, hacky ways to integrate frameworks as Laravel itself or parts of it to leverage a better code structure.
  • Using interfaces the wrong way
    1 project | dev.to | 24 Mar 2024
    Let's have a look at the class EventSourceHttpClient and try to use it in Symfony\Component\Webhook\Server\Transport. It's an entirely hypothetical example to illustrate the point.
  • Top 12 PHP Frameworks For Web Development in 2024
    13 projects | dev.to | 13 Feb 2024
    Symfony is an open-source PHP framework developed by SensioLabs which has a thriving community of over 300,000 developers with 29k stars and 9.4k forks on GitHub. It provides a set of reusable PHP components and a development methodology for building complex and scalable web applications. It is recommended due to its advanced features and user-friendly environment. The user can also develop microservices.
  • Performance benchmark of PHP runtimes
    7 projects | dev.to | 17 Jan 2024
    Symfony 7
  • Show HN: Mutable.ai – Turn your codebase into a Wiki
    14 projects | news.ycombinator.com | 8 Jan 2024
    Would be great to see for https://github.com/symfony/symfony, thanks! As that's a monorepo it may provide a challenge to the tool.
  • Shopware Changes since the 6.0 Dev Training Videos
    5 projects | dev.to | 12 Dec 2023
    As Shopware is mostly based on the Symfony framework, which is in turn based on the PHP language, we should also consider learning about the basics, which will also be useful for other frameworks apart from Shopware, like Symfonycasts, symfony.com, php.net.
  • is there an easy way to create a safe login page against SQL injection?
    1 project | /r/PHPhelp | 9 Dec 2023
    Use PHP frameworks such as Symfony. It cares about all the stuff.
  • Acquia, My Drupal Startup
    3 projects | news.ycombinator.com | 1 Dec 2023
    Symfony is a PHP framework. https://symfony.com/

    It caused much of the internal of Drupal to be re-written. This included how it was extended. With previous major versions you learned about new features and APIs. They followed mostly existing design patterns so it was easy to learn and updates your extensions for. With Symfony you had to learn whole new systems and ways of doing things. It was like learning something entirely new. And, porting extensions to it was far more work and time.

    Also, the updates made Drupal slower while consuming far more system resources for the same thing. This increased costs to operate.

  • Clean controllers in Symfony (III): request handling
    1 project | dev.to | 11 Oct 2023
    Internally, the kernel executes a controller, that is a callable, passing it an array of arguments. For each of these arguments, Symfony calculates its value using services that implement the ValueResolverInterface1.
  • Drupal 10.1 On OpenBSD 7.3: Install with Composer
    5 projects | dev.to | 24 Sep 2023
    Drupal is one of the content management systems aka CMS. It has long history and good stability, which is based on PHP and Symfony.

What are some alternatives?

When comparing DoctrineExtensions and Symfony you can also consider the following projects:

phpstan-strict-rules - Extra strict and opinionated rules for PHPStan

PHPMailer - The classic email sending library for PHP

Lumen - The Laravel Lumen Framework.

Swoole - 🚀 Coroutine-based concurrency library for PHP

di - PSR-11 compatible DI container and injector

Slim Framework - Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.

psr7 - PSR-7 HTTP message library

Spiral Framework - High-Performance PHP Framework

Real-Time monitoring package for Laravel - Connect your Laravel application to Inspector.

ProxiTok - Open source alternative frontend for TikTok made using PHP

Cycle ORM - PHP DataMapper, ORM

tesseract-ocr-for-php - A wrapper to work with Tesseract OCR inside PHP.