芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/store.kwesioben.com/vendor/league/glide/docs/1.0/config/integrations/zend.md
--- layout: default title: Zend integration --- # Zend integration If your application uses the [Zend Diactoros](https://github.com/zendframework/zend-diactoros) package, for example within the [Zend Expressive](http://framework.zend.com/expressive), you can use the `ZendResponseFactory`. ## Installation ~~~ bash composer require league/glide-zend ~~~ ## Configuration ~~~ php new ZendResponseFactory(), ]); ~~~