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

https://github.com/eghojansu/fa-simple-php

Semi OOP PHP Framework
https://github.com/eghojansu/fa-simple-php

Last synced: 2 months ago
JSON representation

Semi OOP PHP Framework

Awesome Lists containing this project

README

        

# Simple PHP

Framework PHP yang memudahkan pembuatan aplikasi php sederhana dengan konsep
MVC tetapi Model tidak wajib. Ada beberapa class yang berfungsi sebagai helper.

Sudah dilengkapi dependency injection dari http://github.com/Level-2/Dice, bisa
diakses lewat App::service().

## Usage

@see sample on app/module :)

## Not tested

Framework ini belum ada unit Test.

## Installation

1. Copy folder file ini ke htdocs/www (sesuaikan server)
2. Buat database menggunakan phpmyadmin, kemudian import schema pada folder app/schema sesuai urutannya
3. Edit file app/config/database.php, sesuaikan setting database-nya
4. Akses http://localhost/{nama-folder-file-ini}
5. Done