PHPackages                             slownls/gmodstore\_api - 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. slownls/gmodstore\_api

ActiveLibrary[API Development](/categories/api)

slownls/gmodstore\_api
======================

A simple php library for GmodStore API

1.0.0(6y ago)019Apache-2.0PHP

Since Mar 17Pushed 6y ago1 watchersCompare

[ Source](https://github.com/SlownLS/gmodstore_api)[ Packagist](https://packagist.org/packages/slownls/gmodstore_api)[ RSS](/packages/slownls-gmodstore-api/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

GmodStore API
=============

[](#gmodstore-api)

A simple php library for GmodStore API

Installation
============

[](#installation)

To install this library use composer

```
composer require SlownLS/gmodstore_api

```

Wiki
====

[](#wiki)

List of collections

- Users
- Teams
- Addons
- Addon\\Coupons
- Addon\\Purchases
- Addon\\Reviews
- Addon\\Stats
- Addon\\Versions

To use collection :
-------------------

[](#to-use-collection-)

```
use SlownLS\GmodStore\Client;

$gmodstore = new Client("gmodstore_token");

$collection = $gmodstore->GetCollection("Users")
```

Users collection
----------------

[](#users-collection)

```
$collection->GetAPIOwner() // Used to retrieve the user from the API
$collection->GetAddons(string steamid64) // Used to retrieve a user's addons
$collection->GetPurchases(string steamid64) // Used to retrieve a user's purchases
$collection->GetTeams(string steamid64) // Used to retrieve the teams of a user
$collection->GetBans(string steamid64) // Used to retrieve a user's banns
$collection->GetBadges(string steamid64) // Used to retrieve a user's badges
```

Teams collection
----------------

[](#teams-collection)

```
$collection->GetById(int teamId) // Used to retrieve team information
$collection->GetUsers(int teamId) // Used to retrieve users from a team
```

Addons collection
-----------------

[](#addons-collection)

```
$collection->GetAll() // Use to retrieve user addons
$collection->GetById(int $addonId) // Use to retrieve a specific addon from the user
```

Addons - Coupons collection
---------------------------

[](#addons---coupons-collection)

```
$collection->GetAll(int $addonId) // Used to retrieve coupons from an addon
$collection->Create(int $addonId, array $params) // Use to add a coupon for an addon
$collection->Update(int $addonId, int $couponId, array $params) // Used to modify a coupon of an addon
$collection->GetById(int $addonId, int $couponId) // Used to retrieve information from a coupon
$collection->Destroy(int $addonId, int $couponId) // Use to delete a coupon
```

Addons - Purchases collection
-----------------------------

[](#addons---purchases-collection)

```
$collection->GetAll(int $addonId) // Used to retrieve the purchases of an addon
$collection->Create(int $addonId, array $params) // Use to create a purchase for an addon
$collection->GetById(int $addonId, int $purchaseId) // Used to retrieve a purchase of an addon
$collection->Revoke(int $addonId, int $purchaseId) // Use to delete a purchase
```

Addons - Reviews collection
---------------------------

[](#addons---reviews-collection)

```
$collection->GetAll(int $addonId) // Used to retrieve all notices of an addon
$collection->GetById(int $addonId, int $reviewId) // Used to retrieve an addon review
```

Addons - Stats collection
-------------------------

[](#addons---stats-collection)

```
$collection->GetAll(int $addonId) // Use to get the stats of an addon
```

Addons - Versions collection
----------------------------

[](#addons---versions-collection)

```
$collection->GetAll(int $addonId) // Used to get the versions of an addon
$collection->GetById(int $addonId, int $versionId) // Use to get a version of an addon
$collection->Download(int $addonId) // Use to create a download link for an addon
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Unknown

Total

1

Last Release

2245d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3955af656444dff06f1f25b924a214904caa98fbc843352169260d9e4b8a5928?d=identicon)[SlownLS](/maintainers/SlownLS)

---

Top Contributors

[![SlownLS](https://avatars.githubusercontent.com/u/22427817?v=4)](https://github.com/SlownLS "SlownLS (6 commits)")

---

Tags

apiobject orientedslownlsgmodstore

### Embed Badge

![Health badge](/badges/slownls-gmodstore-api/health.svg)

```
[![Health](https://phpackages.com/badges/slownls-gmodstore-api/health.svg)](https://phpackages.com/packages/slownls-gmodstore-api)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[get-stream/stream-chat

A PHP client for Stream Chat (https://getstream.io/chat/)

301.8M2](/packages/get-stream-stream-chat)[phpfui/constantcontact

Object Oriented Wrapper for Constant Contact API V3 for PHP 8+

2015.7k1](/packages/phpfui-constantcontact)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)

PHPackages © 2026

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