mapbender/owsproxy
最新稳定版本:v3.3.1
Composer 安装命令:
composer require mapbender/owsproxy
包简介
Mapbender3 library
关键字:
README 文档
README
This repository is deprecated. Its functionality has been integrated into the mapbender core repository in version 3.3.0.
Old description: OWS Proxy
Can be used to relay requests and results form clients to servers that are otherwise not directly accessible to the client.
Features
- Proxy access is secured by checking a signature on the target URL (signing service provided by Mapbender)
- Prohibits to communicate with not verified URL's
- Allows to use server proxies
- Uses a HTTP proxy to work in tightly secured environments
- Logs proxy calls for billing
Configuration
The configuration is done in app/config/config.yml at ows_proxy3_core section.
Options
Proxy
Proxy option allows to communicate services via custom proxy server. The option needs some own configurations:
host: Proxy server host name. If set tonull, OwsProxy works without proxy.port: Proxy server port number.timeout: Give up if OwsProxy doesn't retrieve response from given proxy innumberseconds. Default: 60 seconds.connecttimeout: Give up if OwsProxy doesn't reachhostinnumberseconds. Default: 30 seconds.user: Proxy server user name. Default:null.password: Proxy server password for proxy server. Default:null.noproxy: Exclude hosts from connecting through proxy server. Default:null. Hostnames and IP's can be given as an YAML array.checkssl: Checks SSL. Default: false
Configuration example
ows_proxy3_core: logging: true obfuscate_client_ip: true proxy: connecttimeout: 30 timeout: 60 host: localhost port: 8080 noproxy: - localhost - 127.0.0.1
Sequence diagram
mapbender/owsproxy 适用场景与选型建议
mapbender/owsproxy 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 9.8k 次下载、GitHub Stars 达 4, 最近一次更新时间为 2016 年 04 月 26 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「module」 「mapbender」 「owsproxy」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 mapbender/owsproxy 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 mapbender/owsproxy 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 mapbender/owsproxy 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Mapbender digitizer element
Mapbender library
Mapbender data source handler
Transform coordinates in different SRS. Navigate to coordinates on the map.
Mapbender data manager
Mapbender documentation
统计信息
- 总下载量: 9.8k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 11
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-04-26