https://github.com/nahidulhasan/simplex
The Simplex Framework is very simple and easy. It will be very helpful for the developers who are the beginner in PHP and want to learn Framework
https://github.com/nahidulhasan/simplex
framework php simple
Last synced: 11 months ago
JSON representation
The Simplex Framework is very simple and easy. It will be very helpful for the developers who are the beginner in PHP and want to learn Framework
- Host: GitHub
- URL: https://github.com/nahidulhasan/simplex
- Owner: nahidulhasan
- Created: 2018-08-17T17:39:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-01T11:34:36.000Z (over 7 years ago)
- Last Synced: 2025-04-01T08:44:49.071Z (12 months ago)
- Topics: framework, php, simple
- Language: PHP
- Homepage:
- Size: 47.9 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simplex
[](https://packagist.org/packages/nahidulhasan/simplex)
[](https://packagist.org/packages/nahidulhasan/simplex)
[](https://packagist.org/packages/nahidulhasan/simplex)
[](https://packagist.org/packages/nahidulhasan/simplex)
The Simplex Framework is very simple and easy. It will be very helpful for the developers who are the beginner in PHP and want to learn Framework
## Installation
#### Server Requirements
The Simplex framework has a few system requirements.You will need to make sure your server meets the following requirements:
- PHP >= 7.0
- PDO PHP Extension
#### Installing Simplex
Run the command
```sh
composer create-project nahidulhasan/simplex YOUR_PROJECT_NAME
```
## Run the Project
If you have PHP installed locally and you would like to use PHP's built-in development server to serve your application, Follow the steps described in below:
- Go to your project directory:
```
cd YOUR_PROJECT_NAME
```
- Run the command :
```sh
php -S 127.0.0.1:4321
```
- Now browse the project
```
http://127.0.0.1:4321
```
#### Run the project using Docker:
Now run the following command from your terminal one by one. Running the commands be sure that you have installed docker.You will get install instructions from this [link](https://docs.docker.com/)
```sh
docker-compose build
docker-compose up -d
```
Now browse project
```
http://localhost:9003
```
## License
Simplex is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)