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.1.4(6mo ago)012PHPPHP &gt;=8.2

Since Nov 5Pushed 6mo 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 1mo ago

READMEChangelog (5)Dependencies (1)Versions (6)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

32

—

LowBetter than 72% of packages

Maintenance68

Regular maintenance activity

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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

Total

5

Last Release

188d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/755cf9f83a0a5af9141085f8961276809fc04356f3aee061ac7b72723a4e6290?d=identicon)[plokko](/maintainers/plokko)

---

Top Contributors

[![plokko](https://avatars.githubusercontent.com/u/3899114?v=4)](https://github.com/plokko "plokko (6 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

[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k34.0M112](/packages/darkaonline-l5-swagger)[echolabsdev/prism

A powerful Laravel package for integrating Large Language Models (LLMs) into your applications.

2.3k388.3k10](/packages/echolabsdev-prism)[sburina/laravel-whmcs-up

WHMCS API client and user provider for Laravel

271.3k](/packages/sburina-laravel-whmcs-up)

PHPackages © 2026

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