shardj / zf1-future
Zend Framework 1. The aim is to keep ZF1 working with the latest PHP versions
Installs: 2 148 900
Dependents: 12
Suggesters: 0
Security: 0
Stars: 441
Watchers: 47
Forks: 801
Open Issues: 41
Requires
- php: >=7.1
- symfony/polyfill-ctype: ^1.27
- symfony/polyfill-mbstring: ^1.26
- symfony/polyfill-php81: ^1.24
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3
- php-parallel-lint/php-parallel-lint: ^1.3
- phpunit/phpunit: ^7|^8|^9
- rector/rector: 0.12.19 || ^1.2
- yoast/phpunit-polyfills: ^2.0
Suggests
- ext-mbstring: Multibyte strings handling
Replaces
- zendframework/zendframework1: >=1.12.20
- 1.24.2
- 1.24.1
- 1.24.0
- 1.23.5
- 1.23.4
- 1.23.3
- 1.23.2
- 1.23.0
- 1.22.1
- 1.22.0
- 1.21.4
- 1.21.3
- 1.21.2
- 1.21.1
- 1.21.0
- 1.20.2
- 1.20.1
- 1.20.0
- 1.19.5
- 1.19.4
- 1.19.3
- 1.19.2
- 1.19.1
- 1.19.0
- 1.18.11
- 1.18.10
- 1.18.9
- 1.18.8
- 1.18.7
- 1.18.6
- 1.18.5
- 1.18.4
- 1.18.3
- 1.18.2
- 1.18.1
- 1.18
- 1.17.2
- 1.17.1
- 1.17.0
- 1.16.2
- 1.16.1
- 1.16.0
- 1.15.2
- 1.15.1
- 1.15.0
- 1.14.6
- 1.14.5
- 1.14.4
- 1.14.3
- 1.14.2
- 1.14.1
- 1.14.0
- 1.13.1
- 1.13.0
- dev-master / 1.12.x-dev
- 1.12.20
- 1.12.19
- 1.12.18
- 1.12.17
- 1.12.16
- 1.12.15
- 1.12.14
- 1.12.13
- 1.12.12
- 1.12.11
- 1.12.10
- 1.12.9
- 1.12.8
- 1.12.7
- 1.12.6
- 1.12.5
- 1.12.4
- 1.12.3
- 1.12.2
- 1.12.1
- 1.12.0
This package is auto-updated.
Last update: 2024-10-29 16:25:32 UTC
README
Thanks to WebTigers for the logo
Zend Framework 1 now for PHP 8.1!
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. Framework is tested by users up to PHP version 8.1. Note, that with 8.2+ you can experience some incompatibilities.
ZF1-Future Sponsors
Products and Projects built with ZF1-Future:
Creators of the Tiger Development Platform featuring ZF1-Future
Creators of CommunityPlus+ PHP for IBM i featuring ZF1-Future
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 shardj/zf1-future
https://packagist.org/packages/shardj/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
- ZF1 Extras Future
- 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: #92