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 today

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 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

2070d 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

[andreaselia/laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API

1.0k586.2k3](/packages/andreaselia-laravel-api-to-postman)[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[api-ecosystem-for-laravel/dingo-api

A RESTful API package for the Laravel and Lumen frameworks.

3121.5M10](/packages/api-ecosystem-for-laravel-dingo-api)[essa/api-tool-kit

set of tools to build an api with laravel

52680.5k](/packages/essa-api-tool-kit)[mll-lab/laravel-graphiql

Easily integrate GraphiQL into your Laravel project

683.2M9](/packages/mll-lab-laravel-graphiql)[kirschbaum-development/laravel-openapi-validator

Automatic OpenAPI validation for Laravel HTTP tests

581.1M5](/packages/kirschbaum-development-laravel-openapi-validator)

PHPackages © 2026

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