Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tempestphp/tempest-app
Project scaffold for Tempest, the PHP framework that gets out of your way.
https://github.com/tempestphp/tempest-app
framework micro mvc php
Last synced: about 17 hours ago
JSON representation
Project scaffold for Tempest, the PHP framework that gets out of your way.
- Host: GitHub
- URL: https://github.com/tempestphp/tempest-app
- Owner: tempestphp
- License: mit
- Created: 2024-02-09T10:35:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-11T08:50:48.000Z (3 months ago)
- Last Synced: 2024-10-13T13:02:46.744Z (3 months ago)
- Topics: framework, micro, mvc, php
- Language: PHP
- Homepage: https://tempestphp.com
- Size: 25.4 KB
- Stars: 30
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project scaffold for [Tempest](https://github.com/tempestphp), an MVC micro framework that gets out of your way.
```php
composer create-project tempest/app
cd
php tempest serve
```Read all about Tempest in [the docs](https://github.com/tempestphp/tempest-docs/blob/master/01-getting-started.md).