Skip to content

czycha/is-php-good

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

is-php-good

Run this function to check if PHP is a good language.

Installation

composer require czycha/is-php-good

Usage

<?php
  require_once __DIR__ . '/vendor/autoload.php';

  if (!IsPHP\Good::check()) {
    // Show mercy
    exit;
  }

License

MIT © James Anthony Bruno

About

Function to determine if PHP is a good language

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages