PHPackages                             upgradelabs/clicrdv - 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. upgradelabs/clicrdv

ActiveLibrary[API Development](/categories/api)

upgradelabs/clicrdv
===================

Laravel 10 package for interacting with the ClicRDV REST API

1.0.0(1y ago)01MITPHPPHP &gt;=8.3

Since May 28Pushed 1y agoCompare

[ Source](https://github.com/upgradelabs/clickrdv)[ Packagist](https://packagist.org/packages/upgradelabs/clicrdv)[ RSS](/packages/upgradelabs-clicrdv/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Upgradelabs ClicRdv Package
===========================

[](#upgradelabs-clicrdv-package)

Requirements
------------

[](#requirements)

- PHP &gt;= 8.3
- Laravel &gt;= 10

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

[](#installation)

Install via Composer:

```
composer require upgradelabs/clicrdv
```

Publish configuration:

```
php artisan vendor:publish --provider="Upgradelabs\ClicRdv\ClicRdvServiceProvider"
```

Set your API credentials in `config/clicrdv.php`:

```
return [
    'base_url' => env('CLICRDV_BASE_URL', 'https://api.clicrdv.com'),
    'api_key' => env('CLICRDV_API_KEY', ''),
];
```

Usage
-----

[](#usage)

Use the facade or inject the client:

```
use ClicRdv;
$appointments = ClicRdv::appointments()->list(['date' => '2025-05-21']);
```

Or via dependency injection:

```
public function index(Upgradelabs\ClicRdv\Client $client)
{
    $slots = $client->available_time_slots()->list();
}
```

Endpoints
---------

[](#endpoints)

- **Account**: methods: get
- **Appointment**: methods: list, create, delete
- **AvailableTimeSlots**: methods: list
- **Calendar**: methods: list, show, create, update, delete
- **Calendarset**: methods: list, show, create, update, delete
- **Customfield**: methods: list, show, create, update, delete
- **Fiche**: methods: list, show, create, update, delete
- **Group**: methods: list, show
- **Intervention**: methods: list, show, create, update, delete
- **Interventionset**: methods: list, show, create, update, delete
- **Pro**: methods: list, show, create, update, delete
- **Vevent**: methods: list, show, create, update, delete

Testing
-------

[](#testing)

```
composer test
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance46

Moderate activity, may be stable

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

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

Unknown

Total

1

Last Release

401d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b20557c62a96fca9a58d80b11dffbaf4e3debd77d9358c66ed06d413c1e884a7?d=identicon)[rpsimao](/maintainers/rpsimao)

---

Top Contributors

[![rpsimao](https://avatars.githubusercontent.com/u/205846?v=4)](https://github.com/rpsimao "rpsimao (1 commits)")

### Embed Badge

![Health badge](/badges/upgradelabs-clicrdv/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.3k3](/packages/defstudio-telegraph)[api-platform/laravel

API Platform support for Laravel

58171.4k14](/packages/api-platform-laravel)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1348.7k1](/packages/jasara-php-amzn-selling-partner-api)

PHPackages © 2026

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