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)36MITPHP

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 today

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 31% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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

668d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/25201223?v=4)[Maciek Iwaniuk](/maintainers/maciekiwaniuk)[@maciekiwaniuk](https://github.com/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.5k5.9M738](/packages/sylius-sylius)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)

PHPackages © 2026

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