2017 © Pedro Peláez
 

library maintenance

Simple maintenance commands for your applications.

image

ozziest/maintenance

Simple maintenance commands for your applications.

  • Friday, January 30, 2015
  • by ozziest
  • Repository
  • 2 Watchers
  • 1 Stars
  • 68 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Maintenance Commands

This library based on Symfony/Console. If you are using symfony/console package for your console application, you can use this too. The library has two commands which are down and up., (*1)

If you are using Laravel Framework, you don't need this. :), (*2)

Installation

To install through composer, simply put the following in your composer.json file:, (*3)

{
    "require": {
        "ozziest/maintenance": "1.*",
    }
}

Usage

You must add commands to your console application;, (*4)

$console->add(new Ozziest\Maintenance\Up('app/cache'));
$console->add(new Ozziest\Maintenance\Down('app/cache'));

You must define writable path., (*5)

index.php, (*6)

Ozziest\Maintenance\Maintenance::check('app/cache', 'This is a maintenance message.');

License

MIT, (*7)

The Versions

30/01 2015

dev-master

9999999-dev

Simple maintenance commands for your applications.

  Sources   Download

MIT

The Requires

 

by Özgür Adem Işıklı

maintenance php mode

30/01 2015

1.1.0

1.1.0.0

Simple maintenance commands for your applications.

  Sources   Download

MIT

The Requires

 

by Özgür Adem Işıklı

maintenance php mode

05/12 2014

1.0.0

1.0.0.0

Simple maintenance commands for your applications.

  Sources   Download

MIT

The Requires

 

by Özgür Adem Işıklı

maintenance php mode