realestateconz / api-client-bundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
Symfony integration for the Realestate.co.nz Api Client
Package info
github.com/realestateconz/ApiClientBundle
Type:symfony-bundle
pkg:composer/realestateconz/api-client-bundle
2.0.0
2022-11-24 01:53 UTC
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%