Download the PHP package fw4/omnicasa-cre without Composer
On this page you can find all versions of the php package fw4/omnicasa-cre. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package omnicasa-cre
Omnicasa CRE API
PHP client for the Omnicasa API for commercial real estate. For terms of use and API credentials, contact Omnicasa support and refer to the official documentation.
Installation
composer require fw4/omnicasa-cre
Usage
All endpoints are provided as methods of the Omnicasa class. For more information about available endpoints and response format, refer to the official API documentation.
Available endpoints
Use the following methods to access available endpoints:
Pagination
Endpoints that retrieve multiple items return a traversable list of objects. Pagination for large lists happens automatically.
Manual pagination
For situations where manual pagination is required, a page
method is provided. Calling this method with both a
desired page index (starting at 0), and the amount of items to retrieve per page, returns a traversable list of
objects. This list also provides multiple methods for dealing with paging metadata:
getPage()
to retrieve the current page index (starting at 0).getPageSize()
to retrieve the maximum amount of items per page.count()
to retrieve the actual amount of items on the current page.getTotalCount()
to retrieve the total amount of items across all pages. This method is currently not available onactivities
endpoints.getPageCount()
to retrieve the total amount of pages. This method is currently not available onactivities
endpoints.
Example
License
fw4/omnicasa-cre
is licensed under the MIT License (MIT). Please see LICENSE for more information.
All versions of omnicasa-cre with dependencies
guzzlehttp/guzzle Version ~6.0|~7.0
ocramius/package-versions Version ^2.1