PHPackages                             utopia-php/storage - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. utopia-php/storage

ActiveLibrary[Framework](/categories/framework)

utopia-php/storage
==================

A simple Storage library to manage application storage

1.0.1(2mo ago)30240.5k↓23.8%59[1 issues](https://github.com/utopia-php/storage/issues)[19 PRs](https://github.com/utopia-php/storage/pulls)3MITPHPPHP &gt;=8.1

Since Jan 22Pushed 2mo ago7 watchersCompare

[ Source](https://github.com/utopia-php/storage)[ Packagist](https://packagist.org/packages/utopia-php/storage)[ RSS](/packages/utopia-php-storage/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (6)Versions (113)Used By (3)

Utopia Storage
==============

[](#utopia-storage)

[![Build Status](https://camo.githubusercontent.com/051a8208a33cef3704d5640123b21f5cf203bcacc09e501ce9084abc0a539648/68747470733a2f2f7472617669732d63692e6f72672f75746f7069612d7068702f73746f726167652e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/utopia-php/storage)[![Total Downloads](https://camo.githubusercontent.com/f33ac214c3cef6cca15b080ee2a1a157f3aca2769e49e48982cef9984e3d1029/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f75746f7069612d7068702f73746f726167652e737667)](https://camo.githubusercontent.com/f33ac214c3cef6cca15b080ee2a1a157f3aca2769e49e48982cef9984e3d1029/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f75746f7069612d7068702f73746f726167652e737667)[![Discord](https://camo.githubusercontent.com/6e418910df1b6eb524c6cbd88dbaf5a5aa294316eeadcd963e11262a319f6321/68747470733a2f2f696d672e736869656c64732e696f2f646973636f72642f3536343136303733303834353135313234343f6c6162656c3d646973636f7264)](https://appwrite.io/discord)

Utopia Storage is a simple and lightweight library for managing application storage across multiple adapters. This library is designed to be easy to learn and use, with a consistent API regardless of the storage provider. This library is maintained by the [Appwrite team](https://appwrite.io).

This library is part of the [Utopia Framework](https://github.com/utopia-php/framework) project.

Getting Started
---------------

[](#getting-started)

Install using composer:

```
composer require utopia-php/storage
```

### Basic Usage

[](#basic-usage)

```
