Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message
league

Followers

Total Stars

51,029

Packages

58

Monthly Downloads

121,950,169

Avg Score

18.7

Packages w/ Vulns

0

Popularity trends

Recorded values over time (once-a-day snapshots). May 15, 2026 – Jun 13, 2026

Total stars

Monthly downloads

Followers

Search
Licenses
Apache-2.0
BSD-2-Clause
BSD-3-Clause
LGPL-2.1
LGPL-3.0
MIT
NOASSERTION
Laravel versions
12.x
11.x
10.x
9.x
8.x
Keywords
No keywords found.
.htaccess
.ics
1.x
100m
12
13
1Pilot
2011
20steps
2397
2Gis
2fa
2factor
2n
3 of 9
3.x
301
302
3166
3166-1
37signals
4.0.1
4180
4217
46elks
4tochki
503
69 wilayas
7to5
8.1
Ranges
Stars
Forks
Watchers
Open issues
Open PRs
Closed issues
Closed PRs
Opportunity score
Releases Last 7 Days Last Month Last Quarter Year to Date All Time Custom
Description
Stars
30 days
GitHub star count over the last 30 days (daily snapshots).
License
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
league/flysystem Flysystem is a filesystem abstraction for PHP that lets you read, write, and manage files through a unified API across local disks and cloud storage (S3, FTP, SFTP, etc.). Swap adapters without changing app code, with consistent paths, streams, and visibility. 13,567
+3
64.7 63.8 MIT 2 years ago
View on GitHub
Context7
league/oauth2-server Standards-compliant OAuth 2.0 authorization server for PHP. Protect APIs with bearer access tokens, issue and refresh tokens, and support common grants (auth code, client credentials, device, implicit, password, refresh) with PSR-7 interoperability and RFC support. 6,647
75.8 67.0 MIT 6 months ago
View on GitHub
Context7
league/oauth2-client OAuth 2.0 client library for PHP. Provides a solid base for implementing “Sign in with …” flows and RFC 6749-compliant integrations, with a GenericProvider for bearer-token services and an extensible architecture for custom providers. 3,810
+8
66.2 65.9 MIT 6 months ago
View on GitHub
Context7
league/csv 3,480
+3
48.3 48.6 MIT 5 months ago
View on GitHub
Context7
league/commonmark Extensible PHP Markdown parser supporting the full CommonMark spec and GitHub-Flavored Markdown. Works with PHP 7.4+ (mbstring) and provides simple converters to turn Markdown into HTML with configurable safety options. 2,954
+10
54.0 66.7 BSD-3-Clause 2 months ago
View on GitHub
Context7
league/glide Glide is an on-demand PHP image manipulation library served over HTTP. Resize, crop, and apply effects with simple URL parameters, with automatic caching and far-future headers. Works with GD, Imagick, or libvips and Flysystem storage. 2,634
+2
58.9 53.6 MIT 2 months ago
View on GitHub
Context7
league/html-to-markdown 1,891
+7
29.9 45.9 MIT 2 years ago
View on GitHub
Context7
league/climate League CLImate makes PHP CLI output nicer with easy colored text, formatting, and styled messages. Install via Composer and use simple methods like red() or blue() to print readable, attention-grabbing console output for scripts and command-line tools. 1,889
+2
17.1 33.1 MIT
View on GitHub
Context7
league/flysystem-aws-s3-v3 Flysystem AWS S3 v3 adapter for PHP. Use it to store and retrieve files on Amazon S3 via the Flysystem filesystem abstraction. Install with composer require league/flysystem-aws-s3-v3; docs available on flysystem.thephpleague.com. 1,651
+6
15.0 49.9 MIT
View on GitHub
Context7
league/plates 1,525
+1
25.5 34.5 MIT 1 year ago
View on GitHub
Context7
league/geotools Geotools is a PHP geo library built on Geocoder and React. It supports batch geocoding/reverse geocoding with multiple providers, PSR-6 caching, CLI tools, coordinate conversion (DMS/UTM), and distance/bearing/point calculations. 1,406
39.2 37.0 MIT 2 months ago
View on GitHub
Context7
league/mime-type-detection Fast, reliable MIME type detection for PHP. Detects from file extensions and binary signatures using shared databases, with a simple API and customizable mappings. Ideal for uploads, validation, and content-type handling in Laravel and other PHP apps. 1,338
8.5 56.4 MIT
View on GitHub
Context7
league/color-extractor 1,321
+1
13.5 29.8 MIT 3 years ago
View on GitHub
Context7
league/uri League URI provides simple, intuitive PHP 8.1+ classes to parse, validate, normalize, and manipulate URIs and related components. Supports PSR-7 interoperability, IDN hosts (intl/polyfill), IPv4 conversion, and HTML URI handling. 1,128
+2
33.2 62.6 MIT 2 months ago
View on GitHub
Context7
league/oauth1-client RFC 5849-compliant OAuth 1.0 client library for PHP (7.1+). Authenticate with OAuth 1 servers and make signed requests. Built-in providers include Twitter, Trello, Tumblr, Bitbucket, Magento, Uservoice, and Xing; easy to add more. 996
-2
11.5 51.5 MIT 4 years ago
View on GitHub
Context7
league/container league/container is a lightweight PSR-11 dependency injection container for PHP. Define entries, factories, and autowiring-friendly services to manage application dependencies cleanly, with modern PHP support and solid tooling for testing and analysis. 867
+2
34.4 53.9 MIT 2 months ago
View on GitHub
Context7
league/iso3166 PHP library providing up-to-date ISO 3166-1 country data. Look up countries by name, alpha-2, alpha-3, or numeric code and get normalized details like country name, codes, and currency information. 698
-1
25.6 48.9 MIT 5 months ago
View on GitHub
Context7
league/config Define and validate nested PHP configuration with strict schemas (via Nette Schema). Merge multiple config sources, apply defaults, enforce types/constraints, and read values using convenient dot notation. Ideal for robust, structured app and library config. 564
5.3 56.0 BSD-3-Clause 3 years ago
View on GitHub
Context7
league/openapi-psr7-validator 557
-1
52.4 76.0 MIT 1 month ago
View on GitHub
Context7
league/factory-muffin Factory Muffin helps you rapidly create test objects in PHP with simple, reusable model factories (inspired by factory_girl). Define models and generate instances for fixtures and unit tests; optional Faker integration is available via factory-muffin-faker. 537
+1
19.6 46.5 MIT 5 years ago
View on GitHub
Context7
league/uri-interfaces Interface definitions for RFC 3986-compliant URI objects. Targets PHP 8.1+, with optional intl (or polyfill) for IDN handling and GMP/BCMath or 64-bit PHP for IPv4 conversion. Part of the League URI project; docs at uri.thephpleague.com. 537
+1
26.1 63.0 MIT 2 months ago
View on GitHub
Context7
league/flysystem-bundle 401
32.3 55.1 MIT 1 month ago
View on GitHub
Context7
league/flysystem-cached-adapter Caching adapter for Flysystem that speeds up filesystem operations by storing metadata (like directory listings and file info) in a cache backend. Reduces repeated calls to slower storage (S3/FTP) and improves performance in read-heavy scenarios. 355
4.3 38.6 MIT 8 years ago
View on GitHub
Context7
league/uri-components Immutable value objects for concrete URI components (host, path, query, etc.) in the League URI ecosystem. Requires PHP 8.1+. Supports IDN hosts with intl (or polyfill) and IPv4 conversion via GMP/BCMath or 64-bit PHP. 319
+1
27.0 61.4 MIT 2 months ago
View on GitHub
Context7
league/flysystem-sftp Deprecated since Flysystem 3.0; use flysystem-sftp-v3 instead. Provides an SFTP adapter for Flysystem using phpseclib2. This is a sub-split—issues and PRs belong in the main Flysystem repo. Install via composer require league/flysystem-sftp. 309
12.3 50.3
View on GitHub
Context7
league/oauth2-facebook 302
+1
3.8 40.4 MIT
View on GitHub
Context7
league/tactician-bundle 248
21.1 39.0 MIT 5 months ago
View on GitHub
Context7
league/oauth2-server-bundle 236
+2
37.4 64.9 MIT 4 months ago
View on GitHub
Context7
league/flysystem-local Flysystem Local adapter sub-split for storing files on the local filesystem. Install via composer require league/flysystem-local. For issues and pull requests, use the main Flysystem repo; see the docs for configuration and usage. 225
1.2 55.3 MIT
View on GitHub
Context7
league/json-guard Unmaintained JSON Schema validator (draft 4) for PHP. Passes the full Draft 4 test suite, supports custom rule sets, and returns helpful errors with JSON Pointers. Consider opis/json-schema or swaggest/php-json-schema as alternatives. 172
2.0 18.2 MIT
View on GitHub
Context7
league/glide-laravel Laravel adapter for League Glide image server. Easily serve on-the-fly resized, cropped, and optimized images using Glide within Laravel. Install via Composer and configure Glide to handle image requests with caching and storage support. 145
+2
3.8 32.9 MIT 10 years ago
View on GitHub
Context7
league/commonmark-ext-table Deprecated CommonMark table extension for PHP. Adds GitHub Flavored Markdown-style tables (alignment, header/body) to league/commonmark environments. Use league/commonmark 1.3+ instead, which includes the same Table extension under League\CommonMark\Extension\Table. 127
0.8 15.4 MIT 6 years ago
View on GitHub
Context7
league/glide-symfony Symfony adapter for League Glide that plugs Glide image manipulation and on-the-fly resizing into Symfony apps. Install via Composer and follow the core Glide docs for setup, caching, and URL-based transformations. 104
21.5 47.8 MIT 2 months ago
View on GitHub
Context7
league/flysystem-ziparchive Flysystem ZipArchive adapter sub-split. Use it to work with ZIP files via Flysystem’s filesystem abstraction. This repo is read-only for packaging; file issues and pull requests on the main Flysystem project: https://github.com/thephpleague/flysystem 103
1.4 44.6 MIT
View on GitHub
Context7
league/flysystem-memory Flysystem in-memory storage adapter (sub-split). Provides an in-memory filesystem for fast tests, temporary storage, and sandboxed usage. Install via composer require league/flysystem-memory; docs at flysystem.thephpleague.com. 85
1.4 55.3 MIT 7 years ago
View on GitHub
Context7
league/tactician-container PSR-11 container plugin for League Tactician that lazily loads command handlers from your DI container. Install via Composer and integrate with Tactician to resolve handlers on demand for cleaner wiring and faster bootstrap. 77
2.3 42.5 MIT 4 years ago
View on GitHub
Context7
league/flysystem-webdav 76
2.9 41.0 MIT
View on GitHub
Context7
league/tactician-logger 64
17.0 49.0 4 months ago
View on GitHub
Context7
league/flysystem-azure-blob-storage Flysystem Azure Blob Storage adapter sub-split. Provides the Azure Blob Storage filesystem adapter for Flysystem. For issues and pull requests, use the main Flysystem repository: https://github.com/thephpleague/flysystem 55
1.9 48.5 MIT
View on GitHub
Context7
league/construct-finder Locate PHP code constructs (classes, interfaces, traits, enums) within one or more directories. Returns construct objects or just names, with type-specific finders and support for excluding files via simple wildcard patterns. 44
0.4 41.1
View on GitHub
Context7
league/factory-muffin-faker Wraps Faker generators in deferred closures for easy use with Factory Muffin or any factory setup. Lets you define attributes with Faker and execute generation later, keeping factories simple and flexible. Compatible with PHP 5.4+ via Composer. 41
3.7 53.2 MIT 5 years ago
View on GitHub
Context7
league/flysystem-rackspace Flysystem adapter for Rackspace Cloud Files. Adds a Rackspace-backed filesystem driver so you can use Flysystem’s unified API to read, write, list, move, and delete files in Cloud Files containers, integrating with PHP apps via League/Flysystem. 38
4.0 34.0 11 years ago
View on GitHub
Context7
league/flysystem-ftp Flysystem FTP adapter (sub-split). Adds FTP filesystem support to the League Flysystem abstraction, enabling file operations over FTP through a consistent API. For issues and PRs, see the main Flysystem repository; docs available online. 28
0.8 55.3 MIT
View on GitHub
Context7
league/flysystem-async-aws-s3 Flysystem adapter for Amazon S3 using AsyncAws. Install via composer to integrate S3 storage with Flysystem’s filesystem abstraction for uploads, reads, writes, and directory operations. Part of the Flysystem sub-split; docs available online. 27
+1
0.3 55.3 MIT
View on GitHub
Context7
league/flysystem-google-cloud-storage Flysystem adapter for Google Cloud Storage (GCS). Install via composer to use GCS as a filesystem in Flysystem, with full support through the main Flysystem project. See official docs for configuration and usage. 23
0.5 55.3 MIT
View on GitHub
Context7
league/flysystem-gridfs MongoDB GridFS adapter for Flysystem. Install via composer (league/flysystem-gridfs) to use GridFS as a filesystem backend for reading and writing files. This is a split package; issues and PRs are handled in the main Flysystem repo. 20
0.6 33.7 MIT
View on GitHub
Context7
league/flysystem-phpcr 12
0.4 1.1 MIT 8 years ago
View on GitHub
Context7
league/flysystem-adapter-test-utilities Helper utilities for testing Flysystem adapters. Add as a dev dependency to reuse common adapter test cases and assertions while developing or verifying custom filesystem adapters. Part of the Flysystem project; see main docs and repo for issues/PRs. 7
0.2 44.5
View on GitHub
Context7
league/flysystem-read-only Read-only decorator for League Flysystem adapters. Wrap an existing filesystem adapter to prevent writes, deletes, and other mutations while allowing safe read access. Install via composer require league/flysystem-read-only; docs at flysystem.thephpleague.com. 4
0.1 55.3 MIT
View on GitHub
Context7
league/flysystem-path-prefixing Flysystem path prefixing decorator for adapters. This sub-split lets you transparently prepend a base directory/prefix to all filesystem operations (read/write/list) without changing your code. Install via composer; docs at flysystem.thephpleague.com. 1
0.1 55.3 MIT
View on GitHub
Context7
league/oauth2-google Google OAuth 2.0 provider for thephpleague/oauth2-client. Implements OpenID Connect sign-in with Google, supports Authorization Code flow, and helps fetch user details and tokens using your Google client ID/secret. Compatible with PHP 8.x. 0
+1
5.7 45.3
View on GitHub
Context7
league/omnipay Omnipay is a consistent, gateway-agnostic PHP payment processing library. Use one clean API for many providers (Stripe, PayPal, etc.), handle purchases, redirects, and responses uniformly, and switch gateways without rewriting your checkout code. 0
+1
65.1 46.5
View on GitHub
Context7
league/period 0
+1
21.6 32.5
View on GitHub
Context7
league/event PSR-14 compatible event dispatcher for PHP. Provides an emitter, listeners and subscribers, plus prioritized, stoppable events. Lightweight, extensible, and framework-agnostic—ideal for decoupling application components and building clean event-driven architectures. 0
+1
9.5 46.7
View on GitHub
Context7
league/tactician Tactician is a small, pluggable PHP command bus. Route commands to handlers and extend behavior via middleware and plugins (logging, containers, Doctrine transactions, queuing, events, locking). Install with Composer and integrate with your framework of choice. 0
21.7 35.3
View on GitHub
Context7
league/pipeline League\Pipeline provides a lightweight, immutable implementation of the Pipeline pattern for PHP. Compose sequential processing stages (any callable or invokable class) and pass a payload through each stage in order, producing a final result. 0
8.0 35.8
View on GitHub
Context7
league/flysystem-sftp-v3 Flysystem SFTP adapter using phpseclib v3. This is a sub-split of the Flysystem project; install via composer to add SFTP storage support to your Flysystem setup. For issues and PRs, use the main Flysystem repository and docs. 0
0.8 55.3
View on GitHub
Context7
league/fractal League Fractal is a transformation/presentation layer for API output (JSON/YAML). Define consistent serializers and transformers, type-cast fields, include related resources, and handle pagination—keeping response schemas stable as your data changes. 0
+1
60.7 55.1
View on GitHub
Context7
Add Repo
Add a package to Weaver

Enter the package name (vendor/package) or a GitHub URL. Packages must exist on Packagist.

Package or URL
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
daikazu/eloquent-salesforce-objects
unseen-codes/chat
romalytar/yammi-jobs-monitoring-laravel
kisame76/filament-db-table-state
nqxcode/laravel-lucene-search
dpfx/laravel-livewire-wizards
workos/workos-php-laravel
sofa/laravel-global-scope
nawasara/auth-primitives
adhocrat-io/arkhe-main
make-dev/orca-harpoon
itsemon245/lamet
baks-dev/dashboard
amoifr/pickle-panther-bundle
make-dev/orca
dmstr/symfony-system-resources-bundle
dmstr/symfony-job-queue-bundle
dmstr/openapi-json-schema-bundle
dmstr/keycloak-security-bundle
dmstr/doctrine-audit-log-bundle