25 lines
965 B
Markdown
25 lines
965 B
Markdown
|
# laminas-zendframework-bridge
|
||
|
|
||
|
[![Build Status](https://travis-ci.com/laminas/laminas-zendframework-bridge.svg?branch=master)](https://travis-ci.com/laminas/laminas-zendframework-bridge)
|
||
|
[![Coverage Status](https://coveralls.io/repos/github/laminas/laminas-zendframework-bridge/badge.svg?branch=master)](https://coveralls.io/github/laminas/laminas-zendframework-bridge?branch=master)
|
||
|
|
||
|
This library provides a custom autoloader that aliases legacy Zend Framework,
|
||
|
Apigility, and Expressive classes to their replacements under the Laminas
|
||
|
Project.
|
||
|
|
||
|
This package should be installed only if you are also using the composer plugin
|
||
|
that installs Laminas packages to replace ZF/Apigility/Expressive packages.
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
Run the following to install this library:
|
||
|
|
||
|
```bash
|
||
|
$ composer require laminas/laminas-zendframework-bridge
|
||
|
```
|
||
|
|
||
|
## Support
|
||
|
|
||
|
* [Issues](https://github.com/laminas/laminas-zendframework-bridge/issues/)
|
||
|
* [Forum](https://discourse.laminas.dev/)
|