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.
PhpPulse
| Branch | Status |
|---|---|
| 0.3 | |
| 0.4 |
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
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 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 allejo/php-pulse 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
A PSR-7 compatible library for making CRUD API endpoints
A lightweight plain-PHP framework for database-backed CRUD APIs.
Modern, strongly-typed, PSR-compliant PHP client for the WeFact v2 API.
PHP SDK for the Enconvert file conversion API
支付宝开放平台v3协议文档,支持最新版PHP8+
Usgm PHP Library
统计信息
- 总下载量: 997
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 11
- 点击次数: 21
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-10-05