dreamfactory/fabric-audit

DreamFactory Enterprise(tm) Auditing Library

Installs: 3 179

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 10

Forks: 1

pkg:composer/dreamfactory/fabric-audit

1.1.0 2015-10-12 22:30 UTC

This package is auto-updated.

Last update: 2025-10-07 03:03:51 UTC


README

DreamFactory Enterprise(tm) Auditing Library v1.1.0

Latest Stable Version Total Downloads Latest Unstable Version License

This library contains common components for interacting with DreamFactory Enterpriseā„¢. This library is only for use with Laravel 5.1+. Please use the 1.0.6 release for earlier Laravel versions.

Installation

Add a line to your "require" section in your composer configuration:

"require":           {
	"dreamfactory/fabric-audit": "1.1.*"
}

Run a composer update:

$ composer update