#SamsonPHP
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:
"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
Thanks to the best PHP IDE PHPStorm that we are using for developing this project!



