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
- Host: GitHub
- URL: https://github.com/nahidulhasan/simple-php-framework
- Owner: nahidulhasan
- Created: 2018-07-06T17:02:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-31T03:40:11.000Z (over 7 years ago)
- Last Synced: 2025-12-26T23:24:34.929Z (5 months ago)
- Topics: framework, php, php-framework, symfony-bundle, symfony-component
- Language: PHP
- Homepage:
- Size: 436 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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