PHPackages                             rubengomez/mints - 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. rubengomez/mints

ActiveLibrary[API Development](/categories/api)

rubengomez/mints
================

MINTS library allows to connect your Laravel App to MINTS.CLOUD

060PHP

Since Jul 26Pushed 1y ago1 watchersCompare

[ Source](https://github.com/rubengomez/mints-php-sdk)[ Packagist](https://packagist.org/packages/rubengomez/mints)[ RSS](/packages/rubengomez-mints/feed)WikiDiscussions develop Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Auth Trait Usage
----------------

[](#auth-trait-usage)

- User Auth Trait is a trait that is used to authenticate users in the application.
- Contact Auth Trait is a trait that is used to authenticate contacts in the application.
- Public Auth Trait is a trait that is used to access public data in the application.

```
use Mints\UserAuthTrait;
use Mints\ContactAuthTrait;
use Mints\PublicAuthTrait;
```

Mints User, Contact and Public Usage
------------------------------------

[](#mints-user-contact-and-public-usage)

```
// User Login
$this->initializeUserClient();
$this->mintsUserLogin('email', 'password');
$response = $this->mintsUser->getContacts(); // get contacts

// Contact Login
$this->initializeContactClient();
$this->mintsContactLogin('email', 'password');
$response = $this->mintsContact->getOrders(); // get orders

// Public trait usage
$this->initializePublicClient();
$response = $this->mintsPublic->getStoryVersions(null, false); // get story versions
```

Proxy Usage
-----------

[](#proxy-usage)

```
Route::any('api/user/v1/{any}', [ProxyController::class, 'proxyRequest'])->where('any', '.*');
Route::any('api/contact/v1/{any}', [ProxyController::class, 'proxyRequest'])->where('any', '.*');
Route::any('api/v1/{any}', [ProxyController::class, 'proxyRequest'])->where('any', '.*');
```

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 Bus Factor1

Top contributor holds 87.5% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8295668?v=4)[Ruben Gomez](/maintainers/rubengomez)[@rubengomez](https://github.com/rubengomez)

---

Top Contributors

[![Lhernandez096](https://avatars.githubusercontent.com/u/111461353?v=4)](https://github.com/Lhernandez096 "Lhernandez096 (7 commits)")[![rubengomez](https://avatars.githubusercontent.com/u/8295668?v=4)](https://github.com/rubengomez "rubengomez (1 commits)")

### Embed Badge

![Health badge](/badges/rubengomez-mints/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k12](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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