corex/helpers

Helpers (string, array, ...)

Maintainers

Details

github.com/corex/helpers

Source

Issues

Installs: 778

Dependents: 7

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/corex/helpers

4.2.0 2021-09-26 14:24 UTC

This package is auto-updated.

Last update: 2025-09-26 23:08:40 UTC


README

License Build Status codecov

Helpers

  • Arr - Array helpers.
  • Is - Methods to check types.
  • Obj - Various methods to help getting/setting private/protected properties, check for extends, interfaces. Class overrides supported. Good for testing.
  • Str - String helpers.
  • StrList - String list helpers.

Traits

  • ConstantsStaticTrait - Static methods to help get constants (generic/private/public) from class.
  • ConstantsTrait - - Methods to help get constants (generic/private/public) from class.
  • DataPrivateTrait - Private methods (set/get/has/remove/...) to handle generic data.
  • DataPublicTrait - Public methods (set/get/has/remove/...) to handle generic data.