PHPackages                             serveros/serveros - 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. serveros/serveros

ActiveLibrary

serveros/serveros
=================

v0.0.2(10y ago)015PHP

Since Oct 13Pushed 10y ago1 watchersCompare

[ Source](https://github.com/frankiethekneeman/serveros-php)[ Packagist](https://packagist.org/packages/serveros/serveros)[ RSS](/packages/serveros-serveros/feed)WikiDiscussions master Synced 1mo ago

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

An in progress PHP Implementation of [Serveros](https://github.com/frankiethekneeman/serveros).

\##How do I consume Services?

```
use Serveros\Serveros\ServerosConsumer;

$masterPublicPem = file_get_contents($master);
$myPrivatePem = file_get_contents($private);

$consumer = new ServerosConsumer("Application A"
    , ['sha256', 'sha1']
    , ['aes128']
    , 'http://localhost:3500'
    , $masterPublicPem
    , $myPrivatePem
);

$credentials = $consumer->getCredentials("Application B", "http://localhost:3501/authenticate");

```

\##How do I provide Services?

```
use Serveros\Serveros\ServerosServiceProvider;

$masterPublicPem = file_get_contents($master);
$serviceProviderPrivatePem = file_get_contents($private);

$provider = new ServerosServiceProvider("Application B"
    , ['sha256', 'sha1']
    , ['aes128']
    , $masterPublicPem
    , $serviceProviderPrivatePem
);

$entityBody = file_get_contents('php://input');
$greeting = json_decode($entityBody, true);
$authorized = $provider->validate($greeting);
$hawkCredentials = [
    "key" => $authorized["secret"]
    , "algorithm" => $authorized["hash"]
    , "expires" => $authorized["expires"]
    , "authData" => $authorized["authData"]
    , "consumer" => $authorized["requester"]
];

```

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

[](#contributing)

Please do. Keep your commits sensible. Fix security holes. I'm definitely an amateur.

Disclaimer
----------

[](#disclaimer)

I do not claim this to be a perfect security system. It's offered up for free in good faith to try and make our applications more secure, but I am an amateur.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Total

2

Last Release

3868d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/87fa64457a28a041d1cf6c05c899397522e0e3bb1135b461ae6db013f8b1a73e?d=identicon)[frankiethekneeman](/maintainers/frankiethekneeman)

---

Top Contributors

[![frankiethekneeman](https://avatars.githubusercontent.com/u/5040202?v=4)](https://github.com/frankiethekneeman "frankiethekneeman (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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