PHPackages                             fuwasegu/php-base64-image - 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. fuwasegu/php-base64-image

ActiveLibrary[Image &amp; Media](/categories/media)

fuwasegu/php-base64-image
=========================

Library for easy handling of base64-encoded images in PHP

1.1.0(3y ago)11841MITPHPPHP ^8.1

Since Mar 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/fuwasegu/php-base64-image)[ Packagist](https://packagist.org/packages/fuwasegu/php-base64-image)[ RSS](/packages/fuwasegu-php-base64-image/feed)WikiDiscussions master Synced today

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

📷 fuwasegu/php-base64-image
===========================

[](#-fuwaseguphp-base64-image)

[![Coverage Status](https://camo.githubusercontent.com/4c9cec92ae8309ac71bc03c8acd61bc5451ae203795218e2ef7a004dfa83757f/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6c756e61696e38342f7068702d6261736536342d696d6167652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/lunain84/php-base64-image?branch=master)[![example workflow](https://github.com/lunain84/php-base64-image/actions/workflows/ci.yml/badge.svg)](https://github.com/lunain84/php-base64-image/actions/workflows/ci.yml/badge.svg)[![MIT License](https://camo.githubusercontent.com/db79b92834d905629b1aea42c9aa493da02060189e2af90840b1be5d6bf6ddf7/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c6174)](LICENSE)

Library for easy handling of base64-encoded images in PHP

📦 Installation
==============

[](#-installation)

```
composer require fuwasegu/php-base64-image
```

✅ Usage
=======

[](#-usage)

Assuming you are using this package in a Laravel project, you can use it as follows:

> 💡Tips
>
> Of course, this library does not depend on Laravel, so it can be used for pure PHP projects as well.

```
