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(3mo ago)05.7k↓50%BSD-3-ClausePHPPHP &gt;=7.0

Since Apr 18Pushed 3mo 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 1mo 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

44

—

FairBetter than 92% of packages

Maintenance79

Regular maintenance activity

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

113d 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

[stevebauman/location

Retrieve a user's location by their IP Address

1.3k7.6M65](/packages/stevebauman-location)[monicahq/laravel-cloudflare

Add Cloudflare ip addresses to trusted proxies for Laravel.

3372.7M4](/packages/monicahq-laravel-cloudflare)[mediconesystems/livewire-datatables

Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS

1.2k711.3k8](/packages/mediconesystems-livewire-datatables)[kra8/laravel-snowflake

Snowflake for Laravel and Lumen.

188402.3k6](/packages/kra8-laravel-snowflake)[bezhansalleh/filament-google-analytics

Google Analytics integration for FilamentPHP

205144.8k5](/packages/bezhansalleh-filament-google-analytics)[laragear/preload

Effortlessly make a Preload script for your Laravel application.

119363.5k](/packages/laragear-preload)

PHPackages © 2026

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