PHPackages                             serengiy/easy-link - 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. serengiy/easy-link

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

serengiy/easy-link
==================

easy-link package

1.1.1.0(1y ago)031MITPHPPHP ^8.0

Since Nov 6Pushed 1y ago1 watchersCompare

[ Source](https://github.com/AbleGroupSG/easy-link)[ Packagist](https://packagist.org/packages/serengiy/easy-link)[ RSS](/packages/serengiy-easy-link/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)DependenciesVersions (13)Used By (0)

EasyLink laravel package
------------------------

[](#easylink-laravel-package)

### Installation

[](#installation)

#### 1. Add the Service Provider

[](#1add-the-service-provider)

```
\Serengiy\EasyLink\Providers\EasyLinkServiceProvider::class

```

#### 2. Publish the Configuration File

[](#2publish-the-configuration-file)

Run the following Artisan command to publish the EasyLink configuration file:

```
php artisan vendor:publish --provider="Serengiy\EasyLink\Providers\EasyLinkServiceProvider"

```

#### 3. Add Environment Variables

[](#3add-environment-variables)

Add the following configuration values to your .env file:

```
EASY_LINK_URL='URL sendbox or easylink'
EASY_LINK_CK='Your company key'
EASY_LINK_APP_ID='Your app id'
EASY_LINK_APP_SECRET='Your app secret'
```

#### 4. Set the Private Key Path

[](#4set-the-private-key-path)

In the published configuration file (config/easylink.php), specify the path to your private key file for the private\_key parameter:

```
'private_key' => storage_path('/path/to/your/private_key.pem'),
```

#### 5. Ensure Required PHP Extension

[](#5ensure-required-php-extension)

Your application needs the openssl PHP extension to use this package. Make sure ext-openssl is added to your main composer.json file to enforce this requirement:

```
{
    "require": {
        "php": "^8.0",
        "ext-openssl": "*"
    }
}
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance42

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Total

12

Last Release

506d ago

### Community

Maintainers

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

---

Top Contributors

[![Serengiy](https://avatars.githubusercontent.com/u/92877599?v=4)](https://github.com/Serengiy "Serengiy (15 commits)")

### Embed Badge

![Health badge](/badges/serengiy-easy-link/health.svg)

```
[![Health](https://phpackages.com/badges/serengiy-easy-link/health.svg)](https://phpackages.com/packages/serengiy-easy-link)
```

###  Alternatives

[shipmonk/name-collision-detector

Simple tool to find ambiguous classes or any other name duplicates within your project.

362.1M34](/packages/shipmonk-name-collision-detector)[bostondv/bootstrap-ninja-forms

Adds Bootstrap classes to Ninja Forms

222.2k](/packages/bostondv-bootstrap-ninja-forms)

PHPackages © 2026

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