├── LICENSE ├── README.md ├── composer.json ├── phpstan.neon └── src ├── Event └── FootprintListener.php ├── FootprintPlugin.php ├── Middleware └── FootprintMiddleware.php └── Model └── Behavior └── FootprintBehavior.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UseMuffin/Footprint/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UseMuffin/Footprint/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UseMuffin/Footprint/HEAD/composer.json -------------------------------------------------------------------------------- /phpstan.neon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UseMuffin/Footprint/HEAD/phpstan.neon -------------------------------------------------------------------------------- /src/Event/FootprintListener.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UseMuffin/Footprint/HEAD/src/Event/FootprintListener.php -------------------------------------------------------------------------------- /src/FootprintPlugin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UseMuffin/Footprint/HEAD/src/FootprintPlugin.php -------------------------------------------------------------------------------- /src/Middleware/FootprintMiddleware.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UseMuffin/Footprint/HEAD/src/Middleware/FootprintMiddleware.php -------------------------------------------------------------------------------- /src/Model/Behavior/FootprintBehavior.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UseMuffin/Footprint/HEAD/src/Model/Behavior/FootprintBehavior.php --------------------------------------------------------------------------------