PHPackages                             graphjs/server - 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. [API Development](/categories/api)
4. /
5. graphjs/server

ActiveServer[API Development](/categories/api)

graphjs/server
==============

GraphJS REST APIs

0.9.0(6y ago)47022[11 issues](https://github.com/phonetworks/graphjs-server/issues)[3 PRs](https://github.com/phonetworks/graphjs-server/pulls)AGPL-3.0-or-laterPHPPHP ^7.2.0CI failing

Since Jun 20Pushed 5y ago9 watchersCompare

[ Source](https://github.com/phonetworks/graphjs-server)[ Packagist](https://packagist.org/packages/graphjs/server)[ Docs](https://graphjs.com)[ RSS](/packages/graphjs-server/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (23)Versions (22)Used By (0)

GraphJS-Server
==============

[](#graphjs-server)

An event-driven, non-blocking GraphJS Server.

Extends [Pho REST Server](https://github.com/phonetworks/pho-server-rest) APIs. For more information, check out

GraphJS-Server does not rely on a third party HTTP Server such as [NGINX](https://nginx.org/en/) or [Apache HTTPD](https://httpd.apache.org/). But it is recommended that you run it behind a proxy server for static assets and caching.

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

[](#requirements)

- PHP 7.2+
- PHP extensions: bcmath, sodium, gd, mbstring, simplexml
- [Composer](https://getcomposer.org/)
- [Git](https://git-scm.com/)
- Redis: [Install](https://redis.io/topics/quickstart)
- Neo4j: [Install](https://neo4j.com/download/)
- ffmpeg

Heroku Installation
-------------------

[](#heroku-installation)

Heroku is popular cloud provider by Salesforce. To install, just click the button below, and when asked, fill in the form with your email (you don't need to touch any other fields):

[![Deploy](https://camo.githubusercontent.com/4eea217b02568cc464752586784ae247b22e99fea520a15b6f919b15934ba8ca/68747470733a2f2f7777772e6865726f6b7563646e2e636f6d2f6465706c6f792f627574746f6e2e737667)](https://heroku.com/deploy?template=https://github.com/phonetworks/graphjs-server/tree/master)

> **WARNING for Heroku installations**: Since GrapheneDB (the cloud Neo4J provider) provision takes longer than app's initial build and launch, you will need to wait at least 5 minutes before testing your instance after setup. If it still doesn't work, try rebooting the app after it's built for the first time. This is a common issue first-time Heroku installers are facing, please beware.

Once Heroku is deployed you can test it with the `/whoami` command with a GET request to `https://{my_heroku_instance}.herokuapp.com/whoami`

Feel free to watch this video at [https://youtu.be/K7bWKlT0k\_g](https://youtu.be/K7bWKlT0k_g) for a preview of the process.

Manual Installation
-------------------

[](#manual-installation)

In case, heroku installation is not an option for you, here are the steps to install it manually:

1. The recommended way to install pho-server-rest is through git. MacOS and most UNIX operating system come with git equipped.

    `git clone https://github.com/phonetworks/graphjs-server/`

    > If you are on Windows or don't have git preinstalled, you may download and install git from , or just download the graphjs-server zip tarball from and extract.
2. Install the PHP dependencies using Composer.

    ```
    composer install

    ```
3. Create a copy **.env.example** file as **.env** file.
4. Update the **.env** file.

    1. Set the Neo4j username and password of **INDEX\_URI**. For example:

        ```
        bolt://neo4j_username:neo4j_password@localhost:7687

        ```
    2. Set values of **FOUNDER\_NICKNAME**, **FOUNDER\_EMAIL**, **FOUNDER\_PASSWORD**.
    3. Set values of **MAILGUN\_KEY**, **MAILGUN\_DOMAIN**. (Optional)

License
-------

[](#license)

MIT, see [LICENSE](https://github.com/phonetworks/pho-microkernel/blob/master/LICENSE).

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.6% 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 ~71 days

Recently: every ~1 days

Total

7

Last Release

2506d ago

Major Versions

0.9.0 → v2.x-dev2019-08-20

PHP version history (2 changes)0.5PHP &gt;=7.0

0.6.0PHP ^7.2.0

### Community

Maintainers

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

---

Top Contributors

[![esokullu](https://avatars.githubusercontent.com/u/19166?v=4)](https://github.com/esokullu "esokullu (718 commits)")[![groupsinc](https://avatars.githubusercontent.com/u/290835175?v=4)](https://github.com/groupsinc "groupsinc (55 commits)")[![sudo-barun](https://avatars.githubusercontent.com/u/5305731?v=4)](https://github.com/sudo-barun "sudo-barun (11 commits)")

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/graphjs-server/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k532.1M19.4k](/packages/laravel-framework)[showdoc/showdoc

ShowDoc is a tool greatly applicable for an IT team to share documents online

12.8k7.1k](/packages/showdoc-showdoc)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45344.0k1](/packages/pressbooks-pressbooks)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1348.1k1](/packages/jasara-php-amzn-selling-partner-api)[keboola/storage-api-client

Keboola Storage API PHP Client

10397.4k31](/packages/keboola-storage-api-client)[imper86/allegroapi

Simple PHP SDK for Allegro.pl REST Api

156.3k2](/packages/imper86-allegroapi)

PHPackages © 2026

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