Start a new Zemit Project

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 5

Forks: 0

Type:project

dev-master 2024-02-23 06:30 UTC

This package is auto-updated.

Last update: 2024-04-23 06:47:07 UTC


README

Scrutinizer Code Quality Code Coverage Build Status Code Intelligence Status

Daily Downloads Monthly Downloads Total Downloads

License Latest Stable Version Latest Unstable Version composer.lock

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

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.