https://github.com/devimteam/silex-storage-provider
https://github.com/devimteam/silex-storage-provider
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devimteam/silex-storage-provider
- Owner: devimteam
- Created: 2016-10-18T10:41:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-19T19:53:10.000Z (over 9 years ago)
- Last Synced: 2024-04-16T13:42:14.857Z (about 2 years ago)
- Language: PHP
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StorageServiceProvider
## Intro
Adds storage service provider for your silex application
## Installation
#### Install via composer
```
$ composer require devimteam/silex-storage-provider
```
## Use-cases
## Contributing
#### Install vendors
```
$ composer install
```
#### Run tests
```
php vendor/bin/codecept run
```