realestateconz/api-client-bundle

Symfony integration for the Realestate.co.nz Api Client

Installs: 10 073

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 24

Forks: 0

Open Issues: 0

Type:symfony-bundle

2.0.0 2022-11-24 01:53 UTC

This package is not auto-updated.

Last update: 2024-05-11 12:03:34 UTC


README

Symfony2 integration for the realestate.co.nz api php client https://github.com/realestateconz/realestate-api-php-client

Example config:

parameters:
    realestateconz_api_public_key: your_api_public_key
    realestateconz_api_private_key: your_api_private_key

realestateconz_apiclient:
    default:
        public_key: %realestateconz_api_public_key%
        private_key: %realestateconz_api_private_key%