PHPackages                             tiloweb/base64-bundle - 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. [Image &amp; Media](/categories/media)
4. /
5. tiloweb/base64-bundle

ActiveSymfony-bundle[Image &amp; Media](/categories/media)

tiloweb/base64-bundle
=====================

/

1.2.4(5y ago)213.2k↓50%[1 issues](https://github.com/Tiloweb/SymfonyBase64Bundle/issues)GNUHTMLPHP &gt;=5.3.3

Since Jul 26Pushed 5y ago2 watchersCompare

[ Source](https://github.com/Tiloweb/SymfonyBase64Bundle)[ Packagist](https://packagist.org/packages/tiloweb/base64-bundle)[ RSS](/packages/tiloweb-base64-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (1)Versions (9)Used By (0)

Usage
=====

[](#usage)

This Bundle allow you to manage entities files send through your forms in base64.

Installation
============

[](#installation)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require tiloweb/base64-bundle "dev-master"
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle (only for Symfony 2 or 3)
---------------------------------------------------

[](#step-2-enable-the-bundle-only-for-symfony-2-or-3)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
