PHPackages                             devxnetx/bo-api-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. devxnetx/bo-api-php

ActiveLibrary[API Development](/categories/api)

devxnetx/bo-api-php
===================

PHP package for burzi-obiavi.com API

0.2.0(2y ago)0101MITPHP

Since Aug 20Pushed 2y ago1 watchersCompare

[ Source](https://github.com/devxnetx/bo-api-php)[ Packagist](https://packagist.org/packages/devxnetx/bo-api-php)[ RSS](/packages/devxnetx-bo-api-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (1)

PHP package for burzi-obiavi.com API
====================================

[](#php-package-for-burzi-obiavicom-api)

[burzi-obiavi.com JSON API documentation](https://documenter.getpostman.com/view/17578164/2s9Y5SW5Us#cde58389-c1f6-484a-b156-a08fd7c6a752)

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

[](#installation)

You can install this package via composer

```
composer require devxnetx/bo-api-php
```

Example usage
-------------

[](#example-usage)

Initialize the API with your burzi-obiavi.com registration credentials (username/password) you can also see these examples in examples folder.

```
$burziObiavi = new BurziObiavi('username', '123123123');
```

### Get cities

[](#get-cities)

```
$burziObiaviCitites = $burziObiavi->getNomenclatureService()->cities();
```

### Get categories

[](#get-categories)

```
$burziObiaviCategories = $burziObiavi->getNomenclatureService()->categories();
```

### Post ad

[](#post-ad)

api\_custom\_id - Put your product id here, if we match already existing product ids, the AD data will be updated, else we create the product.

```
$burziObiaviPostAdResponse = $burziObiavi->getAdService()->postAd([
    "title"         => "Your Ad Title - Не приема HTML",
    "content"       => "DESCRIPTION",
    "price"         => "100",
    "phone"         => "0888888888",
    "city"          => 727011,
    "catid"         => 11,
    "subcatid"      => 181,
    "api_custom_id" => "ID from your system",
    "images"        => ["https://cdn.shopify.com/s/files/1/2394/4001/files/21_MAYO_e83d41cd-e674-4508-8d9a-267075361e02_480x480.jpg"]
]);
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

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

Total

2

Last Release

1003d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6e410eb629be8a850fde55088f20af2e0e375a62934634bd3bed579b3a121a45?d=identicon)[devxnetx](/maintainers/devxnetx)

---

Top Contributors

[![devxnetx](https://avatars.githubusercontent.com/u/142660821?v=4)](https://github.com/devxnetx "devxnetx (6 commits)")

### Embed Badge

![Health badge](/badges/devxnetx-bo-api-php/health.svg)

```
[![Health](https://phpackages.com/badges/devxnetx-bo-api-php/health.svg)](https://phpackages.com/packages/devxnetx-bo-api-php)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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