jackalope/jackalope-fs
Filesystem-backed PHPCR (Jackalope) transport implementation, storing repository data on disk. Useful for local development, testing, and lightweight setups where a database isn’t needed, while staying compatible with PHPCR APIs and tooling.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| league/flysystem-aws-s3-v3 | 0.89 | 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 | 1,676 | 219 | 7M | 0 | 15.0 | 49.9 | MIT | — | |
| league/flysystem-bundle | 0.87 | — | 401 | 404 | 83 | 936K | 5 | 32.3 | 55.1 | MIT | 1 month ago | |
| twistor/flysystem-stream-wrapper | 0.87 | — | 58 | 60 | 21 | 13K | 9 | 4.0 | 36.4 | MIT | — | |
| league/flysystem | 0.87 | 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 | 13,946 | 853 | 13M | 84 | 64.7 | 63.8 | MIT | 2 years ago | |
| jackalope/jackalope-jackrabbit | 0.85 | PHPCR storage backend for Jackalope using Apache Jackrabbit. Provides a Jackrabbit-specific transport/implementation so PHPCR applications can connect to and work with Jackrabbit repositories via Jackalope. | 66 | 67 | 27 | 13K | 7 | 11.3 | 33.5 | NOASSERTION | 2 years ago | |
| spatie/flysystem-google-cloud-storage | 0.85 | 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 | 19K | 0 | 2.3 | 39.9 | MIT | 2 years ago | |
| daemon/filestorage-bundle | 0.85 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| symfony-cmf/symfony-cmf | 0.83 | — | 722 | 740 | 92 | 629 | 17 | 9.1 | 6.5 | NOASSERTION | 7 years ago | |
| phar-io/filesystem | 0.83 | phar-io/filesystem is a small PHP utility library from the Phar.io ecosystem that abstracts common filesystem tasks with a clean API. Provides helpers for paths, files, and directories, aiming for safer, testable I/O used by tools like phar-io/phar. | 3 | 3 | 3 | 72K | 0 | 0.1 | 55.3 | NOASSERTION | — | |
| league/flysystem-rackspace | 0.82 | 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 | 40 | 30 | 8K | 9 | 4.0 | 34.0 | — | 11 years ago | |
| platformcommunity/flysystem-bunnycdn | 0.82 | Laravel Flysystem adapter for BunnyCDN Storage. Use BunnyCDN as a filesystem disk for uploads and file management, with support for common Flysystem operations like read/write, delete, directories, and URL generation for serving assets via BunnyCDN. | 95 | 94 | 23 | 30K | 7 | 26.0 | 40.5 | MIT | 4 months ago | |
| expresslanding/laravel-filesystem | 0.82 | Extend Laravel Filesystem with unlimited disks (local, S3, SFTP, FTP). Track disk space usage, manage disk statuses, and select an available drive (e.g., random). Includes migrations and config for MySQL or PostgreSQL setups. | 0 | 0 | 0 | 37 | 0 | 0.9 | 21.8 | MIT | 4 years ago | |
| bengor-file/file | 0.81 | Lightweight PHP file management library built with Domain-Driven Design. Provides common operations like upload (default or by hash), overwrite, remove, and rename, with a tested, documented codebase and flexible storage integration. | 2 | 2 | 1 | 70 | 0 | 3.3 | 19.2 | MIT | 8 years ago | |
| bengor-file/symfony-filesystem-bridge | 0.81 | Adapter bridge that makes BenGorFile/File objects compatible with Symfony’s Filesystem component. Install via Composer and use Symfony Filesystem operations while keeping the File library’s domain model. Includes PHPSpec test suite. | 0 | 0 | 0 | 0 | 0 | 1.2 | — | MIT | 8 years ago | |
| kherge/file-manager | 0.80 | Strict file and stream manager for PHP: safe read/write operations with unified APIs for files, in-memory strings, and existing streams. Supports iteration over contents and consistent handling via File, Memory, and Stream managers. | 8 | 8 | 3 | 2K | 1 | 2.8 | 32.5 | NOASSERTION | 8 years ago | |
| baks-dev/files-cdn | 0.80 | — | 0 | 0 | — | 2 | — | 16.5 | 7.5 | — | — | |
| bastsys/cdn-bundle | 0.80 | — | 0 | 0 | 0 | 0 | 0 | 1.8 | — | — | 5 years ago | |
| sextanet/laravel-files | 0.80 | — | 1 | 1 | 0 | 247 | 0 | 18.4 | 34.4 | MIT | 2 months ago | |
| fidry/filesystem | 0.80 | Tiny wrapper around Symfony Filesystem providing a FileSystem interface plus handy extras: path escaping for OS separators, real/normalized real path helpers, and consistent temp file/dir creation (incl. custom stream wrappers). | 4 | 4 | 0 | 54K | 1 | 12.3 | 59.8 | BSD-3-Clause | 6 months ago | |
| php-standard-library/filesystem | 0.80 | Type-safe filesystem utilities for PHP Standard Library. Perform common file and directory operations with consistent APIs and proper exception handling, improving safety and clarity over raw PHP functions. Documentation and contribution links included. | 1 | 1 | 0 | 21K | 0 | 21.2 | 64.9 | MIT | 1 week ago |
How can I help you explore Laravel packages today?