https://github.com/syaifulsz/sesimple-framework
A simple object oriented PHP framework to help you built something as fast as possible with very minimal feature. #SesimpleYangBoleh
https://github.com/syaifulsz/sesimple-framework
docker framework mvc php
Last synced: 6 months ago
JSON representation
A simple object oriented PHP framework to help you built something as fast as possible with very minimal feature. #SesimpleYangBoleh
- Host: GitHub
- URL: https://github.com/syaifulsz/sesimple-framework
- Owner: syaifulsz
- Created: 2018-05-24T05:23:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-15T17:09:09.000Z (almost 8 years ago)
- Last Synced: 2025-03-21T18:02:37.142Z (about 1 year ago)
- Topics: docker, framework, mvc, php
- Language: PHP
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sesimple Framework
**Sesimple** or *Sesimple Yang Boleh* is a Malay language slang for doing something as simple as it can. Thus, the name actually explains the purpose of this framework.
## Development Requirements
- Docker for Mac/Window
## Server Requirements
- PHP 7.1
- Composer
## Installation
This project has a built-in docker container.
### Docker
Make sure that your local machine is not using port `8888`, else you can always modified port on line `7` in `docker/docker-compose.yml` file.
Run container:
```bash
bash deploy/run
```
Stop container:
```bash
bash deploy/halt
```
SSH to container:
```bash
bash deploy/ssh
```
On you local machine `hosts` file, include `127.0.0.1 sesimple.local`.
Now you can access the site on address http://sesimple.local:8888
### Initial Application Setup
SSH to container
```bash
bash deploy/ssh
```
Run composer for the first time to install dependencies
```bash
composer install
```
## Usage
Well, more docs coming soon, as soon as I got the time. Feel free to contribute.