From 9d4c11e66ddf6613a1364e240c1add6ffbf47ed5 Mon Sep 17 00:00:00 2001 From: Alex Tartan Date: Wed, 24 Jul 2019 23:33:26 +0300 Subject: [PATCH] readme update --- README.md | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb3291b..d130978 100644 --- a/README.md +++ b/README.md @@ -1 +1,32 @@ -helpers +# Helper classes + +Current build status +=== + +[![Build Status](https://travis-ci.org/alextartan/helpers.svg?branch=master)](https://travis-ci.org/alextartan/helpers) +[![Coverage Status](https://coveralls.io/repos/github/alextartan/helpers/badge.svg?branch=master)](https://coveralls.io/github/alextartan/helpers?branch=master) +[![Mutation testing badge](https://badge.stryker-mutator.io/github.com/alextartan/helpers/master)](https://stryker-mutator.github.io) +[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/alextartan/helpers/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/alextartan/helpers/?branch=master) +[![Downloads](https://img.shields.io/badge/dynamic/json.svg?url=https://repo.packagist.org/packages/alextartan/helpers.json&label=Downloads&query=$.package.downloads.total&colorB=orange)](https://packagist.org/packages/alextartan/helpers) + +# 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 +* `ReflectionHelper` +* `getPrivatePropertyValue` +* `callPrivateMethod` + +##### Dates +* `getDateTimeFromDateTimeImmutable` +* `toYmdHis` + +... and some more +