PHPackages                             sinevia/php-library-serverless - 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. sinevia/php-library-serverless

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

sinevia/php-library-serverless
==============================

PHP Library Serverless

v1.9.0(6y ago)21.7k13proprietaryPHP

Since Dec 17Pushed 6y ago2 watchersCompare

[ Source](https://github.com/Sinevia/php-library-serverless)[ Packagist](https://packagist.org/packages/sinevia/php-library-serverless)[ Docs](http://github.com/sinevia/php-library-serverless)[ RSS](/packages/sinevia-php-library-serverless/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (10)DependenciesVersions (14)Used By (3)

[![Gitpod Ready-to-Code](https://camo.githubusercontent.com/ec0084907bd5b3576af415a1e46cae636fbfa04da6bf9db6296eae3057a189f0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f476974706f642d52656164792d2d746f2d2d436f64652d626c75653f6c6f676f3d676974706f64)](https://gitpod.io/#https://github.com/Sinevia/php-library-serverless)

PHP Library Serverless
======================

[](#php-library-serverless)

Library to help with serverless function development

[![No Dependencies](https://camo.githubusercontent.com/e5650883bec05bec967678c8203c32b160b75c93b5b745c80bd9e6f25eb4a3db/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6e6f2d646570656e64656e636965732d737563636573732e737667)](https://camo.githubusercontent.com/e5650883bec05bec967678c8203c32b160b75c93b5b745c80bd9e6f25eb4a3db/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6e6f2d646570656e64656e636965732d737563636573732e737667)

Openwhisk
---------

[](#openwhisk)

Sets the $\_REQUEST and $\_SERVER global variables from the arguments passed to the function.

```
\Sinevia\Serverless::openwhisk($args);
```

Session
-------

[](#session)

Serverlsess does not support session out of the box. To replicate this functionality the following may be used together with the Sessions plugin which will save the the sessions in the database.

1. Initiate session

```
Sinevia\Serverless::sessionStart();
```

2. Session ID

```
\Sinevia\Serverless::sessionId();
```

3. Set Session Variable

```
\Sinevia\Serverless::sessionSet('UserName', 'Sarah');
```

4. Get Session Variable

```
$userName = \Sinevia\Serverless::sessionGet('UserName');
```

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 83.9% 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 ~37 days

Recently: every ~66 days

Total

13

Last Release

2298d ago

Major Versions

v0.6.0 → v1.0.02019-01-15

### Community

Maintainers

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

---

Top Contributors

[![Sinevia](https://avatars.githubusercontent.com/u/3450815?v=4)](https://github.com/Sinevia "Sinevia (26 commits)")[![lesichkovm](https://avatars.githubusercontent.com/u/7744963?v=4)](https://github.com/lesichkovm "lesichkovm (5 commits)")

---

Tags

phplibraryserverlesssinevia

### Embed Badge

![Health badge](/badges/sinevia-php-library-serverless/health.svg)

```
[![Health](https://phpackages.com/badges/sinevia-php-library-serverless/health.svg)](https://phpackages.com/packages/sinevia-php-library-serverless)
```

PHPackages © 2026

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