PHPackages                             vsynch/contacts - 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. vsynch/contacts

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

vsynch/contacts
===============

Add User Functionality to add contacts in laravel systems

1.0(6y ago)141MITPHP

Since Apr 12Pushed 6y ago1 watchersCompare

[ Source](https://github.com/vasishth80987/laravel-contacts)[ Packagist](https://packagist.org/packages/vsynch/contacts)[ RSS](/packages/vsynch-contacts/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Laravel Contacts
================

[](#laravel-contacts)

Simple social networking module built for laravel. Includes friend requests and invitation based user registration.

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

[](#installation)

```
composer require vsynch/contacts

```

Publish package files

```
php artisan vendor:publish --provider="Vsynch\Contacts\ContactsServiceProvider"

```

Usage
-----

[](#usage)

Add trait 'Contactable' to your user models.

```
class User extends Authenticatable
{
    use Contactable;
}

```

Add trait 'CheckInvitations' to your Register Controller.

```
class RegisterController extends Controller
{
    use RegistersUsers,CheckInvitations;
}

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

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

Unknown

Total

1

Last Release

2227d ago

### Community

Maintainers

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

---

Top Contributors

[![vasishth80987](https://avatars.githubusercontent.com/u/13862649?v=4)](https://github.com/vasishth80987 "vasishth80987 (16 commits)")

---

Tags

invitationlaravelnetworkingregistrationuser-experience

### Embed Badge

![Health badge](/badges/vsynch-contacts/health.svg)

```
[![Health](https://phpackages.com/badges/vsynch-contacts/health.svg)](https://phpackages.com/packages/vsynch-contacts)
```

PHPackages © 2026

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