SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 PHP Composer Projects
-
Project mention: Build a Symfony 7 boilerplate using FrankenPHP, Docker, PostgreSQL and php 8.4 | dev.to | 2024-12-23
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" ]
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
Satis
Simple static Composer repository generator - For a full private Composer repo use Private Packagist
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Project mention: PHPCompatibility: Ensure Your Code Is Future-Proof with PHP_CodeSniffer | news.ycombinator.com | 2024-08-15
-
-
-
-
-
-
Project mention: Boost Your Composer Workflow with Simple Patch Management | news.ycombinator.com | 2024-08-15
-
drupal-project
:rocket: Composer template for Drupal projects. Quick installation via "composer create-project drupal-composer/drupal-project"
-
-
-
-
-
Composer-Normalize: Your Organization Sidekick! Let's talk about keeping things neat and tidy! Enter Composer-Normalize. This nifty tool ensures your composer.json file stays impeccably organized and sorted. No more chaotic dependency lists - it's all about that clean, structured vibe! 🌐📑 More info here: https://github.com/ergebnis/composer-normalize
-
FacebookToolkit
a tool to get Facebook data, and some Facebook bots, and extra tools found on Facebook Toolkit ++.
-
phplint
:bug: A tool that can speed up linting of php files by running several lint processes at once.
-
magento-lts
Official OpenMage LTS codebase | Migrate easily from Magento Community Edition in minutes! Download the source code for free or contribute to OpenMage LTS | Security vulnerability patches, bug fixes, performance improvements and more.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
PHP Composer discussion
PHP Composer related posts
-
Easy Model v1.1.3: A Hard-Earned Update with Many New Features and Improvements 💪
-
Using php7-mysql-shim to Address `mysql_*` Function Compatibility in PHP 7
-
Boost your workflow with Easy Model v1.1.2 💼
-
Unlock the Power of the New Easy Model – Available Today! 🎉
-
PHP: The Garbage Collector explained with simple words
-
It's finally here! 🚀
-
🎉 The key evolution of the Easy Model package is here with v1.0.8 🎉
-
A note from our sponsor - SaaSHub
www.saashub.com | 8 Feb 2025
Index
What are some of the best open-source Composer projects in PHP? This list will help you:
# | Project | Stars |
---|---|---|
1 | Composer | 28,792 |
2 | bedrock | 6,249 |
3 | Medoo | 4,853 |
4 | flex | 4,179 |
5 | Laravel-Zero | 3,761 |
6 | Satis | 3,158 |
7 | laravel-messenger | 2,488 |
8 | PHPCompatibility | 2,214 |
9 | wordplate | 2,122 |
10 | SensioLabs Security Check | 2,065 |
11 | laravel-hashids | 2,001 |
12 | Hprose-PHP | 1,967 |
13 | laravel-stats | 1,738 |
14 | composer-patches | 1,566 |
15 | drupal-project | 1,562 |
16 | composer-unused | 1,545 |
17 | pusher-http-php | 1,435 |
18 | Halite | 1,134 |
19 | composer-git-hooks | 1,065 |
20 | composer-normalize | 1,064 |
21 | FacebookToolkit | 997 |
22 | phplint | 990 |
23 | magento-lts | 879 |