Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakobbruening/immobilienscout24
A package to work with the Immoscout24 API
https://github.com/jakobbruening/immobilienscout24
immobilienscout24 immoscout
Last synced: 14 days ago
JSON representation
A package to work with the Immoscout24 API
- Host: GitHub
- URL: https://github.com/jakobbruening/immobilienscout24
- Owner: JakobBruening
- License: gpl-3.0
- Created: 2021-06-27T16:10:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T08:44:02.000Z (6 months ago)
- Last Synced: 2024-12-20T15:27:46.264Z (14 days ago)
- Topics: immobilienscout24, immoscout
- Language: PHP
- Homepage:
- Size: 35.2 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ImmobilienScout24 API
[![Software License](https://img.shields.io/badge/license-GPLv3-brightgreen.svg?style=flat-square)](LICENSE.md)
A package to work with the [Immoscout24 API](https://api.immobilienscout24.de/).
## Installation
```
composer require jakobbruening/immobilienscout24
```
## Feature documentation
- [Authorization](docs/Authorization.md)
- [Real estates](docs/RealEstate.md)
- [Attachments](docs/Attachments.md)
- [Contacts](docs/Contact.md)
- [OnTop placement](docs/OnTop.md)API documentation: [ImmoScout24](https://api.immobilienscout24.de/)
## Copyright and license
License details -> [LICENSE](LICENSE)