Description
This is the second maintenance release for the version 2.5 series.
DD MMM YYYY
Zend Framework 2 alternatives and similar libraries
Based on the "Frameworks" category.
Alternatively, view Zend Framework 2 alternatives based on common mentions on social networks and blogs.
-
Laravel 5
Laravel is a web application framework with expressive, elegant syntax. Weβve already laid the foundation for your next big idea β freeing you to create without sweating the small things. -
CodeIgniter
Open Source PHP Framework (originally from EllisLab) -
Slim Framework
Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs. -
CakePHP
CakePHP: The Rapid Development Framework for PHP - Official Repository -
Phalcon
High performance, full-stack PHP framework delivered as a C extension. -
CodeIgniter 4 Development
Open Source PHP Framework (originally from EllisLab) -
FuelPHP
Fuel PHP Framework v1.x is a simple, flexible, community driven PHP 5.3+ framework, based on the best ideas of other frameworks, with a fresh start! FuelPHP is now fully PHP 8.0 compatible. -
MopaBootstrapBundle
Easy integration of twitters bootstrap into symfony2 -
Kraken PHP
Asynchronous & Fault-tolerant PHP Framework for Distributed Applications. -
Opulence
A simple, secure, and scalable PHP application framework -
Swiftlet
Quite possibly the smallest MVC framework you'll ever use. -
Redaxscript
A modern, ultra lightweight and rocket fast Content Management System -
PHP-Spellchecker
πππ PHP Library providing an easy way to spellcheck multiple sources of text by many spellcheckers -
PHP-GLFW
πͺA fully-featured OpenGL and GLFW extension for PHP. πBatteries included (Math Functions, Texture Loaders, etc..) -
CleverStyle Framework
Simple, scalable, fast and secure full-stack PHP framework -
OpenAPI PSR-7 Message (HTTP Request/Response) Validator
It validates PSR-7 messages (HTTP request/response) against OpenAPI specifications -
Quantum PHP Framework (project)
Quantum PHP Project -
Quantum PHP Framework (core)
Quantum PHP Framework -
ReactPHP Promises Testing
PHPUnit assertions for testing ReactPHP promises -
Slim3 GAE Skeleton
Slim 3 skeleton working with Google App Engine include cron configuration.
Clean code begins in your IDE with SonarLint
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Zend Framework 2 or a related project?
README
Welcome to the Zend Framework 3.0 Release!
RELEASE INFORMATION
Zend Framework 3.0.1dev
This is the first maintenance release for the Zend Framework 3 series.
DD MMM YYYY
UPDATES IN 3.0.1
Please see [CHANGELOG.md](CHANGELOG.md).
SYSTEM REQUIREMENTS
Zend Framework 3 requires PHP 5.6 or later; we recommend using the latest PHP version whenever possible.
INSTALLATION
We no longer recommend installing this package directly. The package is a metapackage that aggregates all components (and/or integrations) originally shipped with Zend Framework; in most cases, you will want a subset, and these may be installed separately; see https://docs.zendframework.com/ for a list of available packages and installation instructions for each.
We recommend using either the zend-mvc skeleton application:
$ composer create-project zendframework/skeleton-application project
or the Expressive skeleton application:
$ composer create-project zendframework/zend-expressive-skeleton project
The primary use case for installing the entire framework is when upgrading from a version 2 release.
If you decide you still want to install the entire framework:
$ composer require zendframework/zendframework
GETTING STARTED
A great place to get up-to-speed quickly is the Zend Framework QuickStart.
The QuickStart covers some of the most commonly used components of ZF. Since Zend Framework is designed with a use-at-will architecture and components are loosely coupled, you can select and use only those components that are needed for your project.
MIGRATION
For detailed information on migration from v2 to v3, please read our Migration Guide.
COMPONENTS
This package is a metapackage aggregating the following components:
- zend-authentication
- zend-barcode
- zend-cache
- zend-captcha
- zend-code
- zend-config
- zend-console
- zend-crypt
- zend-db
- zend-debug
- zend-di
- zend-diactoros
- zend-dom
- zend-escaper
- zend-eventmanager
- zend-feed
- zend-file
- zend-filter
- zend-form
- zend-http
- zend-hydrator
- zend-i18n
- zend-i18n-resources
- zend-inputfilter
- zend-json
- zend-json-server
- zend-loader
- zend-log
- zend-mail
- zend-math
- zend-memory
- zend-mime
- zend-modulemanager
- zend-mvc
- zend-mvc-console
- zend-mvc-form
- zend-mvc-i18n
- zend-mvc-plugins
- zend-navigation
- zend-paginator
- zend-permissions-acl
- zend-permissions-rbac
- zend-progressbar
- zend-psr7bridge
- zend-serializer
- zend-server
- zend-servicemanager
- zend-servicemanager-di
- zend-session
- zend-soap
- zend-stdlib
- zend-stratigility
- zend-tag
- zend-test
- zend-text
- zend-uri
- zend-validator
- zend-view
- zend-xml2json
- zend-xmlrpc
- zendxml
CONTRIBUTING
If you wish to contribute to Zend Framework, please read the [CONTRIBUTING.md](.github/CONTRIBUTING.md) and [CODE_OF_CONDUCT.md](.github/CODE_OF_CONDUCT.md) files.
QUESTIONS AND FEEDBACK
Online documentation can be found at https://docs.zendframework.com/. Questions that are not addressed in the manual should be directed to the relevant repository, as linked above.
If you find code in this release behaving in an unexpected manner or contrary to its documented behavior, please create an issue with the relevant repository, as linked above.
Reporting Potential Security Issues
If you have encountered a potential security vulnerability in Zend Framework, please report it to us at [email protected]. We will work with you to verify the vulnerability and patch it.
When reporting issues, please provide the following information:
- Component(s) affected
- A description indicating how to reproduce the issue
- A summary of the security vulnerability and impact
We request that you contact us via the email address above and give the project contributors a chance to resolve the vulnerability and issue a new release prior to any public exposure; this helps protect Zend Framework users and provides them with a chance to upgrade and/or update in order to protect their applications.
For sensitive email communications, please use our PGP key.
LICENSE
The files in this archive are released under the Zend Framework license. You can find a copy of this license in [LICENSE.md](LICENSE.md).
ACKNOWLEDGEMENTS
The Zend Framework team would like to thank all the contributors to the Zend Framework project; our corporate sponsor, Zend Technologies / Rogue Wave Software; and you, the Zend Framework user.
Please visit us sometime soon at http://framework.zend.com.
*Note that all licence references and agreements mentioned in the Zend Framework 2 README section above
are relevant to that project's source code only.