You can edit almost every page by Creating an account and confirming your email.

Zest Framework

From EverybodyWiki Bios & Wiki




Zest Framework
File:Zest.png
Original author(s)Zest Framework
Developer(s)Zest Framework
Initial releaseFebruary 20, 2018 (2018-02-20)
Stable release
2.0.3[1]
Preview release
3.0.0
Repositoryhttps://github.com/Softhub99/Zest_Framework
Written inPHP
Engine
    Operating systemCross-platform
    PlatformPHP 7.1+[2]
    Size1.1MB
    TypeWeb framework
    LicenseMIT License
    Websitehttps://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

    1. "Zest 2.0.3 released". zestframework.xyz. Retrieved 26 Aug 2018.
    2. "Installation - Zest".
    3. "100+ Best PHP Frameworks for Web Developers » CSS Author". CSS Author. 2015-06-18. Retrieved 2019-01-14.
    4. "Components". zestframework.xyz. Retrieved 2019-01-14.
    5. "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.