samsonos / php_core
SamsonPHP framework core module
1.1.43
2017-01-28 11:39 UTC
Requires
- filp/whoops: 2.*
- samsonframework/base: 1.*
- samsonframework/resource: 1.*
- samsonos/php_url: *
- samsonphp/composer: 1.*
- samsonphp/config: 1.*
- samsonphp/event: 1.*
Requires (Dev)
- phpunit/phpunit: 4.*
This package is not auto-updated.
Last update: 2026-06-03 19:44:28 UTC
README
#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!