samsonos/php_core

SamsonPHP framework core module

Installs: 9 313

Dependents: 46

Suggesters: 0

Security: 0

Stars: 4

Watchers: 2

Forks: 8

Open Issues: 11

pkg:composer/samsonos/php_core


README

#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!