PHPackages                             lwk/vimbadmin-laravel-client - 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. lwk/vimbadmin-laravel-client

ActiveLibrary[API Development](/categories/api)

lwk/vimbadmin-laravel-client
============================

Laravel client for ViMbAdmin-api

1.2.8(7mo ago)01.9k[4 issues](https://github.com/dpslwk/vimbadmin-laravel-client/issues)MITPHPPHP ^8.0CI failing

Since May 15Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/dpslwk/vimbadmin-laravel-client)[ Packagist](https://packagist.org/packages/lwk/vimbadmin-laravel-client)[ Docs](https://github.com/dpslwk/vimbadmin-laravel-client)[ RSS](/packages/lwk-vimbadmin-laravel-client/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (7)Versions (23)Used By (0)

vimbadmin-laravel-client
========================

[](#vimbadmin-laravel-client)

[![Latest Version on Packagist](https://camo.githubusercontent.com/faba8e62a52a6eadb87e71a4e68abf899dd0ce4437b0ce39f7814e070d9e70d4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c776b2f76696d6261646d696e2d6c61726176656c2d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lwk/vimbadmin-laravel-client)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/570bc3bb8390f6ed5e7d9e02c52a9cc4cb79fb06e901c9466e90bb54b9e4c5c6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c776b2f76696d6261646d696e2d6c61726176656c2d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lwk/vimbadmin-laravel-client)

This is a laravel/(lumen?) client library for use with dpslwk/vimbadmin-api

ViMbAdmin is a web based virtual mailbox administration system for dovecote and posftix.

The down side of ViMdAdmin is that it has no APi front end. At Nottingham Hackspace we needed to change our mailbox aliases from the Hackspace Management System (HMS). As the systems run on two different server a quick REST api was thrown together for consumption by HMS 2.0. This is the client package for use in HMS 2.0

-
-
-
-

Install
-------

[](#install)

Via Composer

```
$ composer require lwk/vimbadmin-laravel-client
```

The following service provider will be autodiscovered for laravel 5.5+.

```
LWK\ViMbAdmin\ViMbAdminServiceProvider::class,

```

Define setup in .env with the following values

- `VIMBADMIN_URL` - Url for api endpoint
- `VIMBADMIN_ID` - Client Id
- `VIMBADMIN_SECRET` - Client Secret
- `VIMBADMIN_DRIVER` - Token store provider \[json, eloquent, doctrine\]
- `VIMBADMIN_FILE` - File name for json store
- `VIMBADMIN_MODEL` - Eloquent model
- `VIMBADMIN_ENITITY` - Docrotine Entity

or Publish the config and edit as needed

```
php artisan vendor:publish --provider="LWK\ViMbAdmin\ViMbAdminServiceProvider" --tag=config

```

If using either `eloquent` or `doctrine` token storage db migrations and mappings need to be provided.

Usage
-----

[](#usage)

```
$client = App::make(LWK\ViMbAdminClient());
echo $client->findDomains();
```

Change log
----------

[](#change-log)

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

Testing
-------

[](#testing)

```
$ composer test
```

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Matt Lloyd](https://github.com/dpslwk)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance64

Regular maintenance activity

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity78

Established project with proven stability

 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 ~156 days

Recently: every ~121 days

Total

21

Last Release

217d ago

PHP version history (5 changes)1.0.0PHP ~5.6|~7.0

1.0.8PHP ^7.1.3

1.2.0PHP ^7.4|^8.0

1.2.4PHP ^7.4 | ^8.0

1.2.6PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/977ac4a651e8d62a3002a1c80582ff815a0035b8498ebf1482818da1dc14de27?d=identicon)[dpslwk](/maintainers/dpslwk)

---

Top Contributors

[![dpslwk](https://avatars.githubusercontent.com/u/234460?v=4)](https://github.com/dpslwk "dpslwk (44 commits)")

---

Tags

vimbadminvimbadmin

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/lwk-vimbadmin-laravel-client/health.svg)

```
[![Health](https://phpackages.com/badges/lwk-vimbadmin-laravel-client/health.svg)](https://phpackages.com/packages/lwk-vimbadmin-laravel-client)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M737](/packages/sylius-sylius)[fschmtt/keycloak-rest-api-client-php

PHP client to interact with Keycloak's Admin REST API.

49108.6k2](/packages/fschmtt-keycloak-rest-api-client-php)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M577](/packages/shopware-core)[api-platform/symfony

Symfony API Platform integration

384.5M129](/packages/api-platform-symfony)[api-platform/serializer

API Platform core Serializer

274.8M87](/packages/api-platform-serializer)

PHPackages © 2026

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