Home > Utility-Belt

Utility-Belt

Utility-Belt is a project mainly written in ..., it's free.

My commonly used PHP utility classes

PHP Utility Belt

Introduction

Like many other developers I have amassed a collection of various functions that I frequently call upon in day-to-day projects. I've pulled these into namespaced classes and made them publicly available on GitHub.

I've tried to give attribution or link to further information where apposite but if I've been lax and missed someone or something out then be assured that it was merely simple oversight. Please let me know and I'll rectify the situation.

Requirements

These classes have been developed with PHP 5.3 in mind. However, with minimal tweaking, most methods should work with PHP 5.2. They are by-and-large stand-alone in that they don't depend on any other code. The notable exception is text.class.php which makes use of the Normalizer class and the SimpleXML extension.


License


This work by Nev Stokes is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.

Previous:rwth-info1