Skip to content

Commit

Permalink
mini fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Feb 19, 2016
1 parent 6802278 commit b9fbf62
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JBZoo Utils [![Build Status](https://travis-ci.org/JBZoo/Utils.svg?branch=master)](https://travis-ci.org/JBZoo/Utils) [![Coverage Status](https://coveralls.io/repos/JBZoo/Utils/badge.svg?branch=master&service=github)](https://coveralls.io/github/JBZoo/Utils?branch=master)

#### A collection of useful PHP functions, mini classes and snippets that you need or could use every day.
A collection of useful PHP functions, mini classes and snippets that you need or could use every day.

[![License](https://poser.pugx.org/JBZoo/Utils/license)](https://packagist.org/packages/JBZoo/Utils)
[![Latest Stable Version](https://poser.pugx.org/JBZoo/Utils/v/stable)](https://packagist.org/packages/JBZoo/Utils) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/JBZoo/Utils/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/JBZoo/Utils/?branch=master)
Expand All @@ -11,6 +11,7 @@ composer require jbzoo/utils:"1.x-dev" # Last version
composer require jbzoo/utils # Stable version
```


## Array helper
```php
use JBZoo\Utils\Arr;
Expand Down Expand Up @@ -634,7 +635,8 @@ Vars::max($number, $max)
Vars::out($number, $min, $max)
```

### Links (ideas and some functions)

## Links (ideas and some functions)
* utilphp - https://github.com/brandonwamboldt/utilphp
* PHPBinString - https://github.com/Grandt/PHPBinString
* URLify for PHP - https://github.com/jbroadway/urlify
Expand All @@ -647,12 +649,13 @@ Vars::out($number, $min, $max)
* Askar (ARACOOL) https://github.com/ARACOOOL


### Unit tests and check code style
## Unit tests and check code style
```sh
composer update-all
composer test
```

### License

## License

MIT

0 comments on commit b9fbf62

Please sign in to comment.