IceHawk

Session installation


Via icehawk/installer

$ php composer.phar create:project icehawk/installer /path/to/new/project

When you're asked if you want to install more IceHawk components, choose "yes" and then select "yes" for the session component.

Watch our short video and see how it works: Install IceHawk framework in less than 2 minutes


Via composer

$ php composer.phar require "icehawk/session:^1.0"

Manual in composer.json

{
    "require": {
        "icehawk/session": "^1.0"
    }
}