kaia / is-odd
Simple PHP package for check if the number is odd or not
v1.0.3
2025-02-19 12:34 UTC
README
I know this package is weird, but i created this because i want to learn to create my first PHP package and publish on Packagist.
About
This is just simple tool to check if the number is odd or not, and return boolean.
Installation
To install this package run
composer require kaia/is-odd
Now you can use it into your PHP project
use Kaia\IsOdd; IsOdd::check($integer); // IsOdd::check(714) will return false