PHPackages                             pikerstrow/fb-user-data-fetcher - 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. pikerstrow/fb-user-data-fetcher

ActiveLibrary

pikerstrow/fb-user-data-fetcher
===============================

Fetch Facebook user data by provided access token.

0.1.2(6y ago)2106MITPHPPHP ^7.2

Since Nov 16Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Pikerstrow/fb-user-data-fetcher)[ Packagist](https://packagist.org/packages/pikerstrow/fb-user-data-fetcher)[ RSS](/packages/pikerstrow-fb-user-data-fetcher/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (4)Used By (0)

fb-user-data-fetcher
====================

[](#fb-user-data-fetcher)

Fetch Facebook user data by provided access token.

### USAGE

[](#usage)

```
try {
    $fb_user_fetcher = new FBUserDataFetcher();
    $fields_for_fetching = [
        'id',
        'email',
        'name',
        'picture' => [
            'width' => 200,
            'height' => 200
        ]
    ];
    $user = $fb_user_fetcher
                ->url('https://graph.facebook.com/v5.0/me')
                ->fields($fields_for_fetching)
                ->token($data['token'])
                ->fetch();
    $fb_user_fetcher->close();

    // TODO: do what you want with user data
} catch (\Throwable $error) {
    // TODO: implement your logic
}

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

Total

3

Last Release

2362d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/39648888?v=4)[Oleksandr Mishchuk](/maintainers/Pikerstrow)[@Pikerstrow](https://github.com/Pikerstrow)

---

Top Contributors

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

---

Tags

facebookdatauser

### Embed Badge

![Health badge](/badges/pikerstrow-fb-user-data-fetcher/health.svg)

```
[![Health](https://phpackages.com/badges/pikerstrow-fb-user-data-fetcher/health.svg)](https://phpackages.com/packages/pikerstrow-fb-user-data-fetcher)
```

###  Alternatives

[fakerphp/faker

Faker is a PHP library that generates fake data for you.

3.9k358.5M3.5k](/packages/fakerphp-faker)[spatie/laravel-activitylog

A very simple activity logger to monitor the users of your website or application

5.8k45.4M309](/packages/spatie-laravel-activitylog)[nelmio/alice

Expressive fixtures generator

2.5k43.4M133](/packages/nelmio-alice)[dflydev/dot-access-data

Given a deep data structure, access data by dot notation.

718359.1M86](/packages/dflydev-dot-access-data)[lab404/laravel-impersonate

Laravel Impersonate is a plugin that allows to you to authenticate as your users.

2.3k16.4M48](/packages/lab404-laravel-impersonate)[doctrine/mongodb-odm

PHP Doctrine MongoDB Object Document Mapper (ODM) provides transparent persistence for PHP objects to MongoDB.

1.1k23.3M301](/packages/doctrine-mongodb-odm)

PHPackages © 2026

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