https://github.com/phalcon-kit/app
Zemit CMS App - Kickstart your project with the Zemit App repository, a comprehensive template that bundles Zemit components including Core, SDK, Admin, and more. A perfect starting point for building with Zemit CMS!
https://github.com/phalcon-kit/app
phalcon phalcon-framework phalcon-kit-app phalconphp php
Last synced: 3 months ago
JSON representation
Zemit CMS App - Kickstart your project with the Zemit App repository, a comprehensive template that bundles Zemit components including Core, SDK, Admin, and more. A perfect starting point for building with Zemit CMS!
- Host: GitHub
- URL: https://github.com/phalcon-kit/app
- Owner: phalcon-kit
- License: bsd-3-clause
- Created: 2017-12-01T17:27:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-11-08T17:07:21.000Z (5 months ago)
- Last Synced: 2026-01-11T19:48:23.625Z (3 months ago)
- Topics: phalcon, phalcon-framework, phalcon-kit-app, phalconphp, php
- Language: PHP
- Homepage: https://www.zemit.com/
- Size: 1.32 MB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Phalcon Kit App
[](https://github.com/phalcon-kit/core/actions/workflows/main.yml)
[](https://sonarcloud.io/summary/new_code?id=phalcon-kit_core)




> Previously known as Zemit CMS — now Phalcon Kit, rebuilt and rebranded for the future.
[Phalcon Kit App](https://github.com/phalcon-kit/app) is our basic project skeleton to start from, this package includes the [Phalcon Kit Core](https://github.com/phalcon-kit/core).
## Contents
- [Getting Started](#getting-started)
- [Requirements](#requirements)
- [External Links](#external-links)
- [Contributing](#contributing)
- [License](#license)
## Getting Started
Phalcon Kit is using the [Phalcon Framework](https://github.com/phalcon). You can use [composer](https://getcomposer.org/) to create a new Phalcon Kit Project.
```bash
composer create-project phalcon-kit/app ;
```
## Requirements
Phalcon Kit requires multiple PHP extensions. Please use `composer` to make sure that you meet the requirements.
#### Languages & compatibilities
- [Composer](https://getcomposer.org/download/)
- [PHP](https://www.php.net/) >= 8.4
- [MySQL](https://www.mysql.com/) >= 8.0
- [PhalconPHP](https://docs.phalconphp.com/en/4.0/installation) >= 5.9.3
## External Links
* [Phalcon Kit](https://github.com/phalcon-kit/core)
* [Documentation](https://github.com/phalcon-kit/docs)
## Contributing
See [CONTRIBUTING.md](https://github.com/phalcon-kit/core/blob/master/CONTRIBUTING.md) for details.
## License
Phalcon Kit is open source software licensed under the BSD 3-Clause License.
Copyright © 2017-present, Phalcon Kit Team.
See the [LICENSE.txt](https://github.com/phalcon-kit/app/blob/master/LICENSE.txt) file for more.