PHPackages                             atiksoftware/php-class-facebook - 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. atiksoftware/php-class-facebook

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

atiksoftware/php-class-facebook
===============================

PHP image or text post on facebook as mobile login with username and password.

1.0(7y ago)113MITPHP

Since Nov 18Pushed 7y ago1 watchersCompare

[ Source](https://github.com/atiksoftware/php-class-facebook)[ Packagist](https://packagist.org/packages/atiksoftware/php-class-facebook)[ RSS](/packages/atiksoftware-php-class-facebook/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

php-class-facebook
==================

[](#php-class-facebook)

PHP image or text post on facebook as mobile login with username and password.

---

Installation
------------

[](#installation)

### Using Composer

[](#using-composer)

```
composer require atiksoftware/php-class-facebook
```

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

use \Atiksoftware\Facebook\Facebook;
$fb = new Facebook();
```

#### *login and post data*

[](#login-and-post-data)

```
try {
    $fb->login("username","password");
} catch (Exception $e) {
    echo $e->getMessage();
}

try {
    $fb->post("pageid","message_text","image_file_path");
} catch (Exception $e) {
    echo $e->getMessage();
}
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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

2735d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

phpfacebookusersharepostpass

### Embed Badge

![Health badge](/badges/atiksoftware-php-class-facebook/health.svg)

```
[![Health](https://phpackages.com/badges/atiksoftware-php-class-facebook/health.svg)](https://phpackages.com/packages/atiksoftware-php-class-facebook)
```

###  Alternatives

[crada/phalcon-user-plugin

User plugin for Phalcon PHP framework

1832.5k1](/packages/crada-phalcon-user-plugin)[org_heigl/hybridauth

Lightweight Authentication Module for Zend-Framework 2 using the hybridauth-library

211.9k](/packages/org-heigl-hybridauth)

PHPackages © 2026

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