exs/lander-tracking-cambuilder-bundle
Composer 安装命令:
composer require exs/lander-tracking-cambuilder-bundle
包简介
This bundle adds a new Cambuilder's specific extracter and formatter for EXSLanderTrackingHouseBundle.
README 文档
README
What is this bundle doing ?
This bundle is not a standalone bundle and requires EXS-LanderTrackingHouseBundle.
It will add an extracter and a formatter to be added to EXS-LanderTrackingHouseBundle to manage CamBuilder tracking parameter.
The extracter service searches for parameters :
AFNOwhich contains a string composed of1-{cmp}-{exid}
The formatter service will add the parameters if :
AFNOwill contains a string composed of1-{cmp}-{exid}
Installation
Download the bundle using composer
$ composer require exs/lander-tracking-awe-bundle
Enable the bundle, and the EXS-LanderTrackingHouseBundle that is installed as a requirement.
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new EXS\LanderTrackingHouseBundle\EXSLanderTrackingHouseBundle(), new EXS\LanderTrackingCambuilderBundle\EXSLanderTrackingCambuilderBundle(), // ... ); }
Configuration
The cmp parameter has a default value configurable with this configuration key :
# Default values. exs_lander_tracking_cambuilder: default_cmp: 1
This default value will be used over EXS-LanderTrackingHouseBundle's cmp default value.
Usage
Example :
<a href="{{ 'http://www.test.tld/' | appendTracking('cambuilder') }}">Some link</a> <!-- Will generate : "http://www.test.tld/?AFNO=1-123-987654321" --> <a href="{{ 'http://www.test.tld/?foo=bar' | appendTracking('cambuilder') }}">Some link</a> <!-- Will generate : "http://www.test.tld?foo=bar&AFNO=1-123-987654321" -->
See EXS-LanderTrackingHouseBundle's documentation for more information.
exs/lander-tracking-cambuilder-bundle 适用场景与选型建议
exs/lander-tracking-cambuilder-bundle 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 355 次下载、GitHub Stars 达 0, 最近一次更新时间为 2017 年 09 月 14 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「Symfony2」 「bundle」 「parameter」 「tracking」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 exs/lander-tracking-cambuilder-bundle 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 exs/lander-tracking-cambuilder-bundle 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 exs/lander-tracking-cambuilder-bundle 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
2lenet/EasyAdminPlusBundle
The bundle for easy using json-rpc api on your project
This library reads parameters from AWS Parameter Store. It supports a path prefix, an optional shared context and multiple profiles. Returns an multi dimensional array of string|int|float|bool. Integrates directly with zendframework/zend-config-aggregator.
Provide a way to secure accesses to all routes of an symfony application.
DMS Meetup API Bundle, enables Meetup API clients in services
Bundle Symfony DaplosBundle
统计信息
- 总下载量: 355
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-09-14