armansansd 4b7c97a02e mediatheque 2 年之前
..
.github 4b7c97a02e mediatheque 2 年之前
config 4b7c97a02e mediatheque 2 年之前
src 4b7c97a02e mediatheque 2 年之前
.laminas-ci.json 4b7c97a02e mediatheque 2 年之前
COPYRIGHT.md 4b7c97a02e mediatheque 2 年之前
LICENSE.md 4b7c97a02e mediatheque 2 年之前
README.md 4b7c97a02e mediatheque 2 年之前
composer.json 4b7c97a02e mediatheque 2 年之前
composer.lock 4b7c97a02e mediatheque 2 年之前
psalm-baseline.xml 4b7c97a02e mediatheque 2 年之前
psalm.xml.dist 4b7c97a02e mediatheque 2 年之前

README.md

laminas-zendframework-bridge

Build Status

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.

This tool supports:

  • Zend Framework MVC projects, all v2 and v3 releases
  • Apigility projects, all stable versions
  • Expressive versions, all stable versions

Installation

Run the following to install this library:

$ composer require laminas/laminas-zendframework-bridge

Support