Zest Framework
| Original author(s) | Zest Framework |
|---|---|
| Developer(s) | Zest Framework |
| Initial release | February 20, 2018 |
| Stable release | 2.0.3[1]
|
| Preview release | 3.0.0
|
| Repository | https://github.com/Softhub99/Zest_Framework |
| Written in | PHP |
| Engine | |
| Operating system | Cross-platform |
| Platform | PHP 7.1+[2] |
| Size | 1.1MB |
| Type | Web framework |
| License | MIT License |
| Website | https://zestframework.xyz/ |
Search Zest Framework on Amazon.
Zest is an open-source software based on the model–view–controller (MVC) pattern for rapid development web framework, for use in building dynamic web sites with PHP.
History
Zest was created by Malik Umer Farooq. It was first released on 20 February 2018 as a 'web framework proof-of-concept'.
Zest is a growing PHP framework.[3]
Components
Zest framework supports components so the functionality of a website can be expanded by creating new components[4]
Features
Few notable features of Zest Framework:
- Router Caching
- Logger
- Action filters
- Components
- File management layer
- Image Manipulation (28+ effects, crop etc)
- Cryptography
Example
The following code shows a simple web application that prints "Hello World!":
$router->get('', function () {
echo "Hello World";
});
Source code and license
Zest source code is maintained at GitHub,[5] and as of the preview version 3.0.0, is certified open source software licensed with the MIT License
References
- ↑ "Zest 2.0.3 released". zestframework.xyz. Retrieved 26 Aug 2018.
- ↑ "Installation - Zest".
- ↑ "100+ Best PHP Frameworks for Web Developers » CSS Author". CSS Author. 2015-06-18. Retrieved 2019-01-14.
- ↑ "Components". zestframework.xyz. Retrieved 2019-01-14.
- ↑ "Zest · GitHub". Retrieved 2019-01-14.
Zest PHP framework
This article "Zest Framework" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Zest Framework. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.
