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
- Host: GitHub
- URL: https://github.com/codemonster-ru/annabel-skeleton
- Owner: codemonster-ru
- License: mit
- Created: 2025-09-13T12:20:52.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-12-10T16:54:56.000Z (4 months ago)
- Last Synced: 2025-12-11T02:35:34.525Z (4 months ago)
- Topics: annabel, codemonster, framework, php, skeleton, starter
- Language: PHP
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Annabel Skeleton
[](https://packagist.org/packages/codemonster-ru/annabel-skeleton)
[](https://packagist.org/packages/codemonster-ru/annabel-skeleton)
[](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)