This is a composer package which wraps up the algorithm written by Michael King from (mkwd.net). By performaing a binary search rather than a linear search, this package provides functionality to perform searches through ordered arrays with greatly imroved performance over PHP's array_search Installation
To install, use Composer thusly:
composer require mannion007/php-binary-search
This code falls under the MIT license.