Skip to content

getmanenko/php_core

 
 

Repository files navigation

#SamsonPHP

SamsonPHP - Modular Event-based PHP framework

Latest Stable Version Build Status Coverage Status Code Climate Total Downloads Scrutinizer Code Quality Stories in Ready

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

    "require": {
        "samsonos/php_core": "1.*"
    }, 

After doing composer install or composer update all SamsonPHP classes and functions would be available.

Example usage:

// Run framework
s()->start('main');

For further information read Official SamsonPHP Wiki

Developed by SamsonOS

PHPStorm

Thanks to the best PHP IDE PHPStorm that we are using for developing this project!

About

SamsonPHP Framework Core

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 96.6%
  • CSS 3.4%