rootwork/php-sidekick

A PHP helper library dedicated providing useful one-liners to otherwise common and tedious tasks.

0.1.0 2016-06-09 23:19 UTC

This package is auto-updated.

Last update: 2024-10-20 22:50:53 UTC


README

A PHP helper library dedicated providing useful one-liners to otherwise common and tedious tasks.

Installation

composer require rootwork/php-sidekick:dev-master

Usage - See DocBlocks for examples

Helpers

ClassInfo: Helper for getting useful class information like:

  • Constant arrays for (for lists, dropdowns, etc.)
  • Filtered class name
  • Public method and property checks

Traits

Where useful, the helper classes can be implemented as traits.