An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

README

          

# Phalcon Kit App
[![CI](https://github.com/phalcon-kit/core/actions/workflows/main.yml/badge.svg)](https://github.com/phalcon-kit/core/actions/workflows/main.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=phalcon-kit_core&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=phalcon-kit_core)

![Version](https://img.shields.io/packagist/v/phalcon-kit/core)
![PHP](https://img.shields.io/packagist/dependency-v/phalcon-kit/core/php)
![Downloads](https://img.shields.io/packagist/dt/phalcon-kit/core)
![License](https://img.shields.io/packagist/l/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.