PHPackages                             mordisacks/faker-php-hebrew - 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. mordisacks/faker-php-hebrew

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

mordisacks/faker-php-hebrew
===========================

Hebrew (he\_IL) provider for FakerPHP

1.0.0(3w ago)03↓100%MITPHPPHP ^7.4 || ^8.0CI passing

Since May 19Pushed 3w agoCompare

[ Source](https://github.com/MordiSacks/faker-php-hebrew)[ Packagist](https://packagist.org/packages/mordisacks/faker-php-hebrew)[ RSS](/packages/mordisacks-faker-php-hebrew/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

Hebrew (`he_IL`) provider for FakerPHP
======================================

[](#hebrew-he_il-provider-for-fakerphp)

A Hebrew Lorem provider for [FakerPHP](https://fakerphp.org/). Fills a gap in FakerPHP itself, which currently ships a `he_IL` locale that only includes `Payment` — no Hebrew lorem ipsum, no Hebrew text generation. This package adds that.

```
$faker = Faker\Factory::create('he_IL');

$faker->word();      // 'לורם'
$faker->sentence();  // 'איפסום דולור סיט אמט קונסקטורר אדיפיסינג אלית.'
$faker->paragraph(); // ...
$faker->words(5, true);
$faker->text();
```

Installation
------------

[](#installation)

```
composer require mordisacks/faker-php-hebrew
```

The provider is auto-discovered by FakerPHP's `Factory::create('he_IL')` thanks to the PSR-4 namespace — no manual `$faker->addProvider(...)` call is needed.

If you'd rather wire it up manually:

```
$faker = new Faker\Generator();
$faker->addProvider(new Faker\Provider\he_IL\Lorem($faker));
```

Requirements
------------

[](#requirements)

- PHP 8.2 or higher
- `fakerphp/faker` ^1.19

Testing
-------

[](#testing)

```
composer install
./vendor/bin/pest
```

Code style is checked with [Pint](https://laravel.com/docs/pint):

```
./vendor/bin/pint --test
```

License
-------

[](#license)

[MIT](LICENSE.md)

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance95

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

21d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f843e1ac6ca3aabf914bae50226984d02b8def3482c8e826a7fcdc023c363fcd?d=identicon)[MordiSacks](/maintainers/MordiSacks)

---

Top Contributors

[![MordiSacks](https://avatars.githubusercontent.com/u/13218192?v=4)](https://github.com/MordiSacks "MordiSacks (4 commits)")

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/mordisacks-faker-php-hebrew/health.svg)

```
[![Health](https://phpackages.com/badges/mordisacks-faker-php-hebrew/health.svg)](https://phpackages.com/packages/mordisacks-faker-php-hebrew)
```

###  Alternatives

[verbb/formie

The most user-friendly forms plugin for Craft.

100387.6k57](/packages/verbb-formie)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

53675.5k15](/packages/solspace-craft-freeform)[blackfire/player

A powerful web crawler and web scraper with Blackfire support

49517.1k](/packages/blackfire-player)[directorytree/dummy

418.9k](/packages/directorytree-dummy)[beyondcode/laravel-masked-db-dump

Dump masked information from your database

11345.8k](/packages/beyondcode-laravel-masked-db-dump)[directorytree/anonymize

Anonymize sensitive model data with realistic fake data using Faker

10811.5k](/packages/directorytree-anonymize)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
