Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/odan/rocky
- Owner: odan
- License: mit
- Created: 2022-05-22T21:22:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T20:07:28.000Z (6 months ago)
- Last Synced: 2024-10-13T12:44:25.778Z (4 months ago)
- Topics: microframework, php, psr-15, psr-7, skeleton
- Language: PHP
- Homepage:
- Size: 77.1 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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.