jedkirby/rightmove-adf
Composer 安装命令:
composer require jedkirby/rightmove-adf
包简介
PHP library for the Rightmove Real Time Property Datafeed (ADF).
README 文档
README
PHP library for the Rightmove Real Time Property Datafeed.
Install
Prerequisites
To use this package, you need to:
- Be running PHP 5.4 or above
- Be using composer (if you want to follow the installation guide)
- Rightmove will provide you with a PEM certificate/password and Network ID to use in the requests. You should also have a Branch ID.
Note that this package's dependencies will also be installed. Check the composer.json file from the repository if you want to see what these are before using it.
Installation using Composer
To install with Composer:
composer require jedkirby/rightmove-adf
Or add to a composer.json file:
"require": { "jedkirby/rightmove-adf" : "1.*" }
Usage
Using the Examples
Examples are provided. It's recommended that you setup one of the examples to see how to interact with the library before continuing.
- Install this package using composer as outlined above.
- create a directory for your project for example
public_html
mkdir public_html
- copy the example code to the new
public_htmldirectory
cp -R vendor/jedkirby/rightmove-adf/examples/ public_html/
- copy the config file to a working Version
cp public_html/config.php.example public_html/config.php
- Edit the config file with your settings. You'll need to have a .pem file form RightMove with your Real Time Data Feed key in it, as well as your network and branch information.
- run the local web server
cd public_html
php -S localhost:8000
- run one of the example files from you browser (eg
http://localhost:8080/getBranchPropertyList.php)
Available Methods
All values that you set in the configuration will be checked against what the API expects and return exceptions if the wrong data type is set.
All 13 of the v1.2.3 API endpoints are supported.
- SendProperty [Example]
- RemoveProperty [Example]
- GetBranchPropertyList [Example]
- AddPremiumListing [Example]
- AddFeaturedProperty [Example]
- RemoveFeaturedProperty [Example]
- GetPropertyPerformance [Example]
- GetBranchPerformance [Example]
- GetBrandEmails [Example]
- GetBranchEmails [Example]
- GetBrandPhoneLeads [Example]
- GetBranchPhoneLeads [Example]
- GetPropertyEmails [Example]
Todo
- Add in a pre-send validation check for required fields.
Known Issues
- The rightmove media crawler doesn't work over Lets Encrypt https and will just return an MED_00001 error.
jedkirby/rightmove-adf 适用场景与选型建议
jedkirby/rightmove-adf 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 98.73k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2018 年 04 月 04 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「api」 「sales」 「feed」 「property」 「real estate」 「data feed」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 jedkirby/rightmove-adf 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 jedkirby/rightmove-adf 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 jedkirby/rightmove-adf 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Simple RSS generator library for PHP 5.5 or later. clone from Bhaktaraz Bhatta ttps://github.com/bhaktaraz/php-rss-generator
A PSR-7 compatible library for making CRUD API endpoints
Integrate Kund24 Api
Paquete adicional de Ventas para Solunes Digital.
The «Sales Documents Numeration» extension for Magento 2
Google Shopping Feed API (with ns problem fixed)
统计信息
- 总下载量: 98.73k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 21
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-04-04