PHPackages                             slothws/syrve-api - 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. slothws/syrve-api

ActiveLibrary[API Development](/categories/api)

slothws/syrve-api
=================

This project is a library for convenient usage of the Syrve API.

v0.2.33(9mo ago)1114MITPHPPHP ^7.3|^8.0

Since Jul 22Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/VPetrenko376/syrve-api)[ Packagist](https://packagist.org/packages/slothws/syrve-api)[ Docs](https://github.com/VPetrenko376/syrve-api)[ RSS](/packages/slothws-syrve-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (15)Used By (0)

syrve-api
=========

[](#syrve-api)

PHP library for convenient interaction with Syrve API.

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

[](#requirements)

PHP 7.3.0 and later.

Installation
------------

[](#installation)

Via Composer

```
composer require slothws/syrve-api
```

Basic Example
-------------

[](#basic-example)

Initialization

```
require __DIR__ . '/vendor/autoload.php';

use Sloth\SyrveApi\Syrve;

$syrve = new Syrve([
    'uri' => 'https://test.com/resto/api/',
    'login' => 'test',
    'password' => 'test'
]);
```

Get a list of employees.

```
$response = $syrve->employees->list();
```

Documentation
-------------

[](#documentation)

Read [Documentation](https://vpetrenko376.github.io/syrve-api/)

License
-------

[](#license)

[MIT](https://github.com/VPetrenko376/syrve-api/blob/main/LICENSE)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance58

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Recently: every ~174 days

Total

14

Last Release

276d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3d96cd036fbed7bcb3ae3511dc079f269a37b4f25062e9ff290041146a955eae?d=identicon)[VPetrenko376](/maintainers/VPetrenko376)

---

Top Contributors

[![VPetrenko376](https://avatars.githubusercontent.com/u/107019479?v=4)](https://github.com/VPetrenko376 "VPetrenko376 (16 commits)")

---

Tags

apisyrve

### Embed Badge

![Health badge](/badges/slothws-syrve-api/health.svg)

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

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[get-stream/stream-chat

A PHP client for Stream Chat (https://getstream.io/chat/)

301.8M2](/packages/get-stream-stream-chat)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)

PHPackages © 2026

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