Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FriendsOfPHP/proxy-manager-lts
Adding support for a wider range of PHP versions to ocramius/proxy-manager.
https://github.com/FriendsOfPHP/proxy-manager-lts
Last synced: 4 days ago
JSON representation
Adding support for a wider range of PHP versions to ocramius/proxy-manager.
- Host: GitHub
- URL: https://github.com/FriendsOfPHP/proxy-manager-lts
- Owner: FriendsOfPHP
- License: mit
- Created: 2020-12-17T13:30:43.000Z (almost 4 years ago)
- Default Branch: 1.x
- Last Pushed: 2024-03-20T12:53:15.000Z (8 months ago)
- Last Synced: 2024-07-27T21:50:38.622Z (4 months ago)
- Language: PHP
- Homepage: https://github.com/Ocramius/ProxyManager
- Size: 4.21 MB
- Stars: 1,173
- Watchers: 12
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# FriendsOfPHP / Proxy Manager LTS
This package is a fork of the excellent [`ocramius/proxy-manager`](https://github.com/Ocramius/ProxyManager/) library
that adds long term support for a wider range of PHP versions.Unless they're caused by this very fork, please report issues and submit new features to the origin library.
This fork:
- maintains compatibility with PHP `>=7.1`;
supporting new versions of PHP is considered as a bugfix;
- won't bump the minimum supported version of PHP in a minor release;
- does not depend on Composer 2, thus can be used with Composer 1 if you need more time to migrate;
- uses a versioning policy that is friendly to progressive migrations
while providing the latest improvements from the origin lib.