Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stk2k/util
PHP7 utility classes
https://github.com/stk2k/util
Last synced: 4 days ago
JSON representation
PHP7 utility classes
- Host: GitHub
- URL: https://github.com/stk2k/util
- Owner: stk2k
- License: mit
- Created: 2019-11-19T03:10:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T14:19:55.000Z (over 3 years ago)
- Last Synced: 2024-11-08T20:14:22.807Z (about 2 months ago)
- Language: PHP
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.