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.
composer require apiato/legacy-bridge dev-latest
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 |