oro-flex/php-utils

`Oro PHP Utils Component` provides some useful PHP libraries.

Installs: 741

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/oro-flex/php-utils

4.2.0 2022-01-08 09:31 UTC

This package is not auto-updated.

Last update: 2025-10-13 01:34:42 UTC


README

Oro PHP Utils Component provides some useful PHP libraries.

ArrayUtil class

Description: Provides a set of useful functions to work with PHP arrays.

Methods:

ClassGenerator

Namespace-aware wrapper over \Nette\ClassType

ReflectionClassHelper class

Description: Provides a set of useful extensions of PHP class reflection API.

Methods:

  • hasMethod - Checks whether a method exists in class declaration.
  • isValidArguments - Validates whether a method has the given arguments.
  • completeArguments - Completes arguments array by default values that were not passed, but set at a method