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

ActiveLibrary[API Development](/categories/api)

basebuy/basebuy-sdk-php
=======================

Wrapper for BasebuyAutoApi

1.0.0(8y ago)01.7k↓80.4%proprietary

Since Aug 9Pushed 5y agoCompare

[ Source](https://github.com/bigperson/basebuy-auto-sdk-php)[ Packagist](https://packagist.org/packages/basebuy/basebuy-sdk-php)[ RSS](/packages/basebuy-basebuy-sdk-php/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

PHP BaseBuy.Auto API SDK
========================

[](#php-basebuyauto-api-sdk)

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

[](#requirements)

PHP 5.3 or above

Links
-----

[](#links)

1. BaseBuy.Auto API page: [Ru](http://api.basebuy.ru/api/auto/v1/),
2. [sample app](https://github.com/basebuy/basebuy-auto-sdk-php/blob/master/sample.php)

Getting started
---------------

[](#getting-started)

### Installation

[](#installation)

1. Clone repo to your project.
2. Paste following code ```
    require_once '/path/to/cloned/repo/BasebuyAutoApi.php';

    ```

Using BaseBuy.Auto API requires following steps

1. Obtain API\_KEY (token) by buying database at . Note: `API_KEY` is constant that you get for access to BaseBuy.Auto API.
2. Than you can use BaseBuy.Auto API.

    ```
    $basebuyAutoApi = new BasebuyAutoApi(
        new CurlGetConnector( API_KEY )
    );

    // check last information update date
    $basebuyAutoApi->typeGetDateUpdate();

    // get database file
    $downloadedFilePath = $basebuyAutoApi->typeGetAll();

    // catch error codes
    } catch( Exception $e ){
        if ( $e->getCode() == 401 ) ...
    }

    ```

Side notes
----------

[](#side-notes)

1. Library throws exceptions in case of

    ```
    * response status isn't equal 2**
    * I/O error(see [requests](https://github.com/rmccue/Requests))

    ```

Running tests
-------------

[](#running-tests)

1. Clone this repo.
2. Install composer
3. Run `composer install`
4. Create `sample.php` with `API_KEY` constant.
5. Run it

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Unknown

Total

1

Last Release

3250d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4757391?v=4)[Anton Kartsev](/maintainers/bigperson)[@bigperson](https://github.com/bigperson)

---

Top Contributors

[![basebuy](https://avatars.githubusercontent.com/u/17810458?v=4)](https://github.com/basebuy "basebuy (3 commits)")

### Embed Badge

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

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

###  Alternatives

[allyans3/steam-market-api-v2

Steam Market API v2

2037.5k](/packages/allyans3-steam-market-api-v2)[chapter-three/apple-news-api

Push content to Apple News.

41315.1k3](/packages/chapter-three-apple-news-api)[saleh7/proxmox-ve_php_api

ProxmoxVE PHP API

11319.9k](/packages/saleh7-proxmox-ve-php-api)[yunchuang/appstore-connect-api

sdk for appstore connect api

3865.4k](/packages/yunchuang-appstore-connect-api)[infifni/fan-courier-api-client

Fan Courier API Client

1333.8k](/packages/infifni-fan-courier-api-client)

PHPackages © 2026

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