slik / uncia
Tools to write scripts in PHP a much lesser pain that is usually tends to.
dev-master
2019-09-11 09:39 UTC
Requires (Dev)
This package is not auto-updated.
Last update: 2024-11-19 16:37:34 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.