Skip to content

mgilangjanuar/helium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helium

Simple MVC concept with PHP language.

License

MIT License

Requirements

How to Install

  • $ git clone https://github.com/mgilangjanuar/helium.git
  • $ php composer.phar update
  • Copy all files and directories in app/environments to app/
  • Setup database configuration in app/config/db.php and others in app/config/config.php

Folder Structure

/app
    | /config                   -- all configuration of site and database              
    | /environments             -- for init configuration
    | /controllers              -- controller files
    | /models                   -- model files
    | /views                    -- view files
/public
    | /assets                   -- all scripts, styles, and images you made yourself
    | /vendor                   -- assets from other resources (eg. jQuery, Bootstrap, etc)
/system                         -- all built-in system classes

Guide Started

Read Wiki

About

Simple PHP framework with MVC concept.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published