├── LICENSE ├── LICENSE-GPLv3 ├── README.md ├── composer.json └── src └── is_countable.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PHPWatch/is_countable-polyfill/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE-GPLv3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PHPWatch/is_countable-polyfill/HEAD/LICENSE-GPLv3 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PHPWatch/is_countable-polyfill/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PHPWatch/is_countable-polyfill/HEAD/composer.json -------------------------------------------------------------------------------- /src/is_countable.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PHPWatch/is_countable-polyfill/HEAD/src/is_countable.php --------------------------------------------------------------------------------