/home/techb158/ileadtechnology.com/vendor/league/glide/docs/1.0/config/integrations
Edit: /home/techb158/ileadtechnology.com/vendor/league/glide/docs/1.0/config/integrations/symfony.md (532B)
---
layout: default
title: Symfony (HttpFoundation) integration
---
# Symfony integration
If your application uses the [Symfony](https://symfony.com/) framework or anything that uses the `HttpFoundation` library, you can use the `SymfonyResponseFactory`.
## Installation
~~~ bash
composer require league/glide-symfony
~~~
## Configuration
~~~ php
new SymfonyResponseFactory()
]);
~~~