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

1.0.4 2018-09-30 06:27 UTC

This package is auto-updated.

Last update: 2024-04-23 00:59:57 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

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