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. [Utility &amp; Helpers](/categories/utility)
4. /
5. serveros/serveros

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

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 2d 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 31% 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

3914d 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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[oat-sa/tao-core

TAO core extension

66143.7k124](/packages/oat-sa-tao-core)

PHPackages © 2026

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