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

Spout Laravel Package

box/spout

Fast, low-memory PHP library for reading and writing spreadsheet files (CSV, XLSX, ODS). Designed to handle very large files while using under ~3MB RAM. Requires PHP 7.2+, zip and xmlreader extensions. Archived/no longer maintained.

View on GitHub
Deep Wiki
Context7
Package
Score
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
openspout/openspout 0.86 OpenSpout is a fast, low-memory PHP library for reading and writing CSV, XLSX, and ODS spreadsheets. Built for very large files, it streams data efficiently while keeping memory usage tiny. Community-driven fork of box/spout with ongoing updates. 1,223 1,226 149 6M 3 45.0 62.9 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
cyber-duck/laravel-excel 0.82 74 78 27 1K 7 6.7 18.4 MIT 5 years ago
View on GitHub
Context7
spatie/dropbox-api 0.68 Minimal PHP client for Dropbox API v2 by Spatie. Provides core endpoints used by their Flysystem Dropbox adapter—create folders, list directories, fetch temporary links, and more. Easy to install via Composer and use with an auth token. 307 312 80 208K 0 32.6 45.7 MIT 1 month ago
View on GitHub
Context7
spatie/flysystem-dropbox 0.67 Flysystem adapter for Dropbox using Dropbox API v2. Connect via an authorization token and use the Spatie Dropbox client with a Flysystem Filesystem. Supports modern Flysystem versions (v2/3); see v1 branch for Flysystem v1. 365 374 50 158K 0 19.7 39.3 MIT 7 months ago
View on GitHub
Context7
spatie/spatie-content-api 0.67 Laravel/PHP package powering Spatie’s promotional-site content API. Fetch posts for a product or project (e.g., mailcoach) via a simple ContentApi facade and expose consistent, reusable content to your frontend or other services. 5 5 2 4K 0 9.0 39.8 MIT 11 months ago
View on GitHub
Context7
spatie/valuestore 0.66 Easily store and retrieve simple key-value data in a JSON file. Valuestore offers a lightweight, framework-friendly API for persisting settings, counters, and small bits of state without needing a database, with atomic writes and optional caching. 768 774 47 36K 0 9.2 23.2 MIT 1 year ago
View on GitHub
Context7
spatie/packagist-api 0.66 Search Packagist and fetch package details via the official Packagist API. Provides a simple PackagistClient built on Guzzle with a URL generator, plus helpers to list all packages or filter by vendor/type, and browse popular packages with pagination. 132 135 23 134K 0 24.6 48.5 MIT 1 month ago
View on GitHub
Context7
spatie/value-object 0.66 Deprecated Spatie package for PHP 8+ data transfer objects. Create typed DTOs from arrays with casting, validation, and attribute mapping (e.g., nested keys). Consider migrating to spatie/laravel-data or cuyz/valinor. 2,227 2,179 187 11 0 12.9 0.1 MIT 4 years ago
View on GitHub
Context7
spatie/flysystem-google-cloud-storage 0.66 Google Cloud Storage adapter for Flysystem v1 (PHP 8). A maintained fork adding modern PHP support and merged fixes. Use it to connect Flysystem’s filesystem API to GCS with Google’s client authentication. 23 25 2 20K 0 2.3 40.4 MIT 3 years ago
View on GitHub
Context7
spatie/twitter-streaming-api 0.65 Laravel-friendly PHP client for Twitter’s Streaming API. Keep an open HTTPS connection and react to tweets and user events in real time (no polling). Easily filter streams, listen for keywords/mentions, and handle incoming tweet payloads with callbacks. 173 176 31 356 0 4.8 6.7 MIT 5 years ago
View on GitHub
Context7
spatie/data-transfer-object 0.65 PHP 8+ data transfer objects with “batteries included”: map and cast input arrays into typed DTOs, validate via attributes, and handle nested objects/collections. Note: package is deprecated; consider spatie/laravel-data or cuyz/valinor. 2,227 2,192 187 469K 0 12.9 22.7 MIT 4 years ago
View on GitHub
Deep Wiki
Context7
spatie/code-outliner 0.65 CLI tool to visualize your code structure by generating outline images of files or directories. Overlay multiple files to spot dense or repetitive areas and improve readability. Requires Puppeteer via spatie/browsershot; install globally via Composer. 84 85 3 0 0 1.7 MIT 8 years ago
View on GitHub
Context7
spatie/mailcoach-sdk-php 0.65 PHP SDK for the Mailcoach API (self-hosted v6+ and Mailcoach Cloud). Manage email lists, subscribers, and campaigns: create and send campaigns, send tests, and browse paginated resources with an easy next() workflow. 31 31 18 66K 0 26.0 52.3 MIT 3 months ago
View on GitHub
Context7
spatie/laravel-valuestore 0.65 Store and retrieve loose key/value data in a JSON file with a simple API. Supports put/get with defaults, has/all, forget/flush, increment, and helpers like ArrayAccess and Countable—handy for app settings or small persistent state. 768 772 47 5 0 9.2 0.0 MIT 1 year ago
View on GitHub
Context7
spatie/laravel-float-sdk 0.64 Laravel-friendly SDK for interacting with the Float.com API (v3). Configure your API token and user agent via .env/config and use the provided FloatClient to access Float endpoints. Not a full API implementation; contributions welcome. 4 4 0 0 0 17.2 MIT 4 months ago
View on GitHub
Context7
spatie/async 0.64 Run PHP tasks in parallel with a simple Pool API built on PCNTL. Add closures, handle results via then/catch, and wait for completion. Ideal for speeding up batch jobs, CPU-heavy work, and IO-bound processing with multiple processes. 2,815 2,830 184 171K 0 37.4 26.7 MIT 7 months ago
View on GitHub
Deep Wiki
Context7
spatie/spatie-price-api 0.64 Fetch pricing information from Spatie’s spatie.be API, used internally on Spatie product promotional sites. Includes a simple method to retrieve a price for a purchasable item. Open source but not intended for third-party use. 15 15 0 199 0 15.6 17.1 MIT 5 months ago
View on GitHub
Context7
spatie/sourcemaps-lookup 0.63 Fast, memory-efficient Source Map v3 lookup for PHP. Resolve JavaScript stack frames to original source file, line/column, symbol name, and enclosing scope. Optimized for the read path and high-volume error symbolicating from uploaded sourcemaps. 1 1 0 375 0 14.6 35.4 MIT 4 months ago
View on GitHub
Context7
spatie/menu 0.61 Fluent, extensible menu builder for Laravel. Compose navigation with a clean API, render as HTML, and customize output via presenters and macros. Supports active state handling, links, submenus, and easy integration with Blade and your app’s routing. 754 765 101 44K 0 15.8 24.5 MIT 1 year ago
View on GitHub
Context7
spatie/php-attribute-reader 0.58 Lightweight PHP 8+ utility to read native attributes from classes, methods, properties, and parameters using reflection. Designed for simple, fast attribute discovery in frameworks and libraries, with an API that fits common annotation-style workflows. 89 89 2 619K 0 11.4 57.7 MIT 6 months ago
View on GitHub
Context7
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.
calmfox/watch-sylius
damienfern/grpc-symfony-bundle
atoolo/index-bundle
atoolo/genai-bundle
coprotoai/laravel-ticket
davidjln/llm-carbon-bundle
cryonighter/valid-request-bundle
coolms/taxonomy-bundle
coolms/field-bundle
articulate-orm/symfony
aaix/laravel-tall-architect
ephoto/akeneo-connector
emmanuelballery/eb-plantumlbundle
emielburgman/symfony-visitor-beacon
emielburgman/symfony-visit-storage
emielburgman/symfony-security-headers
emielburgman/symfony-log-viewer
emarref/xdebug-bundle
emarref/pubnub-bundle
elriseio/finance-money-bundle