PHPackages                             docchula/vesta-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. docchula/vesta-client

ActiveLibrary[API Development](/categories/api)

docchula/vesta-client
=====================

Laravel Client Service for Vesta, the MDCU Directory Provider

v1.0.1(9mo ago)0494MITPHPPHP ^8.0CI passing

Since Sep 14Pushed 9mo ago1 watchersCompare

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

READMEChangelog (7)Dependencies (14)Versions (8)Used By (0)

Vesta Client
============

[](#vesta-client)

[![Latest Version on Packagist](https://camo.githubusercontent.com/8b6cbdff35081df3ad9a0b7f68f2392b1d2a62223a6477d123fb6ef0ab8558ee/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f646f636368756c612f76657374612d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/docchula/vesta-client)[![GitHub Tests Action Status](https://camo.githubusercontent.com/50da3cb0e5edb65927699fce4c592e5412cb92eecd3bc1aa1c895165bbfcdc9c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f646f636368756c612f76657374612d636c69656e742f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/docchula/vesta-client/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/af189892b5b00d867c089dd0c87f1d0222bafc8824c9ce57768bde16fa730cf9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f646f636368756c612f76657374612d636c69656e742f466978253230504850253230636f64652532307374796c652532306973737565733f6c6162656c3d636f64652532307374796c65)](https://github.com/docchula/vesta-client/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/4f825f8fe679f3a9c66135929c7783ff9729b3a7b18ab160b29f18f3632fc205/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f646f636368756c612f76657374612d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/docchula/vesta-client)

Laravel Client Service for Vesta, the MDCU Directory Provider

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

[](#installation)

You can install the package via composer:

```
composer require docchula/vesta-client
```

You can publish the config file with:

```
php artisan vendor:publish --tag="vesta-client-config"
```

You should set the following ENV variables:

- `VESTA_SECRET` - The secret key provided by Vesta
- `VESTA_ISSUER` - The issuer URL provided by Vesta
- `VESTA_URL`- The URL of the Vesta API (optional)

Usage
-----

[](#usage)

```
$vestaClient = new Docchula\VestaClient();
// or use Laravel's Facade:
$response = VestaClient::retrieveStudent($identifier, $userEmail, ['title', 'first_name', 'last_name', 'first_name_en', 'last_name_en', 'email', 'nickname']);
if ($response->successful()) {
    $data = $response->json();
}
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

Credits
-------

[](#credits)

- [Siwat Techavoranant](https://github.com/keenthekeen)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance58

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

Every ~178 days

Recently: every ~267 days

Total

7

Last Release

272d ago

Major Versions

v0.0.5 → v1.0.02024-04-12

### Community

Maintainers

![](https://www.gravatar.com/avatar/4ad1fbec4cef6bc1c35c15eec7704b0e979b66f7eac97fee4f23a6ef276173ef?d=identicon)[keenthekeen](/maintainers/keenthekeen)

---

Top Contributors

[![keenthekeen](https://avatars.githubusercontent.com/u/5007387?v=4)](https://github.com/keenthekeen "keenthekeen (23 commits)")

---

Tags

laraveldocchulavesta-client

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/docchula-vesta-client/health.svg)

```
[![Health](https://phpackages.com/badges/docchula-vesta-client/health.svg)](https://phpackages.com/packages/docchula-vesta-client)
```

###  Alternatives

[simplestats-io/laravel-client

Client for SimpleStats!

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

Minimalistic token-based authentication for Laravel API endpoints.

8129.8k](/packages/ryangjchandler-bearer)[spatie/laravel-rdap

Perform RDAP queries in a Laravel app

72108.3k2](/packages/spatie-laravel-rdap)[stechstudio/laravel-hubspot

A Laravel SDK for the HubSpot CRM Api

2971.0k](/packages/stechstudio-laravel-hubspot)[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)

PHPackages © 2026

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