Composer vs. Docker

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Composer
Score 9.0 out of 10
N/A
Composer is a free and open source dependency manager for PHP. It allows the user to declare the libraries a project depends on and it will manage (install/update) them. it manages packages on a per-project basis, installing them in a directory (e.g. vendor) inside a project and by default, it does not install anything globally. Thus, it is a dependency manager.N/A
Docker
Score 9.1 out of 10
N/A
Docker Enterprise was sold to Mirantis in 2019; that product is now sold as Mirantis Kubernetes Engine. But Docker now offers a 2-product suite that includes Docker Desktop, which they present as a fast way to containerize applications on a desktop; and, Docker Hub, a service for finding and sharing container images with a team and the Docker community, a repository of container images with an array of…
$5
per month
Pricing
ComposerDocker
Editions & Modules
No answers on this topic
Free
$0
unlimited public repositories
Pro
$5.00
per month per user
Team
$7.00
per month per user
Business
$21
per month per user
Offerings
Pricing Offerings
ComposerDocker
Free Trial
NoNo
Free/Freemium Version
YesYes
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
ComposerDocker
Top Pros

No answers on this topic

Top Cons

No answers on this topic

Best Alternatives
ComposerDocker
Small Businesses
Salt
Salt
Score 7.2 out of 10
Git
Git
Score 10.0 out of 10
Medium-sized Companies
Salt
Salt
Score 7.2 out of 10
Git
Git
Score 10.0 out of 10
Enterprises
Perforce Helix Core
Perforce Helix Core
Score 6.3 out of 10
Git
Git
Score 10.0 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
ComposerDocker
Likelihood to Recommend
9.0
(2 ratings)
9.8
(13 ratings)
Likelihood to Renew
-
(0 ratings)
9.1
(1 ratings)
Usability
-
(0 ratings)
7.0
(1 ratings)
Availability
-
(0 ratings)
10.0
(1 ratings)
Performance
-
(0 ratings)
8.0
(1 ratings)
Product Scalability
-
(0 ratings)
10.0
(1 ratings)
User Testimonials
ComposerDocker
Likelihood to Recommend
Open Source
I do highly recommend it whenever you have some PHP projects, especially if you need to have reusable modules that you want to share across teams. With a good branching an tagging strategy, you can go a long way in making your developers' life easier. They will only need to work on the modules that are of interest of them, and not have to touch the whole codebase.
Also, it's quite necessary if you are planning to use community PHP modules, as the vast majority of them is distributed, and versionned via packagist.org, and thus via composer.
Read full review
Docker
You are going to be able to find the most resources and examples using Docker whenever you are working with a container orchestration software like Kubernetes. There will always some entropy when you run in a container, a containerized application will never be as purely performant as an app running directly on the OS. However, in most scenarios this loss will be negligible to the time saved in deployment, monitoring, etc.
Read full review
Pros
Open Source
  • Controlling dependencies
  • Fast dependency resolver
  • Easy to use dependency injection
Read full review
Docker
  • Packaging of application to limit the space occupied
  • Ease of running the application
  • Provide multiple ways to handle the application issues and integration of different components like pipeline, ansible, terraform etc
Read full review
Cons
Open Source
  • Sometimes a bit slow, but v2 made a lot of improvements on that
  • If everything is modular, setting up a local dev environment is a bit trickier than having everything in the same repo
  • Might be hard to adopt with some frameworks which have not fully embraced it, like Wordpress
Read full review
Docker
  • Docker hub image retention policy can be relaxed
  • Docker hub policies can be more developer friendly
  • Docker CLI help section can be improved
  • Image and container storage (local) management can be optimized
Read full review
Usability
Open Source
No answers on this topic
Docker
Very easy to use, great tutorials, documentation and cheat sheets out there to help you become a Docker Wiz
Read full review
Reliability and Availability
Open Source
No answers on this topic
Docker
Haven't seen any outages, fatal/unrecoverable errors in my usage so far. Enough said.
Read full review
Performance
Open Source
No answers on this topic
Docker
Docker Desktop. The CPU high usage is a known issue. Needs fixing. Otherwise, it is great overall. Would not use anything else still.
Read full review
Alternatives Considered
Open Source
If you're familiar with npm or Yarn, you'll feel right at home with composer. The work in pretty much the same way. You can use a composer.json file in your repo to reference specific version of public community modules, and enterprise internal ones. You can also hook some scripts that you would want to execute, like for testing, building your code ...
Read full review
Docker
The reason why we are still using Docker right now is due to that is the best among its peers and suits our needs the best. However, the trend we foresee for the future might indicate Amazon lambda could potentially fit our needs to code enviornmentless in the near future.
Read full review
Scalability
Open Source
No answers on this topic
Docker
It is the only tool in our toolset that has not [had] any issues so far. That is really a mark of reliability, and it's a testimony to how well the product is made, and a tool that does its job well is a tool well worth having. It is the base tool that I would say any organisation must have if they do scalable deployment.
Read full review
Return on Investment
Open Source
  • Composer only has had positive impacts in our business. It saves a lot of time and resource in order to develop a software.
Read full review
Docker
  • Reduces the number of virtual machine which impacted our quarterly billing
  • Using docker with proxy we run multiple application on same port on same host.
  • impact on billing is we have to provide docker training to the people who are working on it.
Read full review
ScreenShots