Simple PHP Framework 'Gripen'! CORE library.


Keywords
framework, php, web, cakephp, laravel, Gripen
License
MIT

Documentation

Welcome to Reiwa.

It is a newcomer PHP framework.

Installation

We recommend installing from "Composer".
The latest "Reiwa" can be installed at any time simply by executing the following command from the terminal on which "Composer" is installed.

If "Composer" is not installed yet, download it from Composer Official site and install it.

composer create-project reiwa/install [installed directory]

After installation...

Open the server of development environment with Apache etc., and try to access the directory path set up by browser.

Structure Class

Class Name Overview
Controller Control Model and View based on user input.
View Process such as display and input/output. Reiwa treats as a kind of Render.
Model In charge of business logic such as database table management and input data validation check in the system.
Component You can prepare common logic.
Helper Complement dynamic output such as HTML tag generation.
Console Control by CLI in the server.

Copylight © 2019 Masato Nakatsuji.