PHPackages                             plokko/laravel-orthanc-restapi - 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. plokko/laravel-orthanc-restapi

ActiveLibrary[API Development](/categories/api)

plokko/laravel-orthanc-restapi
==============================

Laravel Orthanc REST API integration

0.4.1(3w ago)037PHPPHP &gt;=8.2

Since Nov 5Pushed 3mo agoCompare

[ Source](https://github.com/plokko/laravel-orthanc-restapi)[ Packagist](https://packagist.org/packages/plokko/laravel-orthanc-restapi)[ RSS](/packages/plokko-laravel-orthanc-restapi/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (7)Dependencies (3)Versions (11)Used By (0)

laravel-orthanc-restapi
=======================

[](#laravel-orthanc-restapi)

Laravel integration for the Orthanc DICOM REST API. Provides a configurable HTTP client to call Orthanc endpoints from your application.

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

[](#requirements)

- PHP 8.2+
- Laravel 12.x (or later)
- Orthanc server with REST API enabled

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

[](#installation)

### Composer install

[](#composer-install)

Require the package via Composer:

```
composer require plokko/laravel-orthanc-restapi

```

Package discovery should register the service provider automatically. To register manually, add the provider to `config/app.php`:

```
'providers' => [
    // ...
    Plokko\OrthancRestApi\OrthancRestApiServiceProvider::class,
],
```

### Auth integration

[](#auth-integration)

The OrthancApi needs an auth token for access. To allow seamless integration with multiple systems no token retrival is defined, you should define it in the boot method on your AppServiceProvider:

```
class AppServiceProvider extends ServiceProvider
{
    //...

    /**
     * Bootstrap any application services.
     */
    public function boot(): void
    {
        /// Register OrthancAPI authenticator ///
        OrthancApiAuthInterface::setHandleTokenGeneration(function (?string $server) => YourImplementationOnHowToGetAnAuthToken());
    }
}
```

Configuration
-------------

[](#configuration)

You can publish default configuration file with the command:

```
php artisan vendor:publish --tag=laravel-orthanc-restapi:config
```

You should now see a *laravel-orthanc-restapi.php* file under your *config* folder.

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance86

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

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

Recently: every ~23 days

Total

10

Last Release

26d ago

### Community

Maintainers

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

---

Top Contributors

[![plokko](https://avatars.githubusercontent.com/u/3899114?v=4)](https://github.com/plokko "plokko (7 commits)")

### Embed Badge

![Health badge](/badges/plokko-laravel-orthanc-restapi/health.svg)

```
[![Health](https://phpackages.com/badges/plokko-laravel-orthanc-restapi/health.svg)](https://phpackages.com/packages/plokko-laravel-orthanc-restapi)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.9k3.8M1.2k](/packages/statamic-cms)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

137236.2k8](/packages/statamic-rad-pack-runway)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3622.8k](/packages/duncanmcclean-statamic-cargo)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

793.9k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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