PHPackages                             hypejunction/elgg-ws-client - 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. hypejunction/elgg-ws-client

ActiveLibrary[API Development](/categories/api)

hypejunction/elgg-ws-client
===========================

A simple PHP client for interfacing with Elgg's web services

1.0.0(9y ago)117GPL-2.0PHPPHP &gt;=5.5

Since Jul 3Pushed 9y ago1 watchersCompare

[ Source](https://github.com/hypeJunction/PHP-elgg-ws-client)[ Packagist](https://packagist.org/packages/hypejunction/elgg-ws-client)[ Docs](http://hypejunction.com)[ RSS](/packages/hypejunction-elgg-ws-client/feed)WikiDiscussions master Synced 1mo ago

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

Elgg Web Services Client
========================

[](#elgg-web-services-client)

PHP Client for interfacing with Elgg's web services

Usage
-----

[](#usage)

```
use \hypeJunction\WebServices\Client;

$client = new Client('http://example.com/', 'apikey_abcdef123466');

// Get a list of user's blogs
$result = $client->get('blog.get_posts', [
    'username' => 'my-username',
]);

// Get a user token to interface on user's behalf
$token = $client->getAuthToken('my-username', 'my-password');

// Post a blog
$result = $client->post('blog.save_post', [
   'title' => 'My blog',
   'description' => 'This is what I am blogging about',
   'excerpt' => 'Me blogging',
   'access_id' => 2, // public
   'tags' => 'blog,misc',
], $token);
```

###  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

Maturity58

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

Unknown

Total

1

Last Release

3597d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5071b1cd852e094b3f564962a625e04c227adc73af30c5b46b243ab8f20154a7?d=identicon)[hypeJunction](/maintainers/hypeJunction)

---

Top Contributors

[![hypeJunction](https://avatars.githubusercontent.com/u/1202761?v=4)](https://github.com/hypeJunction "hypeJunction (1 commits)")

---

Tags

apielggweb services

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hypejunction-elgg-ws-client/health.svg)

```
[![Health](https://phpackages.com/badges/hypejunction-elgg-ws-client/health.svg)](https://phpackages.com/packages/hypejunction-elgg-ws-client)
```

###  Alternatives

[m165437/laravel-blueprint-docs

API Blueprint Renderer for Laravel

22779.0k](/packages/m165437-laravel-blueprint-docs)

PHPackages © 2026

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