Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/n0nag0n/fatfree-environment-check

This is a small plugin that runs a series of checks on your environment to make sure you have the optimum setup for your Fat-Free Framework Project.
https://github.com/n0nag0n/fatfree-environment-check

fat-free-framework fat-free-plugin php

Last synced: about 7 hours ago
JSON representation

This is a small plugin that runs a series of checks on your environment to make sure you have the optimum setup for your Fat-Free Framework Project.

Awesome Lists containing this project

README

        

# Fat-Free Environment Check

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](example_output.png)