All Projects → KnpLabs → Gaufrette

KnpLabs / Gaufrette

Licence: mit
PHP library that provides a filesystem abstraction layer − will be a feast for your files!

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to Gaufrette

Lfs
A thing to get information on your mounted disks
Stars: ✭ 178 (-92.57%)
Mutual labels:  filesystem
Draxt
draxt.js – NodeList/jQuery-like package for File System (node.js)
Stars: ✭ 192 (-91.99%)
Mutual labels:  filesystem
Fatcat
FAT filesystems explore, extract, repair, and forensic tool
Stars: ✭ 201 (-91.61%)
Mutual labels:  filesystem
Go Billy
The missing interface filesystem abstraction for Go
Stars: ✭ 184 (-92.32%)
Mutual labels:  filesystem
Filehound
Flexible and fluent interface for searching the file system
Stars: ✭ 190 (-92.07%)
Mutual labels:  filesystem
Sharpfilesystem
A virtual file system for .NET written in C#
Stars: ✭ 193 (-91.95%)
Mutual labels:  filesystem
Python Fuse
Python 2.x/3.x bindings for libfuse 2.x
Stars: ✭ 171 (-92.87%)
Mutual labels:  filesystem
Supertag
A tag-based filesystem
Stars: ✭ 207 (-91.36%)
Mutual labels:  filesystem
Phoenixfs
🔥 a versioning filesystem inspired by git
Stars: ✭ 191 (-92.03%)
Mutual labels:  filesystem
Vscode Remote Workspace
Multi protocol support for handling remote files like local ones in Visual Studio Code.
Stars: ✭ 197 (-91.78%)
Mutual labels:  filesystem
Containerfs
a cluster filesystem for containers
Stars: ✭ 264 (-88.99%)
Mutual labels:  filesystem
Chubaofs
ChubaoFS (abbrev. CBFS) is a cloud native distributed file system and object store.
Stars: ✭ 2,482 (+3.55%)
Mutual labels:  filesystem
Gcsf
a FUSE file system based on Google Drive
Stars: ✭ 2,251 (-6.09%)
Mutual labels:  filesystem
Pdf Archiver
A tool for tagging files and archiving tasks.
Stars: ✭ 182 (-92.41%)
Mutual labels:  filesystem
Autarky
Liberating disk space from 📁 node_modules
Stars: ✭ 203 (-91.53%)
Mutual labels:  filesystem
Dokanx
user-mode filesystem framework for Windows
Stars: ✭ 173 (-92.78%)
Mutual labels:  filesystem
Aaru
Aaru Data Preservation Suite
Stars: ✭ 193 (-91.95%)
Mutual labels:  filesystem
Tifs
A distributed POSIX filesystem based on TiKV, with partition tolerance and strict consistency.
Stars: ✭ 209 (-91.28%)
Mutual labels:  filesystem
Gotenksfs
A file system on top of your file system
Stars: ✭ 203 (-91.53%)
Mutual labels:  filesystem
Fileicon
macOS CLI for managing custom icons for files and folders
Stars: ✭ 196 (-91.82%)
Mutual labels:  filesystem

Gaufrette

Gaufrette provides a filesystem abstraction layer.

Build Status AppVeyor Status Quality Score Packagist Version Total Downloads Software License Join the chat at Gitter

Why use Gaufrette?

Imagine you have to manage a lot of medias in a PHP project. Lets see how to take this situation in your advantage using Gaufrette.

The filesystem abstraction layer permits you to develop your application without the need to know where all those medias will be stored and how.

Another advantage of this is the possibility to update the files location without any impact on the code apart from the definition of your filesystem. In example, if your project grows up very fast and if your server reaches its limits, you can easily move your medias in an Amazon S3 server or any other solution.

Documentation

Read the official Gaufrette documentation.

Metapackages for adapters

Every maintained adapter now have a dedicated metapackage. You can find the list on packagist. We highly recommend you to use them as they contain their own requirements: you don't need to worry about third-party dependencies to install before using Gaufrette anymore.

Symfony integration

Symfony integration is available through KnpLabs/KnpGaufretteBundle.

Maintainers

Here is the list of dedicated maintainer(s) for every adapter not deprecated. If you don't receive any response to your issue or pull request in a timely manner, ping us:

Adapter Referent
AsyncAws S3 @Nyholm
AwsS3 @NiR-
AzureBlobStorage @NiR-
DoctrineDbal @pedrotroller, @NicolasNSSM
Flysystem @nicolasmure
Ftp @fabschurt
GoogleCloudStorage @AntoineLelaisant
GridFS @NiR-
InMemory
Local
OpenCloud @NiR-
PhpseclibSftp @fabschurt
Zip

For InMemory, Local and Zip adapters everyone in this list is considered as a maintainer.

Development

Requires the latest versions of :

  • docker-ce
  • docker-compose
  1. Create .env file :
$ make dev

and configure it as you want.

  1. Build the php docker image :
$ make build
  1. Install dependencies :
$ make install-deps
  1. Run tests :
$ make tests

You can also use a different php version, simply set the PHP_VERSION env var to any of these values when calling a make target :

See the docker-compose.yml file for more details.

You'll need to clear the previously installed dependencies when switching from a version to an other, to do so, run :

$ make clear-deps
$ PHP_VERSION=<the_version_you_want_to_use> make build install-deps
  1. Apply Coding Standards

You should check for CS violations by using

$ make php-cs-compare

and fix them with

$ make php-cs-fix

Note

This project does not have any stable release yet but we do not want to break BC now.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].