Composer Installers
A Multi-Framework Composer Library Installer (by composer)
Composer
Dependency Manager for PHP (by composer)
Composer Installers | Composer | |
---|---|---|
- | 222 | |
1,436 | 28,885 | |
-0.1% | 0.4% | |
6.0 | 9.6 | |
4 months ago | 18 days ago | |
PHP | 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.
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 Installers
Posts with mentions or reviews of Composer Installers.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning Composer Installers yet.
Tracking mentions began in Dec 2020.
Composer
Posts with mentions or reviews of Composer.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-04.
-
লারাভেল ব্যবহার করে REST API তৈরি: নতুনদের জন্য
Composer (লারাভেল ইনস্টল করার জন্য)
-
How to Build a CRUD API with Laravel for Beginners
Composer
-
Configurando Ambiente em PHP no Windows
https://getcomposer.org/
-
WordPress and Components
Composer and Packagist have become key tools for establishing the foundations of PHP-based applications. Packagist is essentially a directory containing PHP code out of which Composer, a PHP-dependency manager, retrieves packages. Their ease of use and exceptional features simplify the process of importing and managing own and third-party components into our PHP projects.
-
2025 Best PHP Micro Frameworks: Slim, Flight, Fat-Free, Lumen, and More!
Simplicity: Getting started is a breeze—install via Composer, define some routes, and you’re off. Scaling up? Add middleware or libs like Twig or Eloquent as needed.
-
Laravel 12 A Beginner-Friendly Guide
Laravel requires Composer, a dependency manager for PHP. You can download and install Composer from getcomposer.org.
-
Code registering in PHP
I was reading a comment of someone that liked php before version 5, because it had no object-oriented features. That made me think about how code gets discovered in php files. And the first thing I thought of was Composer. With a simple directive in the composer.json file you can make all classes discoverable in a directory.
- PHP 8.4.4 Released
-
How do I create my docker images for my Symfony projects
# Install Composer RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer # Install Node.js using NVM ENV NODE_VERSION=20.0.0 ENV NVM_DIR=/root/.nvm RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash && \ . "$NVM_DIR/nvm.sh" && \ nvm install ${NODE_VERSION} && \ nvm alias default v${NODE_VERSION} && \ ln -s "$NVM_DIR/versions/node/v${NODE_VERSION}/bin/node" /usr/local/bin/node && \ ln -s "$NVM_DIR/versions/node/v${NODE_VERSION}/bin/npm" /usr/local/bin/npm # Verify Node.js and npm installation RUN node --version && npm --version
-
Build a Symfony 7 boilerplate using FrankenPHP, Docker, PostgreSQL and php 8.4
FROM dunglas/frankenphp:1-php8.4-bookworm AS frankenphp_upstream FROM frankenphp_upstream AS frankenphp_base WORKDIR /app # persistent / runtime deps # hadolint ignore=DL3008 RUN apt-get update && apt-get install --no-install-recommends -y \ acl \ file \ gettext \ git \ && rm -rf /var/lib/apt/lists/* # https://getcomposer.org/doc/03-cli.md#composer-allow-superuser ENV COMPOSER_ALLOW_SUPERUSER=1 RUN set -eux; \ install-php-extensions \ @composer \ apcu \ intl \ opcache \ zip \ pdo_mysql \ pdo_pgsql \ gd \ intl \ xdebug \ ; COPY --link docker/frankenphp/conf.d/app.ini $PHP_INI_DIR/conf.d/ COPY --link --chmod=755 docker/frankenphp/docker-entrypoint.sh /usr/local/bin/docker-entrypoint COPY --link docker/frankenphp/Caddyfile /etc/caddy/Caddyfile ENTRYPOINT ["docker-entrypoint"] HEALTHCHECK --start-period=60s CMD curl -f http://localhost:2019/metrics || exit 1 # Dev FROM frankenphp_base AS frankenphp_dev ENV APP_ENV=dev XDEBUG_MODE=off VOLUME /app/var/ RUN mv "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini" RUN set -eux; \ install-php-extensions \ xdebug \ ; COPY --link docker/frankenphp/conf.d/app.dev.ini $PHP_INI_DIR/conf.d/ CMD [ "frankenphp", "run", "--config", "/etc/caddy/Caddyfile", "--watch" ]
What are some alternatives?
When comparing Composer Installers and Composer you can also consider the following projects:
Pickle - PHP Extension installer
composer-unused - Show unused composer dependencies by scanning your code
Climb
unused-scanner - Detect unused composer dependencies
Melody - One-file composer scripts