https://github.com/zesk/zesk
The Zesk Application Framework
https://github.com/zesk/zesk
command-line database-schema hooks mvc orm php-framework schema-migrations web-application web-application-framework
Last synced: 28 days ago
JSON representation
The Zesk Application Framework
- Host: GitHub
- URL: https://github.com/zesk/zesk
- Owner: zesk
- License: other
- Created: 2016-01-27T21:53:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-06-28T04:27:34.000Z (over 2 years ago)
- Last Synced: 2025-11-20T18:14:24.804Z (3 months ago)
- Topics: command-line, database-schema, hooks, mvc, orm, php-framework, schema-migrations, web-application, web-application-framework
- Language: PHP
- Size: 26.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Zesk
**Zesk Application Framework**: One-button PHP Cloud, Big Data, and Secure Web Applications.
**Zesk is a suite of tools which make writing web applications easy and fast.** Levering Doctrine's **Object Relational Mapping** and Database interfaces, easy command line tool coding, and tons of tools to allow you to write web applications quickly.
It also has a modular interface to all extension via modules, a powerful hook system to allow integration and notifications for events, and an object-oriented architecture to allow for fast development using subclasses.
Strict PHP 8.1 support is planned for 2023 and migration to PHPUnit for all testing and coverage as well as docker testing built-in.
Visit [Zesk.com](https://zesk.com) for up-to-date information. For technical information, read the [docs](./docs/index.md).
Copyright © [Market Acumen, Inc.](https://marketacumen.com/?crsource=zesk-readme) 2022 All Rights Reserved
See [the license to use Zesk](./LICENSE.md). (the MIT license)
## History
Zesk was written primarily by [Market Acumen, Inc.](https://marketacumen.com/?crsource=zesk-readme) and has been in use in commercial products since 2002 and written originally in PHP 4.
Zesk has been refactored a few times and the good ideas were taken out of the original and improved. Inspired over the years by CodeIgniter, Kohana, Zend Framework, Drupal, Wordpress, Laravel, and Symfony, in addition to the work of many talented developers, including [Fabian Potencier](http://fabien.potencier.org/). Currently use [Doctrine](https://www.doctrine-project.org/) for the unerlying database and ORM framework.