Skip to content

bfg1981/sysexits.php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sysexits.php

PHP port of sysexits.h

Installation

composer.json:

{
  "repositories": [
    {"type": "vcs", "url": "https://github.com/sdj/sysexits.php"}
  ],
  "require" : {
    "sdj/sysexits.php": "dev-master"
  }
}

Usage

<?php
require 'vendor/autoload.php';
use sdj\Sysexits;
Sysexits::do_exit('ok');

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published