PHPackages                             affinity4/faker - 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. affinity4/faker

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

affinity4/faker
===============

Faker Providers for Ireland specific data (Streets, Towns, Counties, Eircodes, OSI Grid References, Landline Phone Numbers, Mobile Phone NUmbers). NOTE: Does not include Northern Ireland

0.0.1(1y ago)141[1 PRs](https://github.com/affinity4/faker/pulls)MITPHPPHP &gt;=8.2

Since Sep 1Pushed 1y ago1 watchersCompare

[ Source](https://github.com/affinity4/faker)[ Packagist](https://packagist.org/packages/affinity4/faker)[ RSS](/packages/affinity4-faker/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Faker Irish (en\_IE) Providers
==============================

[](#faker-irish-en_ie-providers)

Faker Providers for Ireland specific data (Streets, Towns, Counties, Eircodes, OSI Grid References, Landline Phone Numbers, Mobile Phone NUmbers). NOTE: Does not include Northern Ireland

en\_IE/Address
--------------

[](#en_ieaddress)

### Installation

[](#installation)

```
composer require --dev affinity4/faker

```

### Configuration

[](#configuration)

Configure your instance of Faker to use the provider

```
$faker = \Faker\Factory::create();
$faker->addProvider(new \Affinity4\Faker\en_IE\Address\Address($faker));

$faker->address(); // 123C Pearse Heights, Arklow, Galway, Ireland, V50 Z9U1
```

### Usage

[](#usage)

#### Address

[](#address)

```
$faker->buildingNumber(); // 123C Pearse Heights, Arklow, Galway, Ireland, V50 Z9U1
```

#### Building Number

[](#building-number)

```
$faker->buildingNumber(); // 123 or 123C
```

#### Street

[](#street)

```
$faker->street(); // Pearse Heights
```

#### Town

[](#town)

```
$faker->town(); // Arklow
```

#### County

[](#county)

```
$faker->county(); // Galway

// or...
$faker->county(with_prefix: true); // Co. Galway
```

#### Province

[](#province)

```
$faker->province(); // Connacht
```

#### Country

[](#country)

```
$faker->country(); // Ireland
```

#### Eircode

[](#eircode)

```
$faker->eircode(); // V50 Z9U1

// or...
$faker->eircode(with_spaces: false); // V50Z9U1
```

You can also tell it not to use valid Eircodes by ensuring that the Routing Key (the first 3 characters) are never in real eircode routing keys. This is useful if you want to ensure your eircodes are definitely always fake.

```
$faker->eircode(allow_existing_routing_keys: false); // Z99 Z9U1
```

License
-------

[](#license)

This project is licensed under the MIT License - see the LICENSE file for details

Contributing
------------

[](#contributing)

Feel free to submit issues or pull requests if you have any suggestions or improvements.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 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

624d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6eda764179ed00e7d50099142dc56015a0a5a44542d6df9bb80fe087418efceb?d=identicon)[Affinity4](/maintainers/Affinity4)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/affinity4-faker/health.svg)

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

###  Alternatives

[verbb/formie

The most user-friendly forms plugin for Craft.

101372.9k40](/packages/verbb-formie)[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.3k](/packages/blair2004-nexopos)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

52664.9k12](/packages/solspace-craft-freeform)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[pablorsk/argentina-data-generator

Argentina data generator for CUIT and CBU numbers

1323.7k](/packages/pablorsk-argentina-data-generator)

PHPackages © 2026

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