Composer-docker VS Symfony

Compare Composer-docker 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
Composer-docker Symfony
6 151
252 29,325
0.8% 0.3%
7.1 10.0
10 days ago 5 days ago
Dockerfile PHP
MIT License 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.

Composer-docker

Posts with mentions or reviews of Composer-docker. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-23.
  • Best practices for building a production-ready Dockerfile for PHP applications
    5 projects | dev.to | 23 Aug 2023
    The same principle applies to any other images you may depend on, such as composer for dependency installation. Select the image tag that matches the major composer version you're using on your machine — composer:2 instead of composer:latest.
  • What do Mac users here use for local development / testing? AMP software discussion
    8 projects | /r/PHP | 27 Apr 2023
    I've got a local version of PHP installed, but I really don't need it. Composer has an official docker container: https://hub.docker.com/_/composer/
  • Php package not detecting extension as installed on container
    2 projects | /r/docker | 26 Jun 2022
    I found on the docs of the composer image, in the Troubleshooting section, that composer should not be used that way. So I put it inside the Php image with COPY --from=composer /usr/bin/composer /usr/bin/composer and it worked. Thanks for the help u/effata!
  • Unclear on how to use Docker to create local development environments.
    1 project | /r/learnprogramming | 20 May 2022
    I run most of the projects I develop on through a docker image. If it's a PHP project with composer dependencies, I use a composer image to install its dependencies, when I want to run it I use a php image. If the PHP image does not include the dependencies required for the project, I will look for an image within the project that is used, or build my own image serving the purpose. I like to make things easy to run and use, so that if I leave a project for a while I want it to be easy to get started again. If the project requires multiple things running, like a database, I setup docker-compose to make it easy to start a PHP container and database container alongside eachother that can communicate.
  • TIL: "composer updat" works
    3 projects | /r/PHP | 13 May 2021
    There is a hard coded case for this now in the project https://github.com/composer/docker/blob/master/1.10/docker-entrypoint.sh#L6
  • Create new laravel project via docker with one liner.
    1 project | dev.to | 19 Jan 2021
    The /app directory is specified working directory, from composer image via https://github.com/composer/docker/blob/582c6f4e10b6b8fbf9bc1c5b02d6ec24694fe8d4/2.0/Dockerfile#L60.

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-02-13.
  • 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.
  • Symfony 7.0 Type Declarations: Requesting Feedback from the Community
    1 project | /r/PHP | 13 Sep 2023

What are some alternatives?

When comparing Composer-docker and Symfony you can also consider the following projects:

docker-php - Docker Images for PHP

PHPMailer - The classic email sending library for PHP

zoneminder-base - An always up-to-date automatically building ZoneMinder container

Swoole - 🚀 Coroutine-based concurrency library for PHP

lamp-docker - LAMP Stack on Docker with NODE/NPM for PHP development.

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

Composer - Dependency Manager for PHP

Spiral Framework - High-Performance PHP Framework

laravel-vue-medialibrary

ProxiTok - Open source alternative frontend for TikTok made using PHP

docker-php-nginx - Docker image with PHP-FPM 8.3 & Nginx 1.24 on Alpine Linux

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