Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/odan/rocky

A micro framework for PHP
https://github.com/odan/rocky

microframework php psr-15 psr-7 skeleton

Last synced: 3 months ago
JSON representation

A micro framework for PHP

Awesome Lists containing this project

README

        




A micro framework skeleton for PHP.

## Installation

Run the following commands to create a new project:

```
curl --output rocky.tar.gz https://codeload.github.com/odan/rocky/tar.gz/refs/heads/master
mkdir my-project
tar -xf rocky.tar.gz --strip-components=1 -C my-project
cd my-project/
composer update
```

**Note:** These commands work on Linux and Windows.

Start the app:

```
composer start
```

Open:

## Change log

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## Testing

```
composer test
```

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.