PHPackages                             simonhamp/network - 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. simonhamp/network

ActiveProject

simonhamp/network
=================

A new kind of social network.

v0.0.7(7y ago)2272MITPHPPHP ^7.1.3

Since Nov 8Pushed 7y ago1 watchersCompare

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

READMEChangelogDependencies (10)Versions (8)Used By (0)

Network
=======

[](#network)

[![Build Status](https://camo.githubusercontent.com/df9741bf85953dc63e2b5fb9c1c748a3116f0d369683a127ef008096a51bc9f2/68747470733a2f2f7472617669732d63692e6f72672f73696d6f6e68616d702f6e6574776f726b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/simonhamp/network)[![StyleCI](https://camo.githubusercontent.com/c0f2ca6900fabfffaafb459145649242dc25c9b46c2b12167d4a0b2af950c7f1/68747470733a2f2f7374796c6563692e696f2f7265706f732f3130393932373539342f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/109927594)

**Network** is a new kind of social network that lets you take back control of your content and your privacy. Read more on [the Wiki](https://github.com/simonhamp/network/wiki).

This is heavily WIP and there's really not much to see yet, but if you want to have a play feel free.

Requirements
------------

[](#requirements)

- PHP 7.1+
- [ZeroMQ](http://zeromq.org/)
- [ZeroMQ PHP extension](https://pecl.php.net/package/zmq)

If you don't have ZeroMQ or the PHP extension installed (if you're not sure, you probably don't), you can install them via your package manager and PECL, for example using Homebrew on a Mac:

```
$ brew install zmq
$ pecl install zmq-beta
```

To install ZeroMQ on other platforms, please check the [ZeroMQ docs](http://zeromq.org/intro:get-the-software).

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

[](#installation)

The simplest way to install Network right now is via the command line:

```
$ composer create-project simonhamp/network /path/to/install/to
```

---

**ALTERNATIVELY**: If you prefer to fork and clone this repo, you will need to install dependencies manually by running the following from the project's root:

```
$ composer install
```

---

After all of the dependencies have downloaded, you can kick off the setup process by running:

```
$ php artisan network:configure
```

It's a guided CLI installation so it should be pretty easy to follow.

Updating
--------

[](#updating)

Updating is as simple as running:

```
$ composer update && php artisan migrate
```

This will pull in the latest version of [the main package](https://github.com/simonhamp/network-elements) and its dependencies and then run any new/outstanding migrations. This should all be pretty painless.

Problems
--------

[](#problems)

Any feedback you can give about your experience on any platform would be great. Please feel free to [open an issue](https://github.com/simonhamp/network/issues).

Acknowledgements
----------------

[](#acknowledgements)

Network is proudly built on [Laravel](https://laravel.com/).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

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

Recently: every ~131 days

Total

7

Last Release

2578d ago

PHP version history (2 changes)v0.0.1PHP &gt;=7.0.0

v0.0.7PHP ^7.1.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/9ab43d3432a80f0f41fe7015280f6024ff13fe8c2306cf114a1fbc91a4cd6f35?d=identicon)[simonhamp](/maintainers/simonhamp)

---

Top Contributors

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

---

Tags

laravelappsocial network

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/simonhamp-network/health.svg)

```
[![Health](https://phpackages.com/badges/simonhamp-network/health.svg)](https://phpackages.com/packages/simonhamp-network)
```

###  Alternatives

[slimkit/plus

The Plus(ThinkSNS+) is a powerful, easy-to-develop social system built with Laravel.

2.2k2.4k](/packages/slimkit-plus)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)

PHPackages © 2026

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