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)54.5k↓12.5%51MITPHPPHP ^7.4|^8.0|^8.1|^8.2

Since Jul 21Pushed 1y 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 1mo 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

47

—

FairBetter than 94% of packages

Maintenance46

Moderate activity, may be stable

Popularity30

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity81

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 82.1% 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

418d 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 (23 commits)")[![DeKerpelLaurent](https://avatars.githubusercontent.com/u/7040102?v=4)](https://github.com/DeKerpelLaurent "DeKerpelLaurent (5 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

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[hubspot/api-client

Hubspot API client

23914.2M16](/packages/hubspot-api-client)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[resend/resend-php

Resend PHP library.

574.7M21](/packages/resend-resend-php)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

553.3M7](/packages/checkout-checkout-sdk-php)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)

PHPackages © 2026

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