PHPackages                             silicondigital/roblox - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. silicondigital/roblox

ActiveLibrary[API Development](/categories/api)

silicondigital/roblox
=====================

Roblox API for Laravel

1.0.2(5y ago)3133MITPHPPHP &gt;7.3

Since Jun 7Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Silicon-Digital/RobloxLaravel)[ Packagist](https://packagist.org/packages/silicondigital/roblox)[ RSS](/packages/silicondigital-roblox/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Roblox Laravel API
==================

[](#roblox-laravel-api)

Unofficial Roblox API Wrapper for Laravel 9

Installation
------------

[](#installation)

```
composer require silicondigital/roblox
```

Functions
---------

[](#functions)

### Badges

[](#badges)

- `getBadge(int $badge_id)` - Returns a single badge
- `getUniverseBadges(int $universe_id, int $limit = 10, string $sort_order = 'Asc')` - Returns badges for a universe
- `getUserBadges(int $user_id, int $limit = 10, string $sort_order = 'Asc')` - Returns badges for a single user
- `getBadgeAwardedDates(int $user_id, array $badge_ids)` - Returns the awarded dates for an array of badge ids for a user.

Caching Responses
-----------------

[](#caching-responses)

To speed up your application this API provides caching functionality using Laravel's built in cache functions. You'll need to make sure this is configured before using this feature. [Laravel Docs: Cache](https://laravel.com/docs/master/cache).

#### All API's will allow you to pass through options for the cache, the key must be unique otherwise it will be overwritten. Typically you should set the key name as what the response will be for example `badge_{badge_id}`.

[](#all-apis-will-allow-you-to-pass-through-options-for-the-cache-the-key-must-be-unique-otherwise-it-will-be-overwritten-typically-you-should-set-the-key-name-as-what-the-response-will-be-for-example-badge_badge_id)

OptionFunctionalityExamplekey\_nameA **unique** key name for the cached responsebadge\_1234ttlHow long the data will be cached for (in seconds)3600tagsAn array of tags to append to the cached item\['badges'\]Internally the API will prefix the cache key with `roblox_`, if you wish to interact with the cached data directly using the Laravel cache facade see the below examples.

```
use Illuminate\Support\Facades\Cache;

Cache::get('roblox_{your key name}'); // e.g roblox_badge_1234
Cache::tags(['badges'])->flush();
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~47 days

Total

3

Last Release

2123d ago

PHP version history (2 changes)1PHP &gt;7.2.5

1.0.2PHP &gt;7.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16352613?v=4)[SiliconDigital](/maintainers/SiliconDigital)[@Silicondigital](https://github.com/Silicondigital)

---

Top Contributors

[![NicholasDev](https://avatars.githubusercontent.com/u/11857573?v=4)](https://github.com/NicholasDev "NicholasDev (28 commits)")

---

Tags

apilaravelrobloxlaravellaravel7Roblox

### Embed Badge

![Health badge](/badges/silicondigital-roblox/health.svg)

```
[![Health](https://phpackages.com/badges/silicondigital-roblox/health.svg)](https://phpackages.com/packages/silicondigital-roblox)
```

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.3k3](/packages/defstudio-telegraph)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[riclep/laravel-storyblok

A Laravel wrapper around the Storyblok API to provide a familiar experience for Laravel devs

6279.6k5](/packages/riclep-laravel-storyblok)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
