2017 © Pedro Peláez
 

project pm25alert

alert you when PM2.5 index is higher than a certain value

image

peinhu/pm25alert

alert you when PM2.5 index is higher than a certain value

  • Monday, September 25, 2017
  • by peinhu
  • Repository
  • 2 Watchers
  • 22 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PM2.5告警

当PM2.5浓度在订阅者们指定的时间达到一定数值时分别进行告警。, (*1)

示例3 示例2 示例1, (*2)

要求  

PHP>=5.4
composer
cron, (*3)

安装  

执行composer create-project -s dev peinhu/pm25alert。, (*4)

config/notification.php中设置通知方式的相关参数,在config/subscribers.php中设置订阅者的相关信息。, (*5)

执行crontab -e,在末尾增加一行* * * * * /usr/bin/php /path-to-project/index > /dev/null 2>&1,注意/usr/bin/php请以实际为准,path-to-project替换成项目文件夹的路径。  , (*6)

说明  

按PM2.5浓度而非AQI(空气质量指数)进行计算分级,分级标准参照中国/美国标准,结果仅反映PM2.5的污染情况。, (*7)

默认使用pm25.in提供的api,也可换用其它api,创建一个新的DataProvider并将数据整理成标准数据格式即可。  , (*8)

默认使用email进行通知,也可自行扩展其它通知服务。, (*9)

发送记录和错误日志位于log/notification.log。, (*10)

许可证

使用GPLv2许可证, 查看LICENCE文件以获得更多信息。, (*11)

The Versions

25/09 2017

dev-master

9999999-dev

alert you when PM2.5 index is higher than a certain value

  Sources   Download

GPL-2.0

The Requires

 

pm2.5 pm25