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

https://github.com/nahidulhasan/simple-php-framework

Trying to develop basic framework structure using symfony component
https://github.com/nahidulhasan/simple-php-framework

framework php php-framework symfony-bundle symfony-component

Last synced: 30 days ago
JSON representation

Trying to develop basic framework structure using symfony component

Awesome Lists containing this project

README

          

# simple-php-framework

Trying to develop basic framework structure using symfony component

## Installation:

Clone the repo

Run the following command

`composer update`

Run the PHP built-in server (php >= 7.0):

`php -S 127.0.0.1:4321 -t web/ web/index.php`

Now browse the project

http://127.0.0.1:4321/is_leap_year/2020

### For docker

Run the following command

`docker-compose up -d`

Now browse the project

http://127.0.0.1:8097/is_leap_year/2020