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

https://github.com/codemonster-ru/annabel-skeleton

Starter project for Annabel framework
https://github.com/codemonster-ru/annabel-skeleton

annabel codemonster framework php skeleton starter

Last synced: 4 months ago
JSON representation

Starter project for Annabel framework

Awesome Lists containing this project

README

          

# Annabel Skeleton

[![Latest Version on Packagist](https://img.shields.io/packagist/v/codemonster-ru/annabel-skeleton.svg?style=flat-square)](https://packagist.org/packages/codemonster-ru/annabel-skeleton)
[![Total Downloads](https://img.shields.io/packagist/dt/codemonster-ru/annabel-skeleton.svg?style=flat-square)](https://packagist.org/packages/codemonster-ru/annabel-skeleton)
[![License](https://img.shields.io/packagist/l/codemonster-ru/annabel-skeleton.svg?style=flat-square)](https://packagist.org/packages/codemonster-ru/annabel-skeleton)

Starter project for the **[Annabel PHP Framework](https://github.com/codemonster-ru/annabel)** —
a clean and modern foundation for building full-stack web applications.

## Quick Start

Create a new project using Composer:

```bash
composer create-project codemonster-ru/annabel-skeleton myapp
cd myapp
composer start
```

Then open [http://localhost:8000](http://localhost:8000) —
you’ll see your first page rendered by **Annabel**

## Requirements

- PHP **8.2** or higher
- Composer

## Author

[**Kirill Kolesnikov**](https://github.com/KolesnikovKirill)

## License

[MIT](https://github.com/codemonster-ru/annabel-skeleton/blob/main/LICENSE)