Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added link to improved PHP functions
  • Loading branch information
jasny committed Feb 6, 2019
1 parent 4dab321 commit 052aa76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ $found = str_contains($string, 'foo') && array_contains($array, ['all', 'of', 't
$found = strpos($string, 'foo') !== false && count(array_intersect($array, ['all', 'of', 'these'])) === 3;
```

### But wait, there's more...

If you like these functions, you'll love the [Improved PHP library](https://github.com/improved-php-library). Go and check it out.

## Installation

composer require jasny\php-functions
Expand Down

0 comments on commit 052aa76

Please sign in to comment.