amiad / gematria
Simple Gematria library for PHP - convert Hebrew letters to numbers
1.3.1
2022-03-05 21:07 UTC
This package is auto-updated.
Last update: 2024-12-07 04:11:48 UTC
README
Simple Gematria library for PHP - convert Hebrew letters to numbers
Installation
$ composer require amiad/gematria
Usage
require_once __DIR__.'/vendor/autoload.php'; $text = 'אבג'; $gematria = new \Gematria\Gematria($text); echo $gematria->get(); // print 6 // more option echo $gematria;
License
GPL