cyrosy/php-end-of-life
Composer 安装命令:
composer require cyrosy/php-end-of-life
包简介
Library exposing EOL dates of PHP versions
README 文档
README
Expose PHP end of life date, allowing you to check if your version is supported.
Installation
composer require cyrosy/php-end-of-life
Usage
<?php use \Cyrosy\PhpEndOfLife\PhpEndOfLife; $currentVersion = (float) phpversion(); if (!PhpEndOfLife::isSupported($currentVersion)) { user_error(sprintf('Your current PHP version %s is not supported ! You should upgrade to prevent security exploits.', $currentVersion), E_USER_WARNING); }
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: EUPL-1.2
- 更新时间: 2019-05-20