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

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

Awesome Lists containing this project

README

          

# simplex

[![Latest Stable Version](https://poser.pugx.org/nahidulhasan/simplex/v/stable)](https://packagist.org/packages/nahidulhasan/simplex)
[![Total Downloads](https://poser.pugx.org/nahidulhasan/simplex/downloads)](https://packagist.org/packages/nahidulhasan/simplex)
[![Latest Unstable Version](https://poser.pugx.org/nahidulhasan/simplex/v/unstable)](https://packagist.org/packages/nahidulhasan/simplex)
[![License](https://poser.pugx.org/nahidulhasan/simplex/license)](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)