PHPackages                             alphaolomi/laravel-repman - 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. alphaolomi/laravel-repman

ActiveLibrary[API Development](/categories/api)

alphaolomi/laravel-repman
=========================

Package for Repman.io API

v1.1.0(3y ago)791[1 issues](https://github.com/alphaolomi/laravel-repman/issues)[5 PRs](https://github.com/alphaolomi/laravel-repman/pulls)MITPHPPHP ^8.1CI passing

Since Sep 25Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/alphaolomi/laravel-repman)[ Packagist](https://packagist.org/packages/alphaolomi/laravel-repman)[ Docs](https://github.com/alphaolomi/laravel-repman)[ RSS](/packages/alphaolomi-laravel-repman/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (14)Versions (14)Used By (0)

Laravel Repman
==============

[](#laravel-repman)

[![GitHub Tests Action Status](https://github.com/alphaolomi/laravel-repman/actions/workflows/run-tests.yml/badge.svg)](https://github.com/alphaolomi/laravel-repman/actions/workflows/run-tests.yml)[![Latest Version on Packagist](https://camo.githubusercontent.com/000926fcea4e5550a76749c541930e5afa823f16b62bd84c8b72600c1321d3fa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616c7068616f6c6f6d692f6c61726176656c2d7265706d616e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/alphaolomi/laravel-repman)[![GitHub Code Style Action Status](https://github.com/alphaolomi/laravel-repman/actions/workflows/fix-php-code-style-issues.yml/badge.svg)](https://github.com/alphaolomi/laravel-repman/actions/workflows/fix-php-code-style-issues.yml)[![Total Downloads](https://camo.githubusercontent.com/bdc53a8a473a44ffc15aa12e9b9860d814cfa24896291b394093374d8fcc0db7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616c7068616f6c6f6d692f6c61726176656c2d7265706d616e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/alphaolomi/laravel-repman)

Laravel Repman provides an expressive, fluent interface to [Repman.io](https://repman.io)'s services.

[Repman.io](https://repman.io) is a private Composer repository manager. It allows you to host your own Composer repository and manage packages from it. It also allows you to mirror packages from Packagist.

Documentation
-------------

[](#documentation)

Documentation for Laravel Repman can be found on the [Laravel Repman](/docs/README.md).

Documentation for Repman can be found on the [Repman Docs](https://repman.io/docs/).

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

[](#installation)

You can install the package via composer:

```
composer require alphaolomi/laravel-repman
```

You can publish the config file with:

```
php artisan vendor:publish --tag="repman-config"
```

Getting Started
---------------

[](#getting-started)

Create a account on [Repman.io](https://repman.io) and get your API token.

Usage
-----

[](#usage)

Using the package is very simple, you just need to call the `Repman` facade and pass the required parameters.

```
use AlphaOlomi\Repman\Facades\Repman;

// Collection of organizations
$orgsCollection =  Repman::organizations()->list();

/** @var AlphaOlomi\Repman\DataObjects\Organization */
$org =  Repman::organizations()->create('org-name');
```

Testing
-------

[](#testing)

Uses Pest PHP testing framework

```
composer test
```

APIs
----

[](#apis)

### Organization

[](#organization)

- List all organizations
- Create organization

### Package

[](#package)

- List all packages
- Add package
- Update package
- Synchronize package
- Remove package

### Token

[](#token)

- List all tokens
- Generate token
- Regenerate token
- Delete token

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/alphaolomi/.github/blob/main/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Alpha Olomi](https://github.com/alphaolomi)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance57

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 62% 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 ~33 days

Recently: every ~41 days

Total

6

Last Release

1159d ago

Major Versions

v1.1.0 → v2.0.0-alpha2023-01-30

### Community

Maintainers

![](https://www.gravatar.com/avatar/7534dd7341d883267be41935354b56c27f94d6bbd6a7abd9f257bb2d494a3798?d=identicon)[alphao](/maintainers/alphao)

---

Top Contributors

[![alphaolomi](https://avatars.githubusercontent.com/u/10551599?v=4)](https://github.com/alphaolomi "alphaolomi (49 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (20 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (10 commits)")

---

Tags

hacktoberfestlaravelrepmanlaravelalphaolomilaravel-repmanrepman

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/alphaolomi-laravel-repman/health.svg)

```
[![Health](https://phpackages.com/badges/alphaolomi-laravel-repman/health.svg)](https://phpackages.com/packages/alphaolomi-laravel-repman)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[nativephp/mobile

NativePHP for Mobile

82724.0k43](/packages/nativephp-mobile)[simplestats-io/laravel-client

Client for SimpleStats!

4515.5k](/packages/simplestats-io-laravel-client)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[njoguamos/laravel-plausible

A laravel package for interacting with plausible analytics api.

208.8k](/packages/njoguamos-laravel-plausible)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1221.1k](/packages/codebar-ag-laravel-docuware)

PHPackages © 2026

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