PHPackages                             brbunny/bruploader - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. brbunny/bruploader

ActiveLibrary[File &amp; Storage](/categories/file-storage)

brbunny/bruploader
==================

It is a base64 upload manager for PHP with ease and security

v1.0.1(5y ago)119MITPHPPHP ^7.2

Since Feb 7Pushed 5y ago1 watchersCompare

[ Source](https://github.com/kevind3v/bruploader)[ Packagist](https://packagist.org/packages/brbunny/bruploader)[ RSS](/packages/brbunny-bruploader/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

BrUploader @BrBunny
===================

[](#bruploader-brbunny)

[![Maintainer](https://camo.githubusercontent.com/be6db128ebeba97c9e8c4461f81e280ea1ee0dc5ee0f5c21c386ac8df2448144/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d61696e7461696e65722d406b6576696e6433762d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/kevind3v)[![PHP from Packagist](https://camo.githubusercontent.com/578d86798624c52251b4a657e83b992ba00d7c7f38507df432aaa3b6296d74d1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f627262756e6e792f627275706c6f616465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/brbunny/bruploader)[![Latest Version](https://camo.githubusercontent.com/008e008851f1a582a86ce305a10cd69a99c41402bcf31f54725d17e839835c2d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6b6576696e6433762f627275706c6f616465722e7376673f7374796c653d666c61742d737175617265)](https://github.com/kevind3v/bruploader/releases/)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://github.com/kevind3v/bruploader/blob/main/LICENSE)[![Total Downloads](https://camo.githubusercontent.com/2daf214e7c0178580c4924290bbf31e7689230247a56de3c05d0e80f0fb3779a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f627262756e6e792f627275706c6f616465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/brbunny/bruploader)

It is a base64 upload manager for PHP with ease and security

#### Installation

[](#installation)

BrUploader is available through Composer:

```
"brbunny/bruploader": "1.0.*"
```

or run

```
composer require brbunny/bruploader
```

#### Documentation

[](#documentation)

*BrUploader is a component made based on the [Uploader](https://packagist.org/packages/coffeecode/uploader) library. It aims to facilitate the upload of images in base64 format.*

*For more details on how to use it, see an example folder in the component directory. It will have an example of use.*

BrUploader é um componente feito com base na biblioteca [Uploader](https://packagist.org/packages/coffeecode/uploader). Visa facilitar o upload de imagens no formato base64.

Para obter mais detalhes sobre como usá-lo, consulte uma pasta de exemplo no diretório do componente. Terá um exemplo de uso.

##### Initialization

[](#initialization)

*For details on how to use the upload, see a sample folder in the component directory. In it you will have an example of use for each class. BrUploader works like this:*

Para mais detalhes sobre como usar o upload, veja uma pasta de exemplo no diretório do componente. Nela terá um exemplo de uso para cada classe. BrUploader funciona assim:

##### Upload Image

[](#upload-image)

```
