https://github.com/kalwar/rhinophp-framework
RhinoPHP-Framework is a super lite & fast micro PHP framework.
https://github.com/kalwar/rhinophp-framework
framework micro-framework php php-framework php-library php8 rhinophp-framework
Last synced: about 1 year ago
JSON representation
RhinoPHP-Framework is a super lite & fast micro PHP framework.
- Host: GitHub
- URL: https://github.com/kalwar/rhinophp-framework
- Owner: kalwar
- License: mit
- Created: 2022-03-27T20:19:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-29T18:38:22.000Z (about 4 years ago)
- Last Synced: 2025-01-17T19:55:31.760Z (about 1 year ago)
- Topics: framework, micro-framework, php, php-framework, php-library, php8, rhinophp-framework
- Language: PHP
- Homepage:
- Size: 143 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RhinoPHP-Framework
RhinoPHP-Framework is a super lite & fast micro PHP framework.
## Installation
In order to download the RhinoPHP-Framework, you must have docker installed. Make sure you have docker installed.
1. Clone the project using git
2. Copy .env.example into .env (No need to change anything for local development)
3. Navigate to the project root directory
4. Run `docker-compose up -d`
5. Install dependencies
`docker-compose exec app composer install`
6. Run migrations
`docker-compose exec app php migrations.php`
7. Open in your browser http://localhost:8080
# Use for reference
Use solely for reference material only