Skip to content
View kafoso's full-sized avatar

Highlights

  • Pro

Block or report kafoso

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. eboreum/caster eboreum/caster Public

    Cast any PHP value to a sensible, human readable string. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such…

    PHP

  2. eboreum/collections eboreum/collections Public

    Wish you had generics in PHP? This library provides a sensible means of managing collections of data (i.e. arrays with restrictions), immutably, until such a time that PHP generics are bestowed upo…

    PHP

  3. eboreum/exceptional eboreum/exceptional Public

    Create and format PHP exceptions easily. Automatically unravel method arguments. Ensure that sensitive strings like passwords, tokens, PHPSESSID, etc. are being masked and thus will instead appear …

    PHP

  4. eboreum/phpunit-with-consecutive-alternative eboreum/phpunit-with-consecutive-alternative Public

    Do you miss the old "withConsecutive" method in PHPUnit? This library fixes that problem for you.

    PHP