labcake/system

Quick and easy to use functions for PHP

Maintainers

Package info

github.com/LabCake/System

pkg:composer/labcake/system

Statistics

Installs: 19

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

dev-master 2018-05-28 17:36 UTC

This package is not auto-updated.

Last update: 2026-03-15 13:47:53 UTC


README

Easy to use quick functions for PHP

Usage example

System::is_cli();
System::is_https();
System::is_windows();
System::is_unix();

System::get_os();

Documentation not yet complete