misarji / zf1-future
Zend Framework 1. The aim is to keep ZF1 working with the latest PHP versions
Requires
- php: >=7.1
- symfony/polyfill-mbstring: ^1.26
- symfony/polyfill-php81: ^1.24
Requires (Dev)
- php-parallel-lint/php-parallel-lint: ^1.3
- phpunit/phpunit: ^9
- rector/rector: ^0.14.8
Suggests
- ext-mbstring: Multibyte strings handling
Replaces
- zendframework/zendframework1: >=1.12.20
This package is not auto-updated.
Last update: 2024-12-28 19:07:50 UTC
README
Classic ZF1 Reborn
Zend may have abandoned the original Zend Framework, but the global Zend Framework Community has not! Since Zend sentenced ZF1 to EOL, the Zend Framework community around the globe has continued to work and build on what we consider to be one of the best PHP frameworks of all time.
ZF1 is Now Version 1.21!
Over 200 updates and bug fixes since 1.12!
The ZF1 community has been hard at work updating Zend Framework with all of the latest features of PHP 8 and 8.1.
Documentation
New ZF1-Future Manual: ZF1-Future Docs
Original Docs
The original docs can be found here: https://framework.zend.com/manual/1.12/en/manual.html
Installation
Installable through git clone or through
composer require misarji/zf1-future
https://packagist.org/packages/misarji/zf1-future
System Requirements
ZF1 Future runs on any version of PHP between 7.1 and 8.1! (see composer.json)
License
The files in this archive are released under the Zend Framework license. You can find a copy of this license in LICENSE.txt.
Related Projects
- ZF1s - Another community supported continuation of ZF1, with a focus on splitting the frameworks original components into individual packages
Known issues and solutions
Bootstrap error: Unable to resolve plugin "useragent"; no corresponding plugin with that name
See comments in: https://github.com/misarji/zf1-future/issues/92