PHPackages                             hadesker/social-api - 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. [Framework](/categories/framework)
4. /
5. hadesker/social-api

ActiveLibrary[Framework](/categories/framework)

hadesker/social-api
===================

Login or register via Social API.

v1.4(7y ago)030MITPHPPHP ^7.1.3

Since Apr 21Pushed 5y ago1 watchersCompare

[ Source](https://github.com/namnguyen12041994/social-api)[ Packagist](https://packagist.org/packages/hadesker/social-api)[ Docs](http://hadesker.net)[ RSS](/packages/hadesker-social-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Curl User Info from Social. Support: facebook, google, zalo, naver, kakao (via access token)
============================================================================================

[](#curl-user-info-from-social-support-facebook-google-zalo-naver-kakao-via-access-token)

[![Latest Version](https://camo.githubusercontent.com/c545cc09f1206a63c41d34d1d2050e06626c40f3d27e1f6e03e1e2e26d7c078c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6e616d6e677579656e31323034313939342f736f6369616c2d6170692e7376673f7374796c653d666c61742d737175617265)](https://github.com/namnguyen12041994/social-api.git)![Build Status](https://camo.githubusercontent.com/f0caa1cab2a05f039781f5e5c6c3fab7112a5d68d0ff56b98ab7ee2109e537e0/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f68616465736b65722f736f6369616c2d6170692e7376673f7374796c653d666c61742d737175617265)[![Total Downloads](https://camo.githubusercontent.com/76a4235407839495533058dba9604692ab9ebba5e80d9876024a6a80938a8591/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f68616465736b65722f736f6369616c2d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hadesker/social-api)

Curl User Info from Social. Support: facebook, google, zalo, naver, kakao (via access token)

Install: *composer require hadesker/social-api*

```
$accessToken = '....';
$provider = 'facebook'; // supported providers: facebook, google, zalo, naver, kakao

$loginSocialApi = new \Hadesker\SocialApi\Handle($provider, $accessToken);
$user = $loginSocialApi->getUser();
if ($user) {
    $user->getId();
    $user->getName();
    $user->getPhone();
    $user->getEmail();
    $user->getGender();
    $user->getBirthday();
    $user->getAvatar();
    var_dump($user);
    die;
}
echo 'Access token invalid';

```

Auth:

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

2575d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4e436d760f66da7aabf4fd8c3fb0d01024dcc61b301259aa4ff9b1e3a19a1221?d=identicon)[namnguyen12041994](/maintainers/namnguyen12041994)

---

Top Contributors

[![hadeskers](https://avatars.githubusercontent.com/u/16588677?v=4)](https://github.com/hadeskers "hadeskers (9 commits)")

---

Tags

apiframeworkfacebookgoogleloginsocialregisterzalonaverkakao talk

### Embed Badge

![Health badge](/badges/hadesker-social-api/health.svg)

```
[![Health](https://phpackages.com/badges/hadesker-social-api/health.svg)](https://phpackages.com/packages/hadesker-social-api)
```

PHPackages © 2026

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