apiato / legacy-bridge
A set of utilities to help you gradually upgrade your Apiato codebase.
dev-latest
2025-04-07 09:58 UTC
Requires
- php: ^8.1
This package is auto-updated.
Last update: 2025-04-07 09:59:29 UTC
README
Legacy Bridge provides a set of traits and classes to help you gradually upgrade your codebase. You can use these traits in your existing classes to maintain compatibility with the new version of Apiato while you refactor your code.
Installation
composer require apiato/legacy-bridge dev-latest
Usage
We suggest you copy the traits and classes you need to your codebase instead of using them directly from the package.
Backward compatibility features are grouped based on the Apiato version they support.
You can find each versions documentation in the following directories:
From | To | Documentation |
---|---|---|
v12 | v13 | v12 |