Skip to content

yggdrasil php framework for backend function - it is not an CMS

License

Notifications You must be signed in to change notification settings

fcpatidar11/yggdrasil

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yggdrasil

Yggdrasil php framework for non-public applications

Yggdrasil is a web application framework based on the CodeIgniter 3.0 php framework - Yggdrasil makes it easy to build web applications. We have not reinvented the wheel we have created Yggdrasil from available open-source libraries such as CodeIgniterCodeIgniter Rest ServerCodeIgniter-Ion-AuthHMVC Modular Extensions

Software Architecture principals

The software architecture principal used is extremely DRY (Do not Repeat Yourself) and there are no code generators and endless configuration files.

The modular extension extends the CodeIgniter framework. Modules are groups of independent mini applications, typically following the MVC methodology (model, view, controller), arranged in an application modules sub-directory that can be dropped into other CodeIgniter applications.

RESTful API

With the CodeIgniter Rest server the CodeIgniter is extended so we can create a RESTful API for the modules. See this article - Working with RESTful Services in CodeIgniter

What can you do with the RESTFul API: You can built a javascript app for your browser that interacts with the RESTFul API to get json data that can be used by the javascript to display information.

The Default Theme

The default theme is based Bootstrap, Bootsrap is a intuitive and powerful mobile first front-end framework for faster and easier web development.

Let's take a look at the Core Modules!

The main modules are Users, Settings, Maintenance, Modules and Logs.

The Users module is built to support group management, permission settings, user login and user creation.

The Settings module is used for the configuration of the yggdrasil platform.

The module module is used to enable or disable modules in the system, it is also used when a new module is intorudced as it will add the new module to the module table in the database.

The system module is used to clear cache or backup data from the database.

The log module reads the log file created by the application when there is a problem in the applicaiton.

To get stared

After you install yggdrasil, it is recommended that you go to app -> config -> config.php to change the Session Variables - set the $config['sess_driver'] to database.

About

yggdrasil php framework for backend function - it is not an CMS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.6%
  • HTML 22.9%
  • PHP 18.8%
  • CSS 8.3%
  • CoffeeScript 0.3%
  • ActionScript 0.1%