PHPackages                             mattsolar123/perse - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mattsolar123/perse

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mattsolar123/perse
==================

1.3.0(2mo ago)024PHP

Since Feb 9Pushed 2mo agoCompare

[ Source](https://github.com/Mattsolar123/Perse)[ Packagist](https://packagist.org/packages/mattsolar123/perse)[ RSS](/packages/mattsolar123-perse/feed)WikiDiscussions main Synced today

READMEChangelog (4)Dependencies (4)Versions (5)Used By (0)

Perse
=====

[](#perse)

### Installation

[](#installation)

composer require mattsolar123/perse

### Configuration

[](#configuration)

Add the following to your .env file

```
PERSE_API_URL=https://api.thelabrador.co.uk
PERSE_API_KEY=
PERSE_SECRET=
PERSE_UTM_SOURCE=

```

Appointments
------------

[](#appointments)

### Usage

[](#usage)

To update an appointment, initialize the `AppointmentDetails` data object and pass it to the `Appointment::update` method.

```
use Mattsolar123\Perse\Gateways\Appointment;
use Mattsolar123\Perse\Data\AppointmentDetails;

$data = new AppointmentDetails(
    appointmentDate: '2024-12-25',
    appointmentTimeFrom: '10:00',
    appointmentTimeTo: '12:00',
    siteId: 'SITE_123',
    customerGuid: 'cust_987654',
    appointmentId: '101',
    appointmentStatus: 'issued'
);

Appointment::update(
    $data
);
```

### Parameter Specifications

[](#parameter-specifications)

ParameterTypeFormat / ExampleRequiredDescription`appointmentDate``string``Y-m-d` (2024-10-15)YesThe scheduled date of the visit.`appointmentTimeFrom``string``H:i` (14:00)YesStart time in 24-hour format.`appointmentTimeTo``string``H:i` (16:00)YesEnd time in 24-hour format.`siteId``string``SITE_123`YesThe unique identifier for the site.`customerGuid``string`UUID / StringYesUnique Global ID for the customer.`appointmentId``string``"105"`YesInternal ID (must be cast to string).`appointmentStatus``string``unissued`, `issued`, `cancelled`YesCurrent state of the appointment.`repId``string|null``"99"`NoID of the assigned representative.`repEmailId``string|null``rep@company.com`Only for issued appointmentsEmail for the representative.`repFirstName``string|null``John`Only for issued appointmentsRepresentative's first name.`repLastName``string|null``Doe`Only for issued appointmentsRepresentative's last name.License
-------

[](#license)

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

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance83

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

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

Total

4

Last Release

85d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/105371443?v=4)[Mattsolar123](/maintainers/Mattsolar123)[@Mattsolar123](https://github.com/Mattsolar123)

---

Top Contributors

[![Mattsolar123](https://avatars.githubusercontent.com/u/105371443?v=4)](https://github.com/Mattsolar123 "Mattsolar123 (13 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mattsolar123-perse/health.svg)

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[oat-sa/tao-core

TAO core extension

66143.7k124](/packages/oat-sa-tao-core)

PHPackages © 2026

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