Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 585 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 585 Bytes

is-even for PHP

Return true if the given number is even.

#Installation You can add this library as a local, per-project dependency to your project using Composer:

composer require iteearmah/is-even

If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:

composer require --dev iteearmah/is-even

About

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.