Download the PHP package ghanem/friendship without Composer
On this page you can find all versions of the php package ghanem/friendship. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ghanem/friendship
More information about ghanem/friendship
Files in ghanem/friendship
Download ghanem/friendship
More information about ghanem/friendship
Files in ghanem/friendship
Please rate this library. Is it a good library?
Informations about the package friendship
Laravel Friendship
This package will allow you to add a full report system into your Laravel application.
Installation
First, pull in the package through Composer.
And then include the service provider within app/config/app.php
.
At last you need to publish
and run the migration.
Setup a Model
Examples
Send a Friend-Request to a Model
Unfriend a Model
Deny a Friend-Request from a Model
Accept a Friend-Request from a Model
Block a Model
Unblock a Model
Check if the Model has blocked another Model
Check if one Model is blocked by another Model
Check if a Friendship exists between two models
Get a single friendship
Get a list of all Friendships
Get a list of pending Friendships
Get a list of accepted Friendships
Get a list of denied Friendships
Get a list of blocked Friendships
Get a list of pending Friend-Requests
All versions of friendship with dependencies
PHP Build Version
Package Version
The package ghanem/friendship contains the following files
Loading the files please wait ....