承接 cleentfaar/trigger-bundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

cleentfaar/trigger-bundle

Composer 安装命令:

composer require cleentfaar/trigger-bundle

包简介

A Symfony bundle that let's you execute handlers on incoming GET parameters

README 文档

README

A Symfony bundle that let's you execute handlers on incoming GET parameters; optionally letting you redirect the client back to an URL with certain parameters stripped.

Build Status Coverage Status Quality Score Latest Version Total Downloads

Documentation

Why not just create my own request listeners, and do what I want from there?

You can of course still do this, and in some specific situations you might need that level of control.

In my projects however, I've noticed that often I just need to execute some business logic and then redirect the user back to the url without that parameter.

Furthermore, the intend of this bundle is to make it easy to have multiple services handle the same request and apply their own logic, instead of making multiple request-listeners with all kinds of different scenarios, each hooking into every request coming through your application! It also helps to prevent repeating code to check whether; the request is using the GET-method, your parameter is available in the query string, etc.

统计信息

  • 总下载量: 52
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-01-18