n0nag0n/fatfree-environment-check

A small library that adds a route that runs a series of checks against your environment to make sure it's up to snuff.

0.1 2020-12-31 14:53 UTC

This package is auto-updated.

Last update: 2024-04-29 04:46:55 UTC


README

This will create a new route /environment-check in your Fat-Free project that you can use to verify that your environment has "all the good things".

See index.php for an example of how to implement this. It's pretty simple, just add n0nag0n\Environment_Check::instance(); in your main index/bootstrap file and away you go!

Example Screenshot Example