Skip to content

alextartan/helpers

Repository files navigation

Current build status

CI codecov Mutation testing badge Downloads

About

These are some on the helpers I've gathered so far.

Not a lot of magic involved, but these have saved me hours of work

Array
  • indexArrayOfObjectsByMethod
  • indexArrayOfArraysByKey
Reflection
  • setPrivatePropertyValue
  • getPrivatePropertyValue
  • callPrivateMethod
Dates
  • getDateTimeFromDateTimeImmutable
  • toYmdHis

... and some more