PHPackages                             eliosfund/repcard-php-sdk - 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. [Framework](/categories/framework)
4. /
5. eliosfund/repcard-php-sdk

ActiveLibrary[Framework](/categories/framework)

eliosfund/repcard-php-sdk
=========================

RepCard SDK for Laravel.

v1.4.0(1y ago)0224MITPHPPHP ^8.2CI failing

Since Jul 10Pushed 1y agoCompare

[ Source](https://github.com/eliosfund/repcard-php-sdk)[ Packagist](https://packagist.org/packages/eliosfund/repcard-php-sdk)[ Docs](https://github.com/eliosfund/repcard-php-sdk)[ RSS](/packages/eliosfund-repcard-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (6)Versions (10)Used By (0)

RepCard
=======

[](#repcard)

[![Test Suite](https://github.com/eliosfund/repcard-php-sdk/actions/workflows/test.yml/badge.svg)](https://github.com/eliosfund/repcard-php-sdk/actions/workflows/test.yml)[![Downloads](https://camo.githubusercontent.com/8216d0a69f418cdbec03fd3628be813076fb5460e37843e0601f470b3936fe45/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f656c696f7366756e642f726570636172642d7068702d73646b)](https://camo.githubusercontent.com/8216d0a69f418cdbec03fd3628be813076fb5460e37843e0601f470b3936fe45/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f656c696f7366756e642f726570636172642d7068702d73646b)[![Packagist Version](https://camo.githubusercontent.com/cc01216920efca2673a2f247bf303f6daf1ae31a68d00c5b58c0ebff2b031d0a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f656c696f7366756e642f726570636172642d7068702d73646b)](https://camo.githubusercontent.com/cc01216920efca2673a2f247bf303f6daf1ae31a68d00c5b58c0ebff2b031d0a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f656c696f7366756e642f726570636172642d7068702d73646b)[![GitHub License](https://camo.githubusercontent.com/e055d5247fa7ff06c47cc54e0d2adf9789e88f60f61132379ecddf5c5438191c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f656c696f7366756e642f726570636172642d7068702d73646b)](https://camo.githubusercontent.com/e055d5247fa7ff06c47cc54e0d2adf9789e88f60f61132379ecddf5c5438191c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f656c696f7366756e642f726570636172642d7068702d73646b)[![codecov](https://camo.githubusercontent.com/9cdfa3334f149457f8b6638b01b46de06db102937a3313328ac1b44e41dfd00d/68747470733a2f2f636f6465636f762e696f2f67682f656c696f7366756e642f726570636172642d7068702d73646b2f67726170682f62616467652e7376673f746f6b656e3d4b6c343267374742527a)](https://codecov.io/gh/eliosfund/repcard-php-sdk)

RepCard SDK for Laravel.

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

[](#installation)

Install the package via Composer:

```
composer require eliosfund/repcard-php-sdk
```

Publish the config file:

```
php artisan vendor:publish --tag=repcard-config
```

Set the following environment variables in your `.env` file:

```
REPCARD_API_KEY=your-api-key
REPCARD_COMPANY_ID=your-company-id
```

In `config/repcard.php`, add the role names you want to allow when creating or updating a user, e.g.:

```
'roles' => [
    'Sales',
    'Sales Manager',
],
```

Usage
-----

[](#usage)

```
use RepCard\Facades\RepCard;
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance47

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.9% 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 ~39 days

Recently: every ~68 days

Total

8

Last Release

389d ago

PHP version history (2 changes)v1.0.0PHP &gt;=8.2

v1.3.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/8f900581da62236c5dafb19954711cf6a758d2a067effc51357a92f282ad01ed?d=identicon)[eliosfund](/maintainers/eliosfund)

---

Top Contributors

[![kyle-elios](https://avatars.githubusercontent.com/u/171699752?v=4)](https://github.com/kyle-elios "kyle-elios (16 commits)")[![jonericksonbkjg](https://avatars.githubusercontent.com/u/174068197?v=4)](https://github.com/jonericksonbkjg "jonericksonbkjg (2 commits)")

---

Tags

phplaravelsdkrepcard

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/eliosfund-repcard-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/eliosfund-repcard-php-sdk/health.svg)](https://phpackages.com/packages/eliosfund-repcard-php-sdk)
```

###  Alternatives

[laravel/wayfinder

Generate TypeScript representations of your Laravel actions and routes.

1.7k4.1M69](/packages/laravel-wayfinder)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91245.3M587](/packages/laravel-pail)[nunomaduro/laravel-desktop-notifier

Send notifications to your desktop from your Laravel commands. An JoliNotif wrapper for Laravel 5.

4781.7M8](/packages/nunomaduro-laravel-desktop-notifier)[defstudio/pest-plugin-laravel-expectations

A plugin to add laravel tailored expectations to Pest

98548.9k4](/packages/defstudio-pest-plugin-laravel-expectations)[imanghafoori/laravel-smart-facades

Adds some features on the top of laravel facades

137415.3k7](/packages/imanghafoori-laravel-smart-facades)[evias/nem-php

Composer Package for PHP (Laravel or Pure PHP), Wrapper to use the NEM blockchain REST API and SDK with NIS compatibility.

342.9k](/packages/evias-nem-php)

PHPackages © 2026

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