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

ActiveLibrary[API Development](/categories/api)

isocsoft/isocapi-sdk
====================

SDK for isocapi, a platform that provides data from popular (mostly polish) sources like OLX, Otomoto, Otodom, and Vinted. The SDK offers an easy-to-use interface for retrieving information based on keywords or other criteria. It features clear and easy to read docs to help you get started quickly and efficiently.

v1.0.1(1y ago)26MITPHP

Since Sep 1Pushed 1y agoCompare

[ Source](https://github.com/isocsoft/isocapi-sdk)[ Packagist](https://packagist.org/packages/isocsoft/isocapi-sdk)[ RSS](/packages/isocsoft-isocapi-sdk/feed)WikiDiscussions main Synced 1mo ago

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

isocapi SDK
===========

[](#isocapi-sdk)

The isocapi-sdk library provides convenient access to the isocapi API from apps written in PHP. It includes client with multiple convenient methods to obtain data you need.

Isocapi documentantion
----------------------

[](#isocapi-documentantion)

See our page: [Isocapi](https://isocapi.com/docs/)

Instalation
-----------

[](#instalation)

```
composer require isocsoft/isocapi-sdk
```

#### Requirements

[](#requirements)

- PHP 8.3

Usage:
------

[](#usage)

 **synchronous**```
use Isocapi\ApiClient;
use Isocapi\Source\Olx;

$client = new ApiClient('your-isocapi-key');

$response = $client->request(
    source: new Olx\AuctionsDetailsByKeyword([
        'keyword' => 'Nike',
        'page' => 1,
    ]);
);

return $response->toArray();
```

Support
-------

[](#support)

If you have encountered a bug or have any ideas how to improve this library - don't be afraid to open an [issue](https://github.com/isocsoft/pyisocapi/issues/new) with an explanation.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

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

Total

2

Last Release

613d ago

### Community

Maintainers

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

---

Top Contributors

[![maciekiwaniuk](https://avatars.githubusercontent.com/u/25201223?v=4)](https://github.com/maciekiwaniuk "maciekiwaniuk (9 commits)")

---

Tags

isocapiphpsdk

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

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

8.4k5.6M647](/packages/sylius-sylius)

PHPackages © 2026

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