Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/n0nag0n/fatfree-environment-check
- Owner: n0nag0n
- Created: 2020-12-30T23:54:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-31T14:55:40.000Z (about 4 years ago)
- Last Synced: 2024-11-12T02:42:04.547Z (2 months ago)
- Topics: fat-free-framework, fat-free-plugin, php
- Language: PHP
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)