PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Roni   EZ PHP Maintenance Mode   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: EZ PHP Maintenance Mode
Check if a site should be put in maintenance mode
Author: By
Last change:
Date: 5 years ago
Size: 842 bytes
 

Contents

Class file image Download
{ "name": "xiidea/ez-maintenance", "type": "library", "description": "A handy library to handle site maintenance situation", "keywords": ["Under Maintenance", "Service Unavailable", "Easy"], "license": "MIT", "homepage": "http://xiidea.github.io/ez-maintenance/", "authors": [ { "name": "Roni Saha", "email": "roni.cse@gmail.com", "role": "Developer" } ], "support": { "issues": "https://github.com/xiidea/ez-maintenance//issues", "source": "https://github.com/xiidea/ez-maintenance/" }, "require": { "php": ">=5.3" }, "autoload": { "psr-4": { "EzMaintenance\\": "EzMaintenance/" } }, "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } } }