grayloon / firechaser-laravel
Laravel package for syncing composer package details to FireChaser.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.1
- composer-runtime-api: ^2.0
- guzzlehttp/guzzle: ^7.2
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.1
- laravel/framework: ^10.0|^11.0
- orchestra/testbench: ^7.0|^8.0
- pestphp/pest: ^2.0
- pestphp/pest-plugin-laravel: ^2.2
README
A Product from Gray Loon
Prerequisites
You must have an account in FireChaser and have a registered domain tied to your account.
You will receive an API Site Key that you will need to place in your .env
file:
FIRECHASER_API_SITE_KEY="YOUR_KEY_HERE"
Installation
Install the FireChaser package at the root level of your Laravel application:
composer require grayloon/firechaser-laravel
That's it, you're done!
Syncing
Based on your subscription tier, FireChaser will send a POST request to your website at a set interval to fetch any package updates.