kodeops/remd
Composer 安装命令:
composer require kodeops/remd
包简介
REMD Api Wrapper for PHP
README 文档
README
__
/\ \
_ __ __ ___ ___ \_\ \
/\`'__\/'__`\/' __` __`\ /'_` \
\ \ \//\ __//\ \/\ \/\ \/\ \L\ \
\ \_\\ \____\ \_\ \_\ \_\ \___,_\
\/_/ \/____/\/_/\/_/\/_/\/__,_ /
remd | Laravel wrapper for remd services
This package is a simple wrapper for remd services (for laravel framework).
Setup
Add composer package:
$ composer require kodeops/remd
Add class alias in config/app.php:
'aliases' => [
...
'remd' => kodeops\remd\Facade::class,
],
Usage
Quick use through Facade:
\remd::api($service, $method, $params);
or regular call:
\kodeops\remd\Services\AVM::asset($params);
Available services and methods
Geolocation
- Repository remdtech/geolocation
- API Documentation
Requires REMD_GEOLOCATION_KEY in .env environment file.
Requires REMD_GEOLOCATION_ENDPOINT in .env environment file.
remd::api('Geolocation', 'geocode', $params);
remd::api('Geolocation', 'reverse', $params);
Idealista
- Repository remdtech/idealista-api-wrapper
- API Documentation
Requires REMD_IDEALISTA_KEY in .env environment file.
Requires REMD_IDEALISTA_ENDPOINT in .env environment file.
remd::api('Idealista', 'search', $params);
Market Data
- Repository remdtech/comparables-api
- API Documentation
Requires REMD_MARKETDATA_KEY in .env environment file.
Requires REMD_MARKETDATA_ENDPOINT in .env environment file.
remd::api('MarketData', 'listings', $params);
remd::api('MarketData', 'user', $params);
remd::api('MarketData', 'export', $params);
remd::api('MarketData', 'history', $params);
remd::api('MarketData', 'historyChart', $params);
Registry (Spain)
- Repository remdtech/registry-es
- API Documentation
Requires REMD_REGISTRY_KEY in .env environment file.
Requires REMD_REGISTRY_ENDPOINT in .env environment file.
remd::api('Registry', 'valuate', $params);
remd::api('Registry', 'queue', $params);
Cadaster (Spain)
- Repository remdtech/cadaster-es
- API Documentation
Requires REMD_CADASTER_KEY in .env environment file.
Requires REMD_CADASTER_ENDPOINT in .env environment file.
remd::api('Cadaster', 'reference', $reference);
remd::api('Cadaster', 'ConsultaRCCOOR_Distancia', $reference);
Reference (Spain)
- Repository remdtech/reference-es
- API Documentation
Requires REMD_REFERENCEES_KEY in .env environment file.
Requires REMD_REFERENCEES_ENDPOINT in .env environment file.
remd::api('ReferenceEs', 'search', $params);
Static Street View
- Repository remdtech/reference-es
- API Documentation
Requires REMD_SSV_KEY in .env environment file.
Requires REMD_SSV_ENDPOINT in .env environment file.
remd::api('StaticStreetView', 'streetview', $params);
Rent Price Index Cat
- Repository remdtech/rent-price-index-cat
- API Documentation
Requires REMD_RPIC_KEY in .env environment file.
Requires REMD_RPIC_ENDPOINT in .env environment file.
remd::api('RentPriceIndexCat', 'rentPriceIndex', $params);
POIs
- Repository remdtech/pois
- API Documentation
Requires REMD_POIS_KEY in .env environment file.
Requires REMD_POIS_ENDPOINT in .env environment file.
remd::api('Pois', 'nearbyPoints', $params);
kodeops/remd 适用场景与选型建议
kodeops/remd 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 4.2k 次下载、GitHub Stars 达 1, 最近一次更新时间为 2019 年 06 月 18 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「plugin」 「utils」 「kodeops」 「remd」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 kodeops/remd 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 kodeops/remd 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 kodeops/remd 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
CakePHP 4.x AdminLTE Theme.
A set of useful PHP classes.
n2n test utils
Rich response object plugin.
A collection of enhancements and utilities for the Silverstripe UserForms module
Dump and restore the contents of a MySQL database
统计信息
- 总下载量: 4.2k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 8
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-06-18