##A modern PHP utility libary for rapid application development
Artifact is intended to make you life as a programmer easier. It provides tools, patterns, base classes, and utilites you need in your daily programming life which are not dependent on your Framework/Philosophy/whatever.
- PSR-0 Autoloader
- PSR-3 Logger, LoggerInterface, FileLogger
- Baseclasses for Obejcts and Parttern (Singleton, Adapter)
- Collections, String Class
At the moment php-error is activated by default.
- fully fledged Formbuilder
- Validator
- Storage management ( Sessions, ...)
- Cacheing( Magic Caching, mcached, file cache, ... )
- Events
The only requirement is PHP 5.4+. Artifact uses many of the new PHP features like closures, namespaces and late static binding so this won't work on older configurations. Sorry.
Just include bootstrap.php an you are ready to go.
Artifact is very young (in fact its about a week old as I'm writing this ). The feature set ist rather limited at the moment. And it's not really tested, so use with caution :) Also there is barely any documentation.