czycha/is-php-good

Function to check if PHP is good.

v1.0.0 2019-01-30 21:21 UTC

This package is auto-updated.

Last update: 2024-08-29 04:29:30 UTC


README

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