pierrickmartos/zend-gdata
Composer 安装命令:
composer require pierrickmartos/zend-gdata
包简介
The Google Data APIs are a set of web services for read/write access to applications hosted by Google
README 文档
README
Welcome to the Zend Framework 1.12 Release! RELEASE INFORMATION --------------- Zend Framework 1.12.3 Release (r25291). Released on March 13, 2013 IMPORTANT FIXES FOR 1.12.3 -------------------------- This release incorporates is primarily aimed to update Zend_Service_Twitter to the Twitter v1.1 API: - http://framework.zend.com/issues/browse/ZF-12530 Because the Twitter v1.1 API is not backwards compatible with v1.0, the API for Zend_Service_Twitter has been changed; if you have been using it previously, you will need to update your code accordingly. Both the end-user and API documentation have been updated to reflect the changes. NEW FEATURES ============ Zend_Loader changes ---- A number of autoloaders and autoloader facilities were back ported from ZF2 to provide performant alternatives to those already available in the 1.X releases. These include: Zend_Loader_StandardAutoloader, which improves on Zend_Loader_Autoloader by allowing the ability to specify a specific path to associate with a vendor prefix or namespace; Zend_Loader_ClassMapAutoloader, which provides the ability to use lookup tables for autoloading (which are typically the fastest possible way to autoload); and Zend_Loader_AutoloaderFactory, which can both create and update autoloaders for you, as well as register them with spl_autoload_register(). The Zend_Loader changes were back ported from ZF2 by Matthew Weier O’Phinney Zend_EventManager ---- Zend_EventManager is a component that allows you to attach and detach listeners to named events, both on a per-instance basis as well as via shared collections; trigger events; and interrupt execution of listeners. Zend_EventManager was back ported from ZF2 by Matthew Weier O’Phinney Zend_Http_UserAgent_Features_Adapter_Browscap ---- This class provides a features adapter that calls get_browser() in order to discover mobile device capabilities to inject into UserAgent device instances. Browscap (http://browsers.garykeith.com/) is an open project dedicated to collecting an disseminating a “database” of browser capabilities. PHP has built-in support for using these files via the get_browser() function. This function requires that your php.ini provides a browscap entry pointing to the PHP-specific php_browscap.ini file which is available at http://browsers.garykeith.com/stream.asp?PHP_BrowsCapINI. Zend_Http_UserAgent_Features_Adapter_Browscap was created by Matthew Weier O’Phinney Zend_Mobile_Push ---- Zend_Mobile_Push is a component for implementing push notifications for the 3 major push notification platforms (Apple (Apns), Google (C2dm) and Microsoft (Mpns). Zend_Mobile_Push was contributed by Mike Willbanks. Zend_Gdata_Analytics ---- Zend_Gdata_Analytics is an extension to Zend_Gdata to allow interaction with Google’s Analytics Data Export API. This extension does not encompass any major changes in the overall operation of Zend_Gdata components. Zend_Gdata_Analytics was contributed by Daniel Hartmann. Removed features ================ Zend_Http_UserAgent_Features_Adapter_WurflApi ---- Due to the changes in licensing of WURFL, we have removed the WurflApi adapter. We will be providing the WurflApi adapter to ScientiaMobile so that users of WURFL will still have that option. Bug Fixes ========= In addition, over 200 reported issues in the tracker have been fixed. We’d like to particularly thank Adam Lundrigan, Frank Brückner and Martin Hujer for their efforts in making this happen. Thanks also to the many people who ran the ZF1 unit tests and reported their results! For a complete list, visit: * http://framework.zend.com/issues/secure/IssueNavigator.jspa?requestId=12877 * http://framework.zend.com/changelog/ MIGRATION NOTES --------------- A detailed list of migration notes may be found at: http://framework.zend.com/manual/en/migration.html SYSTEM REQUIREMENTS ------------------- Zend Framework requires PHP 5.2.11 or later. Please see our reference guide for more detailed system requirements: http://framework.zend.com/manual/en/requirements.html INSTALLATION ------------ Please see INSTALL.txt. QUESTIONS AND FEEDBACK ---------------------- Online documentation can be found at http://framework.zend.com/manual. Questions that are not addressed in the manual should be directed to the appropriate mailing list: http://framework.zend.com/wiki/display/ZFDEV/Mailing+Lists If you find code in this release behaving in an unexpected manner or contrary to its documented behavior, please create an issue in the Zend Framework issue tracker at: http://framework.zend.com/issues If you would like to be notified of new releases, you can subscribe to the fw-announce mailing list by sending a blank message to fw-announce-subscribe@lists.zend.com. LICENSE ------- The files in this archive are released under the Zend Framework license. You can find a copy of this license in LICENSE.txt. ACKNOWLEDGEMENTS ---------------- The Zend Framework team would like to thank all the contributors to the Zend Framework project, our corporate sponsor, and you, the Zend Framework user. Please visit us sometime soon at http://framework.zend.com.
pierrickmartos/zend-gdata 适用场景与选型建议
pierrickmartos/zend-gdata 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 72 次下载、GitHub Stars 达 0, 最近一次更新时间为 2013 年 12 月 20 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「zend」 「gdata」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 pierrickmartos/zend-gdata 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 pierrickmartos/zend-gdata 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 pierrickmartos/zend-gdata 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Zend Framework 1 Gdata package
Zend Framework 1 Gdata package
Polyfill for mb_ereg(), mb_eregi(), mb_ereg_match(), and mb_ereg_replace*() functions; primary use case is for mbstring on Windows 7.4+
Zend Framework 1 Http package
Zend Framework 1 Soap package
Simple asset loading
统计信息
- 总下载量: 72
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 8
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: New
- 更新时间: 2013-12-20