Download the PHP package srio/rest-upload-bundle without Composer
On this page you can find all versions of the php package srio/rest-upload-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package rest-upload-bundle
SRIORestUploadBundle
This bundle provide a simple ways to handle uploads on the server side.
Currently, it supports the simple, form-data, multipart and resumable ways.
Getting started
Using Gaufrette as storage layer, you can handle file uploads and store files on many places such as a local file system, an Amazon S3 bucket, ...
- Installation
- Usage
- Advanced usage
- Upload ways summary
- Configuration reference
Testing
Tests are run with PHPUnit. Once you installed dependencies with composer, then:
- Create a database, allow access to a user, and set configuration in
Tests/Fixtures/App/app/config/parameters.yml
file -
Create the database schema for the
test
environment - Run PHPUnit
All versions of rest-upload-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
symfony/symfony Version >=2.3.0
incenteev/composer-parameter-handler Version ~2.0
symfony/symfony Version >=2.3.0
incenteev/composer-parameter-handler Version ~2.0
The package srio/rest-upload-bundle contains the following files
Loading the files please wait ....