PHPackages                             aghasoroush/injam-laravel-package - 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. aghasoroush/injam-laravel-package

ActiveLibrary

aghasoroush/injam-laravel-package
=================================

Injam.io Laravel Package

0.1(7y ago)06MITPHPPHP &gt;=7.0

Since May 20Pushed 7y ago1 watchersCompare

[ Source](https://github.com/aghasoroush/injam-laravel-package)[ Packagist](https://packagist.org/packages/aghasoroush/injam-laravel-package)[ RSS](/packages/aghasoroush-injam-laravel-package/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

Injam Laravel Package
=====================

[](#injam-laravel-package)

[![Build Status](https://camo.githubusercontent.com/a4b64ea57b420ef7eb5d484b6c693b42246c8d3e49c9d8b126b62e3883b1ad76/68747470733a2f2f7472617669732d63692e6f72672f61676861736f726f7573682f696e6a616d2d6c61726176656c2d7061636b6167652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/aghasoroush/injam-laravel-package)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/ace657ade4ca0b0ff4b7153450b789fe4b77017024c4e655d05f2dde9ab315e5/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f61676861736f726f7573682f696e6a616d2d6c61726176656c2d7061636b6167652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/aghasoroush/injam-laravel-package/?branch=master)[![Coverage Status](https://camo.githubusercontent.com/77e4498e95a3aa59f6c194656854f2e15b9e27b6b4e955c34789cc6f191db1a2/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f61676861736f726f7573682f696e6a616d2d6c61726176656c2d7061636b6167652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/aghasoroush/injam-laravel-package?branch=master)

[![Packagist](https://camo.githubusercontent.com/1263ac9e2c5868532c2d6c1296ee391541203acc79ea15931e6f7313db607821/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f61676861736f726f7573682f696e6a616d2d6c61726176656c2d7061636b6167652e737667)](https://packagist.org/packages/aghasoroush/injam-laravel-package)[![Packagist](https://camo.githubusercontent.com/34b7e69a51222ae5a59d368d3b472efe5489061066ad292f5d4492a410c0f4d4/68747470733a2f2f706f7365722e707567782e6f72672f61676861736f726f7573682f696e6a616d2d6c61726176656c2d7061636b6167652f642f746f74616c2e737667)](https://packagist.org/packages/aghasoroush/injam-laravel-package)[![Packagist](https://camo.githubusercontent.com/1ab839b70f829f375b01ceb71b772a3ddb467614033319d1380a5e97c8e374db/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f61676861736f726f7573682f696e6a616d2d6c61726176656c2d7061636b6167652e737667)](https://packagist.org/packages/aghasoroush/injam-laravel-package)

Package description: Injam.io Laravel Package

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

[](#installation)

Install via composer

```
composer require aghasoroush/injam-laravel-package
```

### Register Service Provider

[](#register-service-provider)

**Note! This and next step are optional if you use laravel&gt;=5.5 with package auto discovery feature.**

Add service provider to `config/app.php` in `providers` section

```
Aghasoroush\InjamLaravelPackage\ServiceProvider::class,
```

### Register Facade

[](#register-facade)

Register package facade in `config/app.php` in `aliases` section

```
Aghasoroush\InjamLaravelPackage\Facades\InjamLaravelPackage::class,
```

### Publish Configuration File

[](#publish-configuration-file)

```
php artisan vendor:publish --provider="Aghasoroush\InjamLaravelPackage\ServiceProvider" --tag="config"
```

Usage
-----

[](#usage)

Coming soon...

Security
--------

[](#security)

If you discover any security related issues, please email instead of using the issue tracker.

Credits
-------

[](#credits)

- [Soroush Khosravi](https://github.com/aghasoroush/injam-laravel-package)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

2915d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/627cd3907b649ead223fcb386f9c10bb01607a7cbcce1a7bdaaae7ee01892091?d=identicon)[aghasoroush](/maintainers/aghasoroush)

---

Top Contributors

[![sonemaro](https://avatars.githubusercontent.com/u/1160456?v=4)](https://github.com/sonemaro "sonemaro (3 commits)")

---

Tags

laravelpackageinjam

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/aghasoroush-injam-laravel-package/health.svg)

```
[![Health](https://phpackages.com/badges/aghasoroush-injam-laravel-package/health.svg)](https://phpackages.com/packages/aghasoroush-injam-laravel-package)
```

###  Alternatives

[bensampo/laravel-embed

Painless responsive embeds for videos, slideshows and more.

142146.8k](/packages/bensampo-laravel-embed)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)

PHPackages © 2026

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