Libraries tagged by pwinty
pointybeard/helpers-functions-arrays
3369 Downloads
A collection of helpful functions related to arrays and array manipulation
pointybeard/helpers-foundation-factory
3398 Downloads
Provides foundation factory classes and factory design pattern functionality
pointybeard/helpers-exceptions-readabletrace
3344 Downloads
Provides an exception base class that includes method getReadableTrace(), giving simple access to a plain-text, readable, backtrace string.
pointybeard/helpers-cli-input
3143 Downloads
Collection of classes for handling argv (and other) input when calling command-line scripts. Helps with parsing, collecting and validating arguments, options, and flags.
pointybeard/helpers-cli-colour
3390 Downloads
Provides colour constants and a simple way to colourise strings for use on the command-line.
pointybeard/symphony-pdo
1066 Downloads
Wraps the core Symphony CMS database connection with a PDO based library
pointybeard/symphony-classmapper
628 Downloads
Maps sections into custom model classes, simplifying the process of creating, modifying, deleting and fetching entries in Symphony CMS.
pointybeard/property-bag
705 Downloads
Set of classes for managing key/value pairs.
pointybeard/helpers-statistics-slidingaverage
1185 Downloads
Ring buffer for calculating average of a changing set; helps to reduce jitter.
pointybeard/helpers-functions-time
1208 Downloads
A collection of functions used to manipulate time values
pointybeard/helpers-functions-json
841 Downloads
A collection of functions for working with JSON files and strings
pointybeard/helpers-functions-files
777 Downloads
A collection of helpful functions related to creating and modifying files and directories
pointybeard/helpers-foundation-bnl
769 Downloads
Provides broadcaster & listener pattern classes
pointybeard/helpers-cli-prompt
1186 Downloads
Class for asking for input on the command-line
pointybeard/helpers-cli-progressbar
1201 Downloads
Utility for rendering a progress bar to the command line in PHP