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
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 3
Forks: 0
Open Issues: 0
Type:project
Requires
- vlucas/phpdotenv: ^2.5
README
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
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 :
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
docker-compose build docker-compose up -d
Now browse project
http://localhost:9003
License
Simplex is open-sourced software licensed under the MIT license