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

52,680

Packages

35

Monthly Downloads

110,188,976

Avg Score

26.8

Packages w/ Vulns

0

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.
2fa
3166
3166-1
7to5
A17
AI Developer Tools
AI Integration
AI Research
AI SDK
AI Text Generation
AI-powered Applications
AMQP
Accountability
Ada case
Agent
Agile
Algorithm
Api Wrapper
Apple Pay
ArangoDb
Arbitrary-precision
Array object
Associative
Audit
Authentication
Auto embed
Autowiring
Avocet Shores
B2C
BDD
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
License
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
league/flysystem League/Flysystem is a filesystem abstraction for PHP that provides a consistent API for local disks and cloud storage like S3. Swap adapters without changing your app, with support for reading/writing files, directories, visibility, and streams. 13,563 84.6 82.7 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,642 86.1 74.8 MIT 4 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,799 76.5 74.1 MIT 4 months ago
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. 3,545 69.9 62.7 MIT 3 months ago
View on GitHub
Context7
league/csv 3,472 57.1 50.7 MIT 3 months ago
View on GitHub
Context7
league/commonmark Highly extensible PHP Markdown parser supporting full CommonMark and GitHub-Flavored Markdown. Convert Markdown to HTML with simple converters, customize rendering via extensions, and run safely with options like stripping HTML and blocking unsafe links. 2,944 57.5 68.6 BSD-3-Clause 2 weeks ago
View on GitHub
Context7
league/glide On-demand image manipulation server for PHP. Resize, crop, and apply effects via a simple HTTP API. Automatically caches transformed images with far-future headers, supports GD/Imagick/libvips, Flysystem storage, multiple response types, and signed URLs for security. 2,631 61.3 54.7 MIT 1 day 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 a simple API to print red, blue, and more, helping your command-line scripts look clean and readable. 1,884 17.1 32.8 MIT
View on GitHub
Context7
league/html-to-markdown 1,881 50.1 54.7 MIT 2 years ago
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,641 15.1 49.6 MIT
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. 1,564 9.5 46.0 MIT
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,336 8.4 55.9 MIT
View on GitHub
Context7
league/uri League URI is a PHP 8.1+ library with intuitive classes for parsing, validating, normalizing, and manipulating URIs. Supports PSR-7 integration plus optional IDN, IPv4 conversion, and HTML/DOM features when extensions are available. 1,122 37.0 64.0 MIT 3 weeks ago
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. 1,000 8.0 36.0 MIT
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. 995 31.4 60.2 MIT 4 years ago
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. 864 31.0 39.1 MIT 3 months ago
View on GitHub
Context7
league/container PSR-11–compliant dependency injection container from The PHP League. Register services, factories and shared instances, then resolve dependencies with autowiring support. Modern PHP (8.3+) with full docs, tests, and MIT license. 863 38.1 56.2 MIT 2 weeks 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. 695 34.4 53.0 MIT 3 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 25.3 65.9 BSD-3-Clause 3 years ago
View on GitHub
Context7
league/uri-interfaces RFC 3986-compliant URI interfaces for PHP 8.1+. Defines contracts for URI objects and related components used across the League URI ecosystem. Supports IDN hosts (intl or polyfill) and IPv4 conversion (GMP/BCMath/64-bit). 538 30.2 65.0 MIT 3 weeks 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 39.6 54.7 MIT 5 years ago
View on GitHub
Context7
league/uri-components Immutable value-object URI components for PHP. Build, validate, normalize and convert parts like scheme, authority, host, path, query and fragment with PSR-7 compatibility. Supports IDN hosts (intl/polyfill) and IPv4 conversion. 319 31.0 62.3 MIT 3 weeks 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. 226 1.3 55.3 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. 142 23.8 39.2 MIT 10 years ago
View on GitHub
Context7
league/glide-symfony Symfony adapter for League Glide image manipulation. Easily integrate on-demand image resizing, cropping, and caching into Symfony apps with Glide’s server and filesystem support. Install via Composer and follow the official Glide documentation for setup. 102 25.1 51.3 MIT 2 years ago
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 21.4 65.0 MIT 6 years ago
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. 61 0.8 55.3 MIT
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 47.8 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 39.5
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 23.8 62.6 MIT 5 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. 26 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-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
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.
phpyh/coding-standard
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists