PHPackages                             fw4/omnicasa-api - 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. fw4/omnicasa-api

ActiveLibrary[API Development](/categories/api)

fw4/omnicasa-api
================

PHP library for implementing the Omnicasa API

v1.2.3(1y ago)55.6k↓16.1%51MITPHPPHP ^7.4|^8.0|^8.1|^8.2CI failing

Since Jul 21Pushed 1w ago3 watchersCompare

[ Source](https://github.com/fw4-bvba/omnicasa-api)[ Packagist](https://packagist.org/packages/fw4/omnicasa-api)[ RSS](/packages/fw4-omnicasa-api/feed)WikiDiscussions master Synced 2w ago

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

Omnicasa API
============

[](#omnicasa-api)

PHP client for the [Onmicasa](https://www.omnicasa.com) API.

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

[](#installation)

`composer require fw4/omnicasa-api`

Usage
-----

[](#usage)

```
$client = new \Omnicasa\Omnicasa('name', 'password');
$properties = $client->getPropertyList([
    'CountryIDs' => [10]
]);
foreach ($properties as $property) var_dump($property->id);
```

It's also possible to construct requests through objects:

```
$request = new \Omnicasa\Request\Property\GetPropertyListRequest();
$request->countryIDs = [10];
$request->zips = [1000, 3000];

$client = new \Omnicasa\Omnicasa('name', 'password');
$properties = $client->getPropertyList($request);
foreach ($properties as $property) var_dump($property->id);
```

Properties on both requests and responses are implemented case insensitively. For more information about available request parameters and response properties, refer to [the official API spec](http://newapi.omnicasa.com/1.12/).

Pagination
----------

[](#pagination)

When iterating over a response containing multiple objects, sequential pagination requests will automatically be sent in the background.

###  Health Score

54

—

FairBetter than 97% of packages

Maintenance73

Regular maintenance activity

Popularity30

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity82

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 80.6% 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 ~129 days

Recently: every ~311 days

Total

17

Last Release

509d ago

PHP version history (5 changes)1.0.0PHP ^7.0

1.0.1PHP ^7.1

1.1.0PHP ^7.1|^8.0

1.2.0PHP ^7.4|^8.0

v1.2.1PHP ^7.4|^8.0|^8.1|^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/2fe7a44c5e07cf8dd0eed2941b88dcab03342fb149ede5347b3467bc17691d4e?d=identicon)[Fyrts](/maintainers/Fyrts)

---

Top Contributors

[![fyrts](https://avatars.githubusercontent.com/u/5918336?v=4)](https://github.com/fyrts "fyrts (25 commits)")[![DeKerpelLaurent](https://avatars.githubusercontent.com/u/7040102?v=4)](https://github.com/DeKerpelLaurent "DeKerpelLaurent (5 commits)")[![Thieuke](https://avatars.githubusercontent.com/u/51329775?v=4)](https://github.com/Thieuke "Thieuke (1 commits)")

---

Tags

apisdkomnicasa

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/fw4-omnicasa-api/health.svg)

```
[![Health](https://phpackages.com/badges/fw4-omnicasa-api/health.svg)](https://phpackages.com/packages/fw4-omnicasa-api)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k555.0M2.8k](/packages/aws-aws-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[resend/resend-php

Resend PHP library.

608.3M53](/packages/resend-resend-php)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.6M16](/packages/checkout-checkout-sdk-php)[files.com/files-php-sdk

Files.com PHP SDK

2482.9k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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