PHPackages                             jlorente/laravel-stethome - 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. jlorente/laravel-stethome

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

jlorente/laravel-stethome
=========================

Laravel ^5.6 integration for the Jlorente StethoMe package.

v2.0.4(7mo ago)05.8k↓68%BSD-3-ClausePHPPHP &gt;=7.0

Since Apr 18Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/homedoctor-es/laravel-stethome)[ Packagist](https://packagist.org/packages/jlorente/laravel-stethome)[ RSS](/packages/jlorente-laravel-stethome/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (7)Dependencies (2)Versions (9)Used By (0)

StethoMe SDK for Laravel
========================

[](#stethome-sdk-for-laravel)

Laravel integration for the [StethoMe SDK](https://github.com/jlorente/stethome-php-sdk).

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

With Composer installed, you can then install the extension using the following commands:

```
$ php composer.phar require jlorente/laravel-stethome
```

or add

```
...
    "require": {
        "jlorente/laravel-stethome": "*"
    }
```

to the `require` section of your `composer.json` file.

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

[](#configuration)

1. Register the ServiceProvider in your config/app.php service provider list.

config/app.php

```
return [
    //other stuff
    'providers' => [
        //other stuff
        \Jlorente\Laravel\StethoMe\StethoMeServiceProvider::class,
    ];
];
```

2. Add the following facade to the $aliases section.

config/app.php

```
return [
    //other stuff
    'aliases' => [
        //other stuff
        'StethoMe' => \Jlorente\Laravel\StethoMe\Facades\StethoMe::class,
    ];
];
```

3. Set the vendor\_token in the config/stethome.php file or use the predefined env variables.

config/stethome.php

```
return [
    'vendor_token' => 'YOUR_VENDOR_TOKEN',
    //other configuration
];
```

or .env

```
//other configurations
STETHOME_VENDOR_TOKEN=

```

Usage
-----

[](#usage)

You can use the facade alias StethoMe to execute api calls. The authentication params will be automaticaly injected.

```
StethoMe::pulmonary()->getVisitId();
```

See the [StethoMe PHP SDK](https://github.com/jlorente/stethome-php-sdk) or the [StethoMe API](https://documenter.getpostman.com/view/6250828/S17m1BbV?version=latest) to know more about the methods and the API endpoints params and responses.

License
-------

[](#license)

Copyright © 2020 José Lorente Martín .

Licensed under the BSD 3-Clause License. See LICENSE.txt for details.

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance65

Regular maintenance activity

Popularity21

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

Recently: every ~507 days

Total

8

Last Release

210d ago

Major Versions

1.0.2 → 2.0.02020-07-02

### Community

Maintainers

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

---

Top Contributors

[![jlorente](https://avatars.githubusercontent.com/u/301741?v=4)](https://github.com/jlorente "jlorente (12 commits)")

---

Tags

phplaraveljlorentestethome

### Embed Badge

![Health badge](/badges/jlorente-laravel-stethome/health.svg)

```
[![Health](https://phpackages.com/badges/jlorente-laravel-stethome/health.svg)](https://phpackages.com/packages/jlorente-laravel-stethome)
```

###  Alternatives

[emargareten/inertia-modal

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

90157.6k](/packages/emargareten-inertia-modal)[forjedio/inertia-table

Backend-driven dynamic tables for Laravel + Inertia.js

272.0k](/packages/forjedio-inertia-table)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.8k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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