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,193 1,196 142 5M 2 40.0 60.4 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
cyber-duck/laravel-excel 0.82 74 78 27 2K 7 6.7 21.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. 306 312 80 199K 0 31.8 45.2 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 373 50 144K 0 22.1 39.5 MIT 5 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 2K 0 11.5 37.5 MIT 9 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. 769 775 47 32K 0 9.2 22.6 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. 131 134 21 134K 0 5.2 41.5 MIT 1 year 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 0 0 12.9 MIT 3 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. 24 25 2 20K 0 2.3 40.1 MIT 2 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 274 0 4.9 5.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,226 2,192 187 476K 0 12.9 22.7 MIT 3 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 7 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 51K 0 27.5 51.0 MIT 1 month 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. 769 773 47 12 0 9.2 0.1 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 20.4 MIT 2 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,814 2,826 184 144K 0 39.8 26.1 MIT 5 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 222 0 18.3 18.2 MIT 3 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 264 0 16.9 33.6 MIT 2 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. 758 767 102 51K 0 15.9 25.4 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 90 2 488K 0 14.0 57.3 MIT 4 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.
yandex/translate-api
voku/simple_html_dom
league/flysystem-vfs
bkwld/upchuck
filament/spatie-laravel-tags-plugin
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
22h/doctrine-garbage-collection-bundle
agtp/agtp-php