PHPackages                             fatkulnurk/is-thirteen - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. fatkulnurk/is-thirteen

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

fatkulnurk/is-thirteen
======================

Check if a number is equal to 13. (PHP VERSION)

v1.0.1(6y ago)15PHP

Since Jan 16Pushed 6y ago1 watchersCompare

[ Source](https://github.com/fatkulnurk/is-thirteen)[ Packagist](https://packagist.org/packages/fatkulnurk/is-thirteen)[ RSS](/packages/fatkulnurk-is-thirteen/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)DependenciesVersions (4)Used By (0)

Is Thirteen
===========

[](#is-thirteen)

An PHP package to check if a number is equal to 13. Ispirate by jezen/is-thirteen library.

### Installation

[](#installation)

```
composer require fatkulnurk/is-thirteen

```

### Usage

[](#usage)

In use, we provide several options. first option using objects from class Is and the second option using the is () function which can be called globally.

```
