Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion data/composer-top200.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Top ~100 Composer (Packagist) packages, hand-curated from
# Top ~200 Composer (Packagist) packages, hand-curated from
Comment thread
Metbcy marked this conversation as resolved.
# packagist.org's "most installed" categories. Snapshot date: 2026-04-28.
Comment thread
Metbcy marked this conversation as resolved.
#
# Packagist's public statistics API has gone through several breaking
Expand Down Expand Up @@ -34,6 +34,7 @@ symfony/polyfill-php80
symfony/cache
symfony/serializer
symfony/validator
symfony/uid

# --- Laravel ---
laravel/framework
Expand All @@ -46,6 +47,8 @@ laravel/scout
laravel/cashier
laravel/breeze
laravel/jetstream
tymon/jwt-auth
laravel/ui

# --- Composer / packagist core ---
composer/composer
Expand All @@ -62,6 +65,11 @@ psr/http-message
psr/http-client
psr/http-factory
nyholm/psr7
middlewares/utils
middlewares/psr15
middlewares/fast-route
relay/relay
http-interop/http-middleware

# --- Logging / PSR ---
monolog/monolog
Expand All @@ -70,6 +78,10 @@ psr/cache
psr/container
psr/event-dispatcher
psr/simple-cache
maxbanton/cwh
graylog2/gelf-php
sentry/sentry
sentry/sentry-laravel

# --- Templating / output ---
twig/twig
Expand Down Expand Up @@ -99,6 +111,9 @@ mockery/mockery
pestphp/pest
pestphp/pest-plugin-laravel
fakerphp/faker
codeception/codeception
kahlan/kahlan
orchestra/testbench

# --- Doctrine / ORM ---
doctrine/dbal
Expand Down Expand Up @@ -129,6 +144,12 @@ phpseclib/phpseclib
firebase/php-jwt
lcobucci/jwt
defuse/php-encryption
delight-im/auth
bacon/bacon-qr-code
pragmarx/google2fa
opis/closure
brick/math
webmozart/assert

# --- WordPress ---
johnpbloch/wordpress-core
Expand Down
Loading