CodeIgniter3 + Ion Auth

CodeIgniter3で良く使われるログイン認証パッケージ(?)らしい。

Ben Edmunds - Ion Auth Docs

Composer (PHPのパッケージ管理システム)をほぼ使ったことが無いので手作業を想定する。
codezine.jp

インストール

公式なドキュメントでは、下記の3手順らしい。

  • Download the latest version: http://github.com/benedmunds/CodeIgniter-Ion-Auth/zipball/2
  • Copy the files from this package to the correspoding folder in your application folder. For example, copy Ion_auth/config/ion_auth.php to system/application/config/ion_auth.php.
  • You can also copy the entire directory structure into your third_party/ folder. For example, copy everything to /application/third_party/ion_auth/

Run the appropriate SQL file from the /sql directory.