Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bytehead authored May 15, 2020
1 parent fe7286d commit 482cfc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
OneupFlysystemBundle
====================

[![Build Status](https://travis-ci.org/1up-lab/OneupFlysystemBundle.png)](https://travis-ci.org/1up-lab/OneupFlysystemBundle)
[![Total Downloads](https://poser.pugx.org/oneup/flysystem-bundle/d/total.png)](https://packagist.org/packages/oneup/flysystem-bundle)

The OneupFlysystemBundle provides a [Flysystem](https://github.com/thephpleague/flysystem) integration for your Symfony projects. Flysystem is a filesystem abstraction which allows you to easily swap out a local filesystem for a remote one. Currently you can configure the following adapters to use in your Symfony project.

* [AwsS3](http://aws.amazon.com/de/sdkforphp/)
Expand All @@ -16,9 +19,6 @@ The OneupFlysystemBundle provides a [Flysystem](https://github.com/thephpleague/
* [GridFS](http://php.net/manual/en/mongo.gridfs.php)
* [Gaufrette](http://knplabs.github.io/Gaufrette/)

[![Build Status](https://travis-ci.org/1up-lab/OneupFlysystemBundle.png)](https://travis-ci.org/1up-lab/OneupFlysystemBundle)
[![Total Downloads](https://poser.pugx.org/oneup/flysystem-bundle/d/total.png)](https://packagist.org/packages/oneup/flysystem-bundle)

Documentation
-------------

Expand Down

0 comments on commit 482cfc0

Please sign in to comment.