Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/drago-ex/utils
- Owner: drago-ex
- License: mit
- Created: 2020-06-18T05:01:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-12T06:48:24.000Z (10 months ago)
- Last Synced: 2024-09-29T23:01:28.706Z (about 1 month ago)
- Topics: nette, utils
- Language: PHP
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
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();
```