承接 allejo/php-pulse 相关项目开发

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

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

allejo/php-pulse

最新稳定版本:0.3.4

Composer 安装命令:

composer require allejo/php-pulse

包简介

A wrapper for working with the monday.com (formerly known as DaPulse) API

README 文档

README

This library is officially end-of-life. It does not and will not support the new GraphQL API.

https://github.com/allejo/PhpPulse/issues/20

PhpPulse

Stable Release Dev Release Scrutinizer Code Quality Code Coverage

Branch Status
0.3 Build Status
0.4 Build Status

A PHP wrapper for working with version 1 of the monday.com API.

Requirements

PHP 5.5+

  • This library may work with with PHP 5.4, however it's no longer supported
  • If you need PHP 5.3 or 5.4 support, your best bet is using the 0.2.x branch, however it's no longer supported

Usage

Installation

The recommended method of using this project is through Composer. However, PHAR archives are available in the Releases page as well.

composer require allejo/php-pulse

Be sure to require your autoloader or the PHAR archive directly when using this library.

require 'vendor/autoload.php';

// or

require 'phppulse.phar';

Accessing Boards

use allejo\DaPulse\PulseBoard;

// Set our API key to access the API
PulseBoard::setApiKey("monday.com API Key");

// Get all of our boards
$boards = PulseBoard::getBoards();

foreach ($boards as $board)
{
    echo "Board Name: {$board->getName()}";
    echo "Board Description: {$board->getDescription()}";

    // Create a Pulse with the owner of user id 1
    $pulse = $board->createPulse("Sample Pulse Title", 1);
}

Deprecations & Backward Compatibility

This project is completely stable but hasn't reached 1.0.0 since there are things that still may change. If any functions are deprecated, they will be removed in the next next minor release; for example, if something has been deprecated in the 0.1.x branch then it will be removed starting with the 0.3.0 release onwards. All deprecations and removals are documented via the @deprecated tag in the phpDocs, in the change log, and GitHub releases.

With the exception of deprecated functionality being removed faster during the 0.x stage, this project will do its best to abide by Symfony's Backward Compatibility promise. This practice is subject to change once this project reaches 1.0.0.

Getting Help

To get help, you may either create an issue or stop by IRC; I'm available on IRC as "allejo" so feel free to ping me. I recommend creating an issue in case others have the same question but for quick help, IRC works just fine.

To report a bug or request a feature, please submit an issue.

Documentation

I've done my best to document this project and the generated phpDoc is available. If you'd like to help with writing documentation or tutorials, I gladly welcome contributions to this project's wiki.

IRC

Channel: #sujevo
Network: irc.freenode.net

License

MIT

allejo/php-pulse 适用场景与选型建议

allejo/php-pulse 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 997 次下载、GitHub Stars 达 11, 最近一次更新时间为 2015 年 10 月 05 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「api」 「dapulse」 「monday.com」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 allejo/php-pulse 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 allejo/php-pulse 我们能提供哪些服务?
定制开发 / 二次开发

基于 allejo/php-pulse 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

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

GitHub 信息

  • Stars: 11
  • Watchers: 5
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-10-05