PHPackages                             aquajo/facebook-event-scraper - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. aquajo/facebook-event-scraper

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

aquajo/facebook-event-scraper
=============================

A simple scraper for events.

v1.0.2(1y ago)162MITPHPPHP &gt;=7.4

Since Jan 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/AquaJo/Facebook-Event-Scraper)[ Packagist](https://packagist.org/packages/aquajo/facebook-event-scraper)[ RSS](/packages/aquajo-facebook-event-scraper/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Facebook-Event-Scraper - Port
=============================

[](#facebook-event-scraper---port)

This is an almost feature-complete php port of the [TS &amp; npm-Library from fancescov1](https://github.com/francescov1/facebook-event-scraper/commit/bb2998b54891c1771c1c9010c39b6b4b5cee2d74).

Be sure to have `ext-curl` aka `php-curl` installed for the desired php version.
This is mandatory, allowing brotli decoding of facebook's response html.

Install &amp; Use
-----------------

[](#install--use)

Run `composer require aquajo/facebook-event-scraper`.

Then use it like this:

```
require_once __DIR__ . '/vendor/autoload.php';

use FacebookEventScraper\Scraper;

// scrape single event - details
$scraper = new Scraper();
$specificEventDetails = $scraper->scrapeEvent('1830273880516670'); // or use 'https://www.facebook.com/events/1830273880516670'
print_r($specificEventDetails);

// scrape events by organizer (8 most recent)
$organizerEvents = $scraper->scrapeEvents('github'); // or use 'https://www.facebook.com/GitHub/events/'
print_r($organizerEvents); // [id1, id2, ..., id8]
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance44

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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

Total

3

Last Release

443d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/26bc3b173cb4a8a6b350da08316ecb0bf5dbe4be91740c27387588e8fdf8d04e?d=identicon)[AquaJo](/maintainers/AquaJo)

---

Top Contributors

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

---

Tags

facebookfacebook-eventsphpscraper

### Embed Badge

![Health badge](/badges/aquajo-facebook-event-scraper/health.svg)

```
[![Health](https://phpackages.com/badges/aquajo-facebook-event-scraper/health.svg)](https://phpackages.com/packages/aquajo-facebook-event-scraper)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

749284.3k37](/packages/civicrm-civicrm-core)[roundcube/roundcubemail

The Roundcube Webmail suite

7.0k1.4k3](/packages/roundcube-roundcubemail)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[nfse-nacional/nfse-php

This is my package nfse

1523.1k](/packages/nfse-nacional-nfse-php)

PHPackages © 2026

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