czycha/is-php-good

Function to check if PHP is good.

Maintainers

Package info

github.com/czycha/is-php-good

pkg:composer/czycha/is-php-good

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 1

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

This package is auto-updated.

Last update: 2026-03-29 00:29:45 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