PHPackages                             qdequippe-tech/silae-php - 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. qdequippe-tech/silae-php

ActiveLibrary[API Development](/categories/api)

qdequippe-tech/silae-php
========================

Silae REST API PHP SDK

0.7.0(6mo ago)3495[2 PRs](https://github.com/qdequippe-tech/silae-php/pulls)MITPHPPHP &gt;=8.1CI passing

Since May 24Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/qdequippe-tech/silae-php)[ Packagist](https://packagist.org/packages/qdequippe-tech/silae-php)[ RSS](/packages/qdequippe-tech-silae-php/feed)WikiDiscussions main Synced yesterday

READMEChangelog (8)Dependencies (4)Versions (15)Used By (0)

PHP client for Silae's API
==========================

[](#php-client-for-silaes-api)

PHP library to communicate with [Silae REST API](https://silae-api.document360.io/api-rest/docs).

This SDK is generated automatically with [JanePHP](https://github.com/janephp/janephp).

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

[](#installation)

This library is built atop of [PSR-7](https://www.php-fig.org/psr/psr-7/) and [PSR-18](https://www.php-fig.org/psr/psr-18/). So you will need to install some implementations for those standard interfaces.

If no PSR-18 client or PSR-7 message factory is available yet in your project or you don't know or don't care which one to use, just install some default:

```
composer require symfony/http-client nyholm/psr7
```

You can now install the client:

```
composer require qdequippe-tech/silae-php
```

Usage
-----

[](#usage)

```
$client = \QdequippeTech\Silae\ClientFactory::create();

$request = new \QdequippeTech\Silae\Api\Model\ListeDossiersRequest();
$request->setTypeDossiers(1);

$client->listeDossiers($request);
```

Thanks
------

[](#thanks)

💙 [JoliCode PHP Slack Client](https://github.com/jolicode/slack-php-api)

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance81

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~214 days

Total

8

Last Release

206d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/131a1ad4ca05898c6f3224ae01ad7d7118a3bc41b455f631a6be50660eceffe2?d=identicon)[qdequippe](/maintainers/qdequippe)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (52 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (32 commits)")[![qdequippe](https://avatars.githubusercontent.com/u/3193300?v=4)](https://github.com/qdequippe "qdequippe (23 commits)")[![cedroux](https://avatars.githubusercontent.com/u/2563986?v=4)](https://github.com/cedroux "cedroux (1 commits)")

---

Tags

apisdk-phpsilae

###  Code Quality

Static AnalysisRector

### Embed Badge

![Health badge](/badges/qdequippe-tech-silae-php/health.svg)

```
[![Health](https://phpackages.com/badges/qdequippe-tech-silae-php/health.svg)](https://phpackages.com/packages/qdequippe-tech-silae-php)
```

###  Alternatives

[jolicode/slack-php-api

An up to date PHP client for Slack's API

2564.7M13](/packages/jolicode-slack-php-api)[jolicode/harvest-php-api

An up to date PHP client for Harvest's API

2268.3k](/packages/jolicode-harvest-php-api)[shipstream/ups-rest-php-sdk

PHP SDK for UPS REST API

2262.4k](/packages/shipstream-ups-rest-php-sdk)[jikan/jikan-php

PHP client for jikan rest

291.3k](/packages/jikan-jikan-php)

PHPackages © 2026

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