PHPackages                             xaduken/image-symfony-support - 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. xaduken/image-symfony-support

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

xaduken/image-symfony-support
=============================

Component for make image management in symfony very easy

v1.0.3(3y ago)17MITPHPPHP &gt;=8.1

Since Aug 16Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ilya372317/image-symfony-support)[ Packagist](https://packagist.org/packages/xaduken/image-symfony-support)[ Docs](https://github.com/ilya372317/image-symfony-support)[ RSS](/packages/xaduken-image-symfony-support/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

Image manager for symfony
=========================

[](#image-manager-for-symfony)

Description:
------------

[](#description)

Component used for make one way for persist information about image to database and store them to filesystem.

Installation
------------

[](#installation)

```
composer require xaduken/image-symfony-support

```

Usage:
------

[](#usage)

Suppose you have to entity User. This entity need to have avatar. Then you create for example Image entity and make it implements Imageable interface. In this way you guarantee Image table in database will have needle columns.

### Image entity may be something like this:

[](#image-entity-may-be-something-like-this)

```
