Skip to content
This repository was archived by the owner on Oct 11, 2019. It is now read-only.

Installation

Ayun G. Aribowo edited this page Jul 29, 2016 · 2 revisions

Installation

Below is the instruction to get the O2Session package installed in your machine. Please ensure to install the latest release package for better performance.

Minimum Requirement

  • PHP 5.5 up

Getting the Package

ZIP Package

Download directly the zip packaged file from the O2Session github repository by visiting the repository url at:

https://github.com/circlecreative/o2session

Cloning the Git

You of course could clone the git by execute following command if you have access via ssh:

git clone git@github.com:circlecreative/o2session.git

or use https instead:

git clone https://github.com/circlecreative/o2session.git

Composer Install

Besides of the above methods, you could better install the package via composer with composer installed by execute following command:

composer require o2system/o2session"

Clone this wiki locally