PHPackages                             sanmark/eupheme-laravel-sdk - 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. [Framework](/categories/framework)
4. /
5. sanmark/eupheme-laravel-sdk

ActiveLibrary[Framework](/categories/framework)

sanmark/eupheme-laravel-sdk
===========================

laravel SDK for eupheme

1.0.2(7y ago)017MITPHP

Since Jul 20Pushed 7y ago3 watchersCompare

[ Source](https://github.com/sanmark/eupheme-laravel-sdk)[ Packagist](https://packagist.org/packages/sanmark/eupheme-laravel-sdk)[ RSS](/packages/sanmark-eupheme-laravel-sdk/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (6)Used By (0)

### Euphme Laravel SDK

[](#euphme-laravel-sdk)

Eupheme laravel sdk is laravel package for integrate [Eupheme](https://github.com/sanmark/eupheme-core) to laravle project.

#### Installation

[](#installation)

`composer require sanmark/eupheme-laravel-sdk`

#### publish configurations

[](#publish-configurations)

`php artisan vendor:publish --provider="Sanmark\EuphemeLaravelSdk\EuphemeLaravelSdkServiceProvider"`

#### Configurations

[](#configurations)

configurations located in `config/eupheme-laravel-sdk.php`

##### Add details of eupheme instances

[](#add-details-of-eupheme-instances)

```
'instances' => [
    'ads' => [
        'base_url' => '{name of eupheme instance}',
        'app_key' => '{app key of eupheme instance}',
        'app_hash' => '{app hash of euphme instance}'
    ]
 ],

```

##### Auto approve comments

[](#auto-approve-comments)

To auto approve comments change `auto_approve` to `1`. Default value is `0`

##### customize user details

[](#customize-user-details)

To customize user details create class implementing interface `Sanmark\EuphemeLaravelSdk\iUserHelper`

implement both `getAuthUserID` and `getUserNameFromID` and add class name to configuration file under `user_helper`

#### Usage

[](#usage)

include view anywhere you want to include eupheme comments section `@include('eupheme-laravel-sdk::comments', ['eupheme_ext_ref' => {reference_number_for_comments}, 'eupheme_instance' => '{name_o_the_instance}'])`

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity66

Established project with proven stability

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

Total

3

Last Release

2840d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/451634?v=4)[Supun Budhajeewa](/maintainers/budhajeewa)[@budhajeewa](https://github.com/budhajeewa)

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

---

Top Contributors

[![sachintha89](https://avatars.githubusercontent.com/u/20638372?v=4)](https://github.com/sachintha89 "sachintha89 (9 commits)")

### Embed Badge

![Health badge](/badges/sanmark-eupheme-laravel-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/sanmark-eupheme-laravel-sdk/health.svg)](https://phpackages.com/packages/sanmark-eupheme-laravel-sdk)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k532.1M19.5k](/packages/laravel-framework)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k34](/packages/neuron-core-neuron-ai)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19664.8M1.6k](/packages/drupal-core)[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6941.5M398](/packages/drupal-core-recommended)

PHPackages © 2026

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