zemit-cms / app
Start a new Zemit Project
dev-master
2024-02-23 06:30 UTC
Requires
- php: >=8.2
- ext-phalcon: >=5.6
- zemit-cms/core: dev-master
Requires (Dev)
- phalcon/ide-stubs: ^5.6
- phpspec/phpspec: ^7.5
- phpunit/phpunit: ^10.5
- squizlabs/php_codesniffer: ^3.8
This package is auto-updated.
Last update: 2024-10-08 15:14:43 UTC
README
Zemit App is our default project to start from, this package includes the backend (Zemit Core) and the frontend (Zemit Workspace) with our SDKs.
Contents
Getting Started
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>/;
Requirements
Zemit Core requires multiple PHP extensions. Please use composer
to make sure that you meet the requirements.
Languages & compatibilities
- PHP >= 8.2
- MySQL >= 8.0
- Composer
- PhalconPHP >= 5.6
External Links
Contributing
See CONTRIBUTING.md for details.
License
Zemit is open source software licensed under the BSD 3-Clause License.
Copyright © 2017-present, Zemit Team.
See the LICENSE.txt file for more.