Skip to content
/ Uncia Public

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

License

Notifications You must be signed in to change notification settings

SlikNL/Uncia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages