PHPackages                             jstnryan/slim-access-log - 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. jstnryan/slim-access-log

ActiveLibrary

jstnryan/slim-access-log
========================

Access auditing middleware intended for use with Slim Framework applications

1.1.2(5y ago)12.3k1[1 issues](https://github.com/jstnryan/slim-access-log/issues)MITPHPPHP &gt;=7.1

Since Jun 18Pushed 2y agoCompare

[ Source](https://github.com/jstnryan/slim-access-log)[ Packagist](https://packagist.org/packages/jstnryan/slim-access-log)[ Docs](https://github.com/jstnryan/slim-access-log)[ RSS](/packages/jstnryan-slim-access-log/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (2)Versions (6)Used By (0)

slim-access-log
===============

[](#slim-access-log)

A simple access auditing middleware intended for use with Slim Framework applications.

Installation (the 'quick and dirty' version)
--------------------------------------------

[](#installation-the-quick-and-dirty-version)

1. Include package (ensure you're using Slim's autoloader):

    (shell) `composer require jstnryan/slim-access-log`
2. Create an empty database (MySql, MariaDB, etc.), and build structure:

    (shell) `mysql -uUSER -pPASS < ./schema.sql`
3. Configure &amp; use:

    ```
