--- layout: default title: CakePHP integration --- # CakePHP integration If your application uses the [CakePHP](http://cakephp.org/) framework, you can use the `CakeResponseFactory`.
## Installation ~~~ bash composer require league/glide-cake ~~~ ## Configuration ~~~ php new CakeResponseFactory() ]); ~~~