xenji/prowlphp 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

xenji/prowlphp

最新稳定版本:1.0.4

Composer 安装命令:

composer require xenji/prowlphp

包简介

PHP library to access the webserives of Prowl (http://www.prowlapp.com/)

README 文档

README

Build Status endorse

License

The project source forked from Fenric had no license information. My modifications, which is a rewrite of 80-90% of the original source, are published under Apache 2.0 License. Read the LICENSE file for further information.

Requirements

  • PHP 5.3
  • cURL with SSL support.

Important

Versions below 1.0.0 support PHP 5.2, from release 1.0.0 on PHP 5.3 will be supported exclusively. You can use the 0.3.3 branch, if you really need support for PHP 5.2, but I will only handle bug related issues on that branch, no feature requests.

Using Composer

To install ProwlPHP with composer you simply need to create a composer.json in your project root and add:

{
    "require": {
        "xenji/ProwlPHP": ">=1.0.2"
    }
}

Then run

$ wget -nc http://getcomposer.org/composer.phar
$ php composer.phar install

You have now ProwlPHP installed in vendor/xenji/ProwlPHP

And an handy autoload file to include in you project in vendor/.composer/autoload.php

PEAR Channel

ProwlPHP can be installed from PEAR.

xenji@xenjibook:~/pear channel-discover pear.xenji.com

xenji@xenjibook:~/pear install xenji/Prowl

Documentation

This project is badly documented at the moment. The wiki at Fenric's repo has been switched off so I have to write the docs from the scratch. Please visit the wiki pages from time to time to get updates. In the meantime you can take a look at the example.php, located in the examples directory. This file shows the main functionality, but no extra stuff.

Please remember to you use your own API keys - in the examples and in the unit tests. Thank you for not spamming me.

Changelog

See the issues tab and the corresponding milestones for changelog information.

统计信息

  • 总下载量: 18.5k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 50
  • 点击次数: 0
  • 依赖项目数: 4
  • 推荐数: 2

GitHub 信息

  • Stars: 50
  • Watchers: 5
  • Forks: 23
  • 开发语言: PHP

其他信息

  • 授权协议: Apache
  • 更新时间: 2012-03-13