PHPackages                             delboy1978uk/bone-social-auth - 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. delboy1978uk/bone-social-auth

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

delboy1978uk/bone-social-auth
=============================

SocialAuth package for Bone Framework

v1.2.0(6mo ago)027[1 issues](https://github.com/delboy1978uk/bone-social-auth/issues)MITPHPCI passing

Since Jan 6Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/delboy1978uk/bone-social-auth)[ Packagist](https://packagist.org/packages/delboy1978uk/bone-social-auth)[ RSS](/packages/delboy1978uk-bone-social-auth/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (5)Versions (11)Used By (0)

bone-social-auth
================

[](#bone-social-auth)

[![Latest Stable Version](https://camo.githubusercontent.com/dc47920d2bf834b7fda92b7e34dfbe258805611ea49cecb2d62984d9e0d019b2/68747470733a2f2f706f7365722e707567782e6f72672f64656c626f7931393738756b2f626f6e652d736f6369616c2d617574682f762f737461626c65)](https://packagist.org/packages/delboy1978uk/bone-social-auth)[![build status](https://github.com/delboy1978uk/bone-social-auth/actions/workflows/master.yml/badge.svg)](https://github.com/delboy1978uk/bone-social-auth/actions/workflows/master.yml/badge.svg) [![Code Coverage](https://camo.githubusercontent.com/e06a25b713a8993c8bb11fe4d5e26b031fcc881f12f92567cf153f17a481191e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f64656c626f7931393738756b2f626f6e652d736f6369616c2d617574682f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/delboy1978uk/bone-social-auth/?branch=master) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/e7621775b93fff056dd414d60dab8bbca67d2eb27a6af0be5038dae1d4e9f40e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f64656c626f7931393738756b2f626f6e652d736f6369616c2d617574682f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/delboy1978uk/bone-social-auth/?branch=master) [![License](https://camo.githubusercontent.com/7692100a693ba37f23ec50a8ec0322680dab5cc02b17ec9ae8df3e86a964b946/68747470733a2f2f706f7365722e707567782e6f72672f64656c626f7931393738756b2f626f6e652d736f6369616c2d617574682f6c6963656e7365)](https://packagist.org/packages/delboy1978uk/bone-social-auth)

SocialAuth package for Bone Framework using HybridAuth

installation
------------

[](#installation)

Use Composer

```
composer require delboy1978uk/bone-social-auth

```

Simply add to the `config/packages.php` after the Bone User Package

```

```

which will display some links to log you in. Once logged in you will have a standard bone-user.

#### auth via a Bone Framework OAuth Server

[](#auth-via-a-bone-framework-oauth-server)

Use the custom config above, you can extend `Bone\SocialAuth\Provider\BoneFrameworkProvider` and define the following :

```
    protected $scope = 'basic';
    protected $apiBaseUrl = 'https://boneframework.docker/api';
    protected $authorizeUrl = 'https://boneframework.docker/oauth2/authorize';
    protected $accessTokenUrl = 'https://boneframework.docker/oauth2/token';
    protected $callback = 'https://boneframework.docker/oauth2/token';
```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance66

Regular maintenance activity

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Recently: every ~435 days

Total

10

Last Release

208d ago

### Community

Maintainers

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

---

Top Contributors

[![delboy1978uk](https://avatars.githubusercontent.com/u/2684575?v=4)](https://github.com/delboy1978uk "delboy1978uk (27 commits)")

### Embed Badge

![Health badge](/badges/delboy1978uk-bone-social-auth/health.svg)

```
[![Health](https://phpackages.com/badges/delboy1978uk-bone-social-auth/health.svg)](https://phpackages.com/packages/delboy1978uk-bone-social-auth)
```

###  Alternatives

[socalnick/scn-social-auth

Uses the HybridAuth PHP library to Enable authentication via Google, Facebook, Twitter, Yahoo!, etc for the ZfcUser ZF2 module.

21974.2k3](/packages/socalnick-scn-social-auth)

PHPackages © 2026

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