czycha/is-php-good

Function to check if PHP is good.

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/czycha/is-php-good

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

This package is auto-updated.

Last update: 2025-12-29 02:59:09 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