the-mr-tech / laravel-forge-facade
Installs: 147
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/the-mr-tech/laravel-forge-facade
Requires
- illuminate/support: ~5
- themsaid/forge-sdk: ^1.2
Requires (Dev)
- mockery/mockery: ^1.1
- orchestra/testbench: ~3.0
- phpunit/phpunit: ~7.0
- sempro/phpunit-pretty-print: ^1.0
This package is not auto-updated.
Last update: 2025-11-04 23:28:33 UTC
README
A simple facade with the alias LaravelForge to access a instance of the themsaid/forge-sdk.
Installation
Via Composer
$ composer require the-mr-tech/laravel-forge-facade
Configuration
Add the LARAVEL_FORGE_TOKEN env variable to your .env as the example below:
LARAVEL_FORGE_TOKEN="YOUR_KEY_GOES_HERE"
Usage
Simply use LaravelForge as a alias to a Themsaid\Forge\Forge instance. There is some examples below:
Listing servers
use LaravelForge; LaravelForge::servers();
Change log
Please see the changelog for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
License
license. Please see the license file for more information.