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(11mo ago)1115MITPHPPHP ^7.3|^8.0

Since Jul 22Pushed 11mo 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

31

—

LowBetter than 66% of packages

Maintenance52

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

332d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/107019479?v=4)[Vladyslav Petrenko](/maintainers/VPetrenko376)[@VPetrenko376](https://github.com/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

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M45](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[resend/resend-php

Resend PHP library.

617.2M43](/packages/resend-resend-php)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.6M13](/packages/checkout-checkout-sdk-php)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

783.8k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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