PHPackages                             steein/steein-sdk - 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. steein/steein-sdk

ActiveLibrary[API Development](/categories/api)

steein/steein-sdk
=================

Steein SDK

2.0.7(9y ago)2281Steein PlatformPHPPHP ^5.6|^7.0

Since Apr 28Pushed 8y ago1 watchersCompare

[ Source](https://github.com/SteeinRu/steein-sdk-php)[ Packagist](https://packagist.org/packages/steein/steein-sdk)[ Docs](https://github.com/steein/steein-sdk-php)[ RSS](/packages/steein-steein-sdk/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (6)Dependencies (4)Versions (7)Used By (0)

Steein SDK for PHP
==================

[](#steein-sdk-for-php)

***Welcome to Steein PHP SDK.*** This repository contains Steein's PHP SDK and samples for REST API.

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

[](#installation)

The preferred method is via composer. Follow the installation instructions if you do not already have composer installed. Once composer is installed, execute the following command in your project root to install this library:

```
composer require steein/steein-sdk

```

Finally, be sure to include the autoloader:

```
require_once '/path/to/your-project/vendor/autoload.php';
```

SDK Documentation
-----------------

[](#sdk-documentation)

- [Documentation](https://www.steein.ru/developers/docs/steein-api.overview)
- [API Reference](https://www.steein.ru/developers/docs/api-reference.common-objects)
- [Samples](https://github.com/SteeinRu/steein-api-samples)
- [Installation](https://www.steein.ru/developers/docs/sdk-quickstart-guide.install)
- [Make your First SDK Call](https://www.steein.ru/developers/docs/steein-api.make-your-first-call)

Usage
-----

[](#usage)

Simple GET example of a user's account.

### Version 1

[](#version-1)

***sdk-config.ini***

```
[Account]
acct1.ClientId = {id}
acct1.ClientSecret = {secret_key}
acct1.VersionApi = v2.0
```

***index.php***

```
define('STEEIN_CONFIG_PATH', __DIR__);
$steein = new Steein();
```

### Version 2

[](#version-2)

```
$steein = new Steein([
    'client_id'             =>  '{id}',
    'client_secret'         => '{secret_key}',
    'default_api_version'   =>  'v2.0'
]);
$steein->setDefaultAccessToken('{access_token}');

$get = $steein->get('/users/show'); //$steein->get('/users/show',['id' => 1]);
$user = $get->getUserModel(); //$get->getDecodedBody()

echo 'ID: '. $user->getId(); //or $user->all();
```

Complete documentation, installation instructions, and examples are available [here](https://www.steein.ru/developers/docs/php/getting_started).

### License

[](#license)

Please see the [license file](https://github.com/SteeinRu/steein-sdk-php/blob/master/LICENSE) for more information.

###  Health Score

28

—

LowBetter than 51% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Recently: every ~14 days

Total

6

Last Release

3293d ago

Major Versions

1.1.0 → 2.0.52017-07-21

### Community

Maintainers

![](https://www.gravatar.com/avatar/25b3e90822a52d3d64e79e88c911e20e16f8d08ceb759f52ad75884a85a8b302?d=identicon)[Steein](/maintainers/Steein)

---

Tags

phpphp7rest-apisdksteeinsteein-php-sdksdklibrarysteeinsteein-api

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/steein-steein-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/steein-steein-sdk/health.svg)](https://phpackages.com/packages/steein-steein-sdk)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k6.0M776](/packages/sylius-sylius)[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k20](/packages/tempest-framework)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.7M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[nutgram/nutgram

The Telegram bot library that doesn't drive you nuts

740315.8k8](/packages/nutgram-nutgram)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.6M16](/packages/checkout-checkout-sdk-php)

PHPackages © 2026

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