Popular Packages
-
-
PHP
pointybeard/helpers-exceptions-readabletrace
Provides an exception base class that includes method getReadableTrace(), giving simple access to a plain-text, readable, backtrace string.
-
PHP
pointybeard/helpers-foundation-factory
Provides foundation factory classes and factory design pattern functionality
-
PHP
pointybeard/helpers-functions-paths
A collection of helpful functions related to paths, directories, and files names
-
-
-
-
PHP
pointybeard/helpers-functions-arrays
A collection of helpful functions related to arrays and array manipulation
-
-
-
-
PHP
pointybeard/helpers-cli-colour
Provides colour constants and a simple way to colourise strings for use on the command-line.
-
PHP
pointybeard/helpers-cli-progressbar
Utility for rendering a progress bar to the command line in PHP
-
-
PHP
pointybeard/helpers-statistics-slidingaverage
Ring buffer for calculating average of a changing set; helps to reduce jitter.