Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drago-ex/utils

:hammer: String and array tools. (@nette)
https://github.com/drago-ex/utils

nette utils

Last synced: 24 days ago
JSON representation

:hammer: String and array tools. (@nette)

Awesome Lists containing this project

README

        

## Drago Utils
String and array tools.

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://raw.githubusercontent.com/drago-ex/utils/master/license.md)
[![PHP version](https://badge.fury.io/ph/drago-ex%2Futils.svg)](https://badge.fury.io/ph/drago-ex%2Fdatabase)
[![Tests](https://github.com/drago-ex/utils/actions/workflows/tests.yml/badge.svg)](https://github.com/drago-ex/utils/actions/workflows/tests.yml)
[![Coding Style](https://github.com/drago-ex/utils/actions/workflows/coding-style.yml/badge.svg)](https://github.com/drago-ex/utils/actions/workflows/coding-style.yml)
[![CodeFactor](https://www.codefactor.io/repository/github/drago-ex/utils/badge)](https://www.codefactor.io/repository/github/drago-ex/utils)
[![Coverage Status](https://coveralls.io/repos/github/drago-ex/utils/badge.svg?branch=master)](https://coveralls.io/github/drago-ex/utils?branch=master)

## Requirements
- PHP 8.1 or higher
- composer

## Installation
```
composer require drago-ex/utils
```

## Returns items as array
```php
$data->toArray();
```

## Returns items as array with converted keys to uppercase
```php
$data->toArrayUpper();
```