PHP Composer

Open-source PHP projects categorized as Composer

Top 23 PHP Composer Projects

  1. Composer

    Dependency Manager for PHP

    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" ]

  2. 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.

    CodeRabbit logo
  3. bedrock

    WordPress boilerplate with Composer, easier configuration, and an improved folder structure

  4. Medoo

    The lightweight PHP database framework to accelerate the development.

  5. flex

    Composer plugin for Symfony (by symfony)

  6. Laravel-Zero

    A PHP framework for console artisans

  7. Satis

    Simple static Composer repository generator - For a full private Composer repo use Private Packagist

  8. laravel-messenger

    Simple user messaging package for Laravel

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. PHPCompatibility

    PHP Compatibility check for PHP_CodeSniffer

    Project mention: PHPCompatibility: Ensure Your Code Is Future-Proof with PHP_CodeSniffer | news.ycombinator.com | 2024-08-15
  11. wordplate

    A boilerplate for WordPress, built with Composer and designed with sensible defaults.

  12. SensioLabs Security Check

    A database of PHP security advisories

  13. laravel-hashids

    A Hashids bridge for Laravel

  14. Hprose-PHP

    Hprose is a cross-language RPC. This project is Hprose 3.0 for PHP

  15. laravel-stats

    📈 Get insights about your Laravel or Lumen Project

  16. composer-patches

    Simple patches plugin for Composer

    Project mention: Boost Your Composer Workflow with Simple Patch Management | news.ycombinator.com | 2024-08-15
  17. drupal-project

    :rocket: Composer template for Drupal projects. Quick installation via "composer create-project drupal-composer/drupal-project"

  18. composer-unused

    Show unused composer dependencies by scanning your code

  19. pusher-http-php

    PHP library for interacting with the Pusher Channels HTTP API

  20. Halite

    High-level cryptography interface powered by libsodium

  21. composer-git-hooks

    Easily manage git hooks in your composer config

  22. composer-normalize

    🎵 Provides a composer plugin for normalizing composer.json.

    Project mention: Elevate Your PHP Development Game with Composer Tips | dev.to | 2024-03-12

    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

  23. FacebookToolkit

    a tool to get Facebook data, and some Facebook bots, and extra tools found on Facebook Toolkit ++.

  24. phplint

    :bug: A tool that can speed up linting of php files by running several lint processes at once.

  25. 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.

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

PHP Composer discussion

Log in or Post with

PHP Composer related posts

  • Easy Model v1.1.3: A Hard-Earned Update with Many New Features and Improvements 💪

    1 project | dev.to | 6 Dec 2024
  • Using php7-mysql-shim to Address `mysql_*` Function Compatibility in PHP 7

    1 project | dev.to | 2 Dec 2024
  • Boost your workflow with Easy Model v1.1.2 💼

    1 project | dev.to | 1 Dec 2024
  • Unlock the Power of the New Easy Model – Available Today! 🎉

    1 project | dev.to | 22 Nov 2024
  • PHP: The Garbage Collector explained with simple words

    1 project | dev.to | 19 Nov 2024
  • It's finally here! 🚀

    3 projects | dev.to | 14 Nov 2024
  • 🎉 The key evolution of the Easy Model package is here with v1.0.8 🎉

    1 project | dev.to | 1 Nov 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 8 Feb 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

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

Sponsored
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.
coderabbit.ai

Did you know that PHP is
the 14th most popular programming language
based on number of references?