https://github.com/tempestphp/tempest-benchmark
A large app for benchmarking Tempest
https://github.com/tempestphp/tempest-benchmark
Last synced: 18 days ago
JSON representation
A large app for benchmarking Tempest
- Host: GitHub
- URL: https://github.com/tempestphp/tempest-benchmark
- Owner: tempestphp
- License: mit
- Created: 2024-02-15T05:06:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T06:43:52.000Z (over 1 year ago)
- Last Synced: 2024-11-25T15:52:47.315Z (about 1 year ago)
- Language: PHP
- Size: 335 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
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
npm run dev
```
Read all about Tempest in [the docs](https://github.com/tempestphp/tempest-docs/blob/master/01-getting-started.md).