realestateconz / api-client-bundle
Symfony integration for the Realestate.co.nz Api Client
Installs: 13 561
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 24
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- realestateconz/api-client: ~1.0
- symfony/symfony: >=4.4.0
This package is not auto-updated.
Last update: 2024-09-28 13:58:10 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%