Zemit App is our default project to start from, this package includes the backend (Zemit Core) and the frontend (Zemit Workspace) with our SDKs.
Zemit is using the Phalcon Framework. You can use composer to create a new Zemit App Project.
composer create-project zemit-cms/app:dev-master <new-project-name>;
cd <new-project-name>/;
Zemit Core requires multiple PHP extensions. Please use composer
to make sure that you meet the requirements.
- PHP >= 8.2
- MySQL >= 8.0
- Composer
- PhalconPHP >= 5.6
See CONTRIBUTING.md for details.
Zemit is open source software licensed under the BSD 3-Clause License.
Copyright © 2017-present, Zemit Team.
See the LICENSE.txt file for more.