PHPackages                             databoxtech/multi-social - 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. databoxtech/multi-social

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

databoxtech/multi-social
========================

Php library for pushing social posts to multiple social medias simultaneously with minimum coding.

20PHPCI failing

Since Mar 18Pushed 6y ago3 watchersCompare

[ Source](https://github.com/databoxtech/multi-social)[ Packagist](https://packagist.org/packages/databoxtech/multi-social)[ RSS](/packages/databoxtech-multi-social/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

multi-social
============

[](#multi-social)

[![Latest Version on Packagist](https://camo.githubusercontent.com/eb2086b050d8d274671b75feac63b7c833dce3d5fb04f228dee689296367153f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64617461626f78746563682f6d756c74692d736f6369616c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/databoxtech/multi-social)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/c696af0abbb513dab4259e9463ca8694b9725f37ca38fef82f287168892466e6/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f64617461626f78746563682f6d756c74692d736f6369616c2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/databoxtech/multi-social)[![Coverage Status](https://camo.githubusercontent.com/40b2a796b1ecf4edf5fc785ad69e7b000043c2a71b1c7e94c4767c2453943e53/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f64617461626f78746563682f6d756c74692d736f6369616c2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/databoxtech/multi-social/code-structure)[![Quality Score](https://camo.githubusercontent.com/bedc4614694f103836cbec62259d90cd6cfd3619e8f4f1c030ba4845d7c52a07/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f64617461626f78746563682f6d756c74692d736f6369616c2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/databoxtech/multi-social)[![Total Downloads](https://camo.githubusercontent.com/bbb838b48771af911478755a733f5aa02b80d6d7eaa9b507a604bd00deb006d4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64617461626f78746563682f6d756c74692d736f6369616c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/databoxtech/multi-social)

Php library for pushing social posts to multiple social medias simultaneously with minimum coding.

Install
-------

[](#install)

Via Composer

```
$ composer require databoxtech/multi-social
```

Usage
-----

[](#usage)

```
$multiSocila = new databoxtech\multisocial([
    'facebook' => [
         'app_id' => '',
         'app_secret' => '',
         'access_token' => '',
         'page_id' => '',
     ]
]);
$attachment = new Attachment('/data/sample.jpg', 'Sample Image', Attachment::TYPE_IMAGE);
$post = new Post('Hello, Multi Social!', 'Posts to multiple social medias simultaneously', [$attachment]);
$multiSocila->post($post);
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE\_OF\_CONDUCT](CODE_OF_CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Prabath Perera](https://github.com/dryize)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2217161?v=4)[Prabath](/maintainers/dryize)[@dryize](https://github.com/dryize)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/databoxtech-multi-social/health.svg)

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

###  Alternatives

[silverstripe/crontask

Module for running tasks with a standard cron timeschedule

24754.1k25](/packages/silverstripe-crontask)[shipsaas/laravel-inbox-process

Inbox pattern process implementation for your Laravel Applications

132.1k](/packages/shipsaas-laravel-inbox-process)

PHPackages © 2026

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