ohanzee/helpers

Collection of helpers, small static classes for general purpose use

dev-master 2016-03-03 20:01 UTC

This package is auto-updated.

Last update: 2024-04-11 13:02:42 UTC


README

This package contains a collection of helper components. These helpers are static classes that are completely stateless and have no dependencies.

Ohanzee Components by Kohana

Ohanzee is a set of PHP components that are dependency free, PSR compatible, and well documented. The design is guided by SOLID, DRY, and KISS (the SDK) philosophies.

Many were originally part of the Kohana PHP Framework. For additional information, please visit the website.

Reporting bugs

If you have found a bug in an Ohanzee component, please help us by reporting the bug on the issue tracker. A good bug report will include the following things:

  1. A clear description of the steps used to reproduce the bug.
  2. What the expected result should be.
  3. What the actual result is.

Please include relevant code snippets, and if possible, include a short screencast that shows the bug in action. One easy way to do this is by using QuickCast.

Finally, if you are able, please submit a pull request that will fix the bug.