socool/socool

There is no license information available for the latest version (1.0.7) of this package.

SoCool Framework !

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

1.0.7 2013-08-27 20:16 UTC

This package is auto-updated.

Last update: 2024-04-13 23:46:36 UTC


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"

http://bower.io/

cd web/assets/components
bower update