PHPackages                             fusic/accesslogs - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. fusic/accesslogs

ActiveCakephp-plugin[Framework](/categories/framework)

fusic/accesslogs
================

AccessLogs plugin for CakePHP

0.5.1(9y ago)052[1 PRs](https://github.com/fusic/accesslogs/pulls)PHPPHP &gt;=5.5.9

Since Dec 13Pushed 9y ago4 watchersCompare

[ Source](https://github.com/fusic/accesslogs)[ Packagist](https://packagist.org/packages/fusic/accesslogs)[ RSS](/packages/fusic-accesslogs/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (2)Versions (11)Used By (0)

AccessLogs plugin for CakePHP
=============================

[](#accesslogs-plugin-for-cakephp)

maintainer: @gorogoroyasu

Installation
------------

[](#installation)

```
composer require fusic/accesslogs

```

settings
========

[](#settings)

in controller which you want to save logs,

```
$this->loadComponent('AccessLogs.AccessLogs');

//in case you dont want to save some specific data,
// you have to modify how to load the component like shown below.
// (like, password, credit cart, etc...)

$this->loadComponent('AccessLogs.AccessLogs', ['blacklist' => ['password']]);

```

next, you have to exec the migration. please copy the code below, and exec it!

```
