Download the PHP package refatbd/laravel-free-fire without Composer
On this page you can find all versions of the php package refatbd/laravel-free-fire. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download refatbd/laravel-free-fire
More information about refatbd/laravel-free-fire
Files in refatbd/laravel-free-fire
Package laravel-free-fire
Short Description Laravel integration for refatbd/free-fire-php.
License MIT
Informations about the package laravel-free-fire
refatbd/laravel-free-fire
Laravel integration package for the Free Fire player information & official ASTC media rendering engine.
Generated distribution repository: development happens in
refatbd/free-fire-php-monorepo. Do not edit the split repository directly.
Installation
Basic Usage
Diagnostic & Media Capability Checker
Run the built-in Artisan diagnostic command to verify ASTC decoding and WebP media capability on your server:
Server Requirements & Media Engine Guidance
| Platform / Server Type | Recommended Setup |
|---|---|
| Ubuntu / Debian / VPS | sudo apt update && sudo apt install astc-encoder |
| cPanel / Shared Hosting | Leave FREEFIRE_ASTCENC_BINARY=astcenc; the core package auto-detects the bundled Linux decoder when proc_open is enabled |
| Windows Server / Local | Leave FREEFIRE_ASTCENC_BINARY=astcenc; the core package auto-detects the bundled Windows decoder |
Graceful Fallback Note: If
proc_openis disabled orastcencis missing on cheap shared hosting, player statistics and JSON API endpoints continue to work 100% reliably. Media rendering automatically degrades to PHP GD gradient graphics without crashing.
Protocol & Configuration
API Routes
GET /api/free-fire/v1/healthGET /api/free-fire/v1/players/{uid}?region=BDGET /api/free-fire/v1/players/{uid}/avatar?region=BDGET /api/free-fire/v1/players/{uid}/banner?region=BD&raw=1(Clean background mode)GET /api/free-fire/v1/players/{uid}/banner?region=BD(Composited banner graphic mode)
Legacy Compatibility Routes
GET /player-info?uid={uid}®ion={region}GET /api/avatar/avatar_{uid}.webpGET /api/banner/banner_{uid}.webp
All versions of laravel-free-fire with dependencies
illuminate/cache Version ^11.0 || ^12.0 || ^13.0
illuminate/console Version ^11.0 || ^12.0 || ^13.0
illuminate/contracts Version ^11.0 || ^12.0 || ^13.0
illuminate/http Version ^11.0 || ^12.0 || ^13.0
illuminate/routing Version ^11.0 || ^12.0 || ^13.0
illuminate/support Version ^11.0 || ^12.0 || ^13.0
refatbd/free-fire-php Version ^1.0