slik/uncia

Tools to write scripts in PHP a much lesser pain that is usually tends to.

Installs: 103

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 7

Forks: 1

Open Issues: 0

pkg:composer/slik/uncia

dev-master 2019-09-11 09:39 UTC

This package is not auto-updated.

Last update: 2025-10-07 20:26:19 UTC


README

Uncia is a set of tools making writing scripts in PHP a much lesser pain
that is usually tends to.

It is in early stage, as well as hardly documented.
Please refer to demo.php for an overview of its capabilities.

USAGE:

	For normal use:
	require_once 'uncia/uncia.php';

	Default package gives you global aliases and error handling.
	If you do not want that:
	require_once 'uncia/bare.php';
	You can turn on global aliases or error handling selectively with
	\Slik\Uncia\aliases() and \Slik\Uncia\errors() accordingly.