Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stk2k/util

PHP7 utility classes
https://github.com/stk2k/util

Last synced: 4 days ago
JSON representation

PHP7 utility classes

Awesome Lists containing this project

README

        

PHP7 utility classes
=======================

[![Latest Version on Packagist](https://img.shields.io/packagist/v/stk2k/util.svg?style=flat-square)](https://packagist.org/packages/stk2k/util)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Build Status](https://travis-ci.org/stk2k/util.svg?branch=master)](https://travis-ci.org/stk2k/util)
[![Coverage Status](https://coveralls.io/repos/github/stk2k/util/badge.svg?branch=master)](https://coveralls.io/github/stk2k/util?branch=master)
[![Code Climate](https://codeclimate.com/github/stk2k/util/badges/gpa.svg)](https://codeclimate.com/github/stk2k/util)
[![Total Downloads](https://img.shields.io/packagist/dt/stk2k/util.svg?style=flat-square)](https://packagist.org/packages/stk2k/util)

## Description

PHP7 utility classes

## Feature

## Demo

## Usage

## Requirement

PHP 7.2 or later

## Installing stk2k/util

The recommended way to install stk2k/util is through
[Composer](http://getcomposer.org).

```bash
composer require stk2k/util
```

After installing, you need to require Composer's autoloader:

```php
require 'vendor/autoload.php';
```

## License
This library is licensed under the MIT license.

## Author

[stk2k](https://github.com/stk2k)

## Disclaimer

This software is no warranty.

We are not responsible for any results caused by the use of this software.

Please use the responsibility of the your self.