2017 © Pedro Peláez
 

symfony-bundle base64-file-bundle

Provides a base64 file support for your Symfony2 Project.

image

egeloen/base64-file-bundle

Provides a base64 file support for your Symfony2 Project.

  • Monday, February 27, 2017
  • by egeloen
  • Repository
  • 3 Watchers
  • 7 Stars
  • 6,312 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 3 Versions
  • 17 % Grown

The README.md

README

Travis Build Status AppVeyor Build Status Code Coverage Scrutinizer Code Quality Dependency Status, (*1)

Latest Stable Version Latest Unstable Version Total Downloads License, (*2)

Overview

The bundle provides a way to upload base64 file transparently through the Symfony2 form component. It adds a new form option named base64 on the file type which, when enabled, will convert you base64 input into a regular file. It is especially useful when you're using the FOSRestBundle., (*3)

For example, the following payload will be handled by the bundle:, (*4)

json { "field": { "name": "filename.png", "value": "iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABh0lEQVQ4T23TO8iPYR..." } }, (*5)

Documentation

  1. Installation
  2. Usage

Testing

The bundle is fully unit tested by PHPUnit with a code coverage close to 100%. To execute the test suite, check the travis configuration., (*6)

Contribute

We love contributors! Ivory is an open source project. If you'd like to contribute, feel free to propose a PR! You can follow the CONTRIBUTING file which will explain you how to set up the project., (*7)

License

The Ivory Base64 File Bundle is under the MIT license. For the full copyright and license information, please read the LICENSE file that was distributed with this source code., (*8)

The Versions

27/02 2017

dev-master

9999999-dev

Provides a base64 file support for your Symfony2 Project.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric GELOEN

file base64

27/02 2017

1.0.1

1.0.1.0

Provides a base64 file support for your Symfony2 Project.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric GELOEN

file base64

19/02 2017

1.0.0

1.0.0.0

Provides a base64 file support for your Symfony2 Project.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric GELOEN

file base64