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

ActiveLibrary

devxnetx/bo-api-laravel
=======================

Laravel wrapper for BO-API-PHP package for burzi-obiavi.com

0.1.0(2y ago)03MITPHP

Since Aug 20Pushed 2y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (2)Used By (0)

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-laravel
```

Config
------

[](#config)

Put your burzi-obiavi.com profile credentials in `config/burziobiavi.php`. There are no API keys or such

```
 [
    'username' => 'YOUR USERNAME',
    'password' => 'YOUR PASSWORD',
    //  You can use it for fallback - Sofia (727011)
    'city' => 727011
];
```

### Get cities

[](#get-cities)

```
    BurziObiavi::getCities();
```

### Get categories

[](#get-categories)

```
    BurziObiavi::getCategories();
```

### 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.

```
    BurziObiavi::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

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

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

Unknown

Total

1

Last Release

1000d 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 (4 commits)")

### Embed Badge

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

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

PHPackages © 2026

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