承接 vearutop/pinba-pure-php 相关项目开发

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

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

vearutop/pinba-pure-php

最新稳定版本:v1.0.4

Composer 安装命令:

composer require vearutop/pinba-pure-php

包简介

Pinba extension drop-in replacement

关键字:

README 文档

README

Build Status

Pinba extension in pure PHP

HHVM and PHP7 ready drop-in replacement

Installation

Add package to your application with composer require vearutop/pinba-pure-php.

Since you can not ini_set('pinba.enabled', 1) without extension you need to control it with pinba class.

if (class_exists('pinba', false)) {
    pinba::ini_set_auto_flush(false);
    pinba::ini_set_enabled(1);
    pinba::ini_set_server('127.0.0.1:3300');
}

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-08-17