socool / socool
SoCool Framework !
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Language:JavaScript
Requires
- ddtraceweb/pfbc: 1.*
- doctrine/dbal: 2.3.*
- meenie/munee: *
- monolog/monolog: 1.*
- symfony/config: 2.3.*
- symfony/debug: 2.3.*
- symfony/http-foundation: 2.3.*
- symfony/routing: 2.3.*
- symfony/templating: 2.3.*
- symfony/translation: 2.3.*
- symfony/yaml: 2.3.*
- zendframework/zend-http: 2.*
- zendframework/zend-i18n: 2.*
- zendframework/zend-json: 2.*
- zendframework/zend-servicemanager: 2.*
README
Socool Framework
you must have session in database for use session with socool framework.
need PHP 5.4 or +
example with mysql :
CREATE TABLE IF NOT EXISTS `session` ( `session_id` varchar(255) NOT NULL, `session_value` text NOT NULL, `session_time` int(11) NOT NULL, PRIMARY KEY (`session_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Install SoCool Framework By Composer :
getcomposer.org
php composer.phar create-project socool/socool path/ 1.0.7
For Assets Css and Js, I recommand to use "Bower"
cd web/assets/components
bower update