* Add PHPUnit test for LibreNMS Discord transport
* Style
* Adding comments for methods and others.
* Refactor title, color, embedFields and footer to its own methods.
Renaming and comments.
* testDiscordDelivery includes img and html tags.
* testDiscordDelivery tests INI options
* renamed getter methods for clarity.
Refactor to includeINIFields() method.
* refactor attribute $discord_message;
* Discord.php: Bugfix "Error: Invalid Field" when discord-embed-fields is left empty.
Discord.php: Removed DEFAULT_EMBEDS (defaults are not working with text fields).
DiscordTest.php: transport config tests improved.
* Transport.md: Documented options, images and ebed fields. Better examples.
* typos
* styleCI and PHPStan
* StyleCI
* StyleCI
* Add no_proxy and other proxy related settings
Set user agent on all http client requests
Unify http client usage
* Style fixes
* Remove useless use statements
* Correct variable, good job phpstan
* Add tests
fix https_proxy bug
add tcp:// to the config settings format
* style and lint fixes
* Remove guzzle from the direct dependencies
* Use built in Laravel testing functionality
* update baseline