PHPackages                             hemsfacebook/fblogin - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. hemsfacebook/fblogin

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

hemsfacebook/fblogin
====================

Facebook login package with latest SDK for Laravel 4.2.

014PHP

Since Jul 4Pushed 9y ago1 watchersCompare

[ Source](https://github.com/hemspatel/fblogin)[ Packagist](https://packagist.org/packages/hemsfacebook/fblogin)[ RSS](/packages/hemsfacebook-fblogin/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

\##=============================================## Plugin description : Facebook login with laravel with latest facebook SDk Develop by : Hems patel() Developer contact(email) : Licence: MIT, GNU ##=============================================##

How to use:

1. Download from packagist.org.
2.

Add `hemsfacebook/fblogin` to `composer.json`.

```
"hemsfacebook/fblogin": "dev-master"

```

3.

Run `composer update` to pull down the latest version of Facebook. Now open up `app/config/app.php` and add the service provider to your `providers` array.

```
'providers' => array(
   'Hemsfacebook\Fblogin\FbloginServiceProvider',
)

```

Now add the alias.

```
'aliases' => array(
     'HemsFacebook' => 'Hemsfacebook\Fblogin\Facades\HemsfbFacade',
)

```

4.

Configuration
-------------

[](#configuration)

Run `php artisan config:publish hemsfacebook/fblogin` and modify the config file with your own informations.

```
'redirect' URL::to("/") . '/(Your call back url)',
'scope'   'public_profile,email',
'appId'   'FB APP appid',
'secret'  'FB APP secret'

```

Examples
--------

[](#examples)

1. Get Login Url with your credentials and scope.

    Route::get('/', function() { return HemsFacebook::loginUrl(); });
2. Use facebook API

    Route::get('/', function() { $profile = HemsFacebook::api('/me?fields=id,name,email,gender'); });

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2044433?v=4)[Hemant patel](/maintainers/hemspatel)[@hemspatel](https://github.com/hemspatel)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/hemsfacebook-fblogin/health.svg)

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

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.2M17](/packages/kartik-v-yii2-password)

PHPackages © 2026

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