rootwork/php-sidekick

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

Installs: 14 197

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 0

pkg:composer/rootwork/php-sidekick

0.1.0 2016-06-09 23:19 UTC

This package is auto-updated.

Last update: 2025-09-21 00:56:27 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.