grayloon/firechaser-laravel

Laravel package for syncing composer package details to FireChaser.

0.2.0 2024-08-08 18:32 UTC

This package is auto-updated.

Last update: 2025-03-08 19:55:29 UTC


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.