Skip to content

samsoncms/navigation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#SamsonPHP Latest Stable Version Build Status Coverage Status Code Climate Total Downloads

SamsonPHP - Modular Event-based PHP framework

##Using SamsonPHP in your project To use SamsonPHP framework in your project you must add its dependency in your composer.json:

    "minimum-stability":"dev",
    "require": {
        "samsonos/php_core": "*"
    },

After doing composer install or composer update composer autoloader must be included into your init script(by default index.php): require [PATH_TO_VENDOR_DIR]/autoload.php. Following this line, all SamsonPHP classes and functions would be available.

We should use "minimum-stability":"dev" composer directive as we still cannot get final release version of core module and other commonly used modules, but we promise to do it near future

For further information read Official SamsonPHP Wiki

Developed by SamsonOS

About

SamsonCMS generic structure application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 66.7%
  • JavaScript 22.9%
  • CSS 10.4%