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

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

millooo94/etna-faker
====================

Etna Faker is a PHP library that generates fake Catania data for you.

v1.0.2(2y ago)110MITPHP

Since Jun 9Pushed 2y ago1 watchersCompare

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

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

[![EtnaFaker](docs/EtnaFaker.png?raw=true)](docs/EtnaFaker.png?raw=true)

EtnaFaker: Fake Data Generator for Catania
==========================================

[](#etnafaker-fake-data-generator-for-catania)

[![Latest Version](https://camo.githubusercontent.com/218e341a28cab887f3f332b7056c2154ca51f9f0f3a66f38c6ce88802e0296f9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6d696c6c6f6f6f39342f65746e612d66616b65722e7376673f7374796c653d666c61742d737175617265)](https://github.com/millooo94/etna-faker/releases) [![Issues](https://camo.githubusercontent.com/731b5f079f49304036125be2a64f2d177d99a18bacaed9c656afc5e780226308/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6d696c6c6f6f6f39342f65746e612d66616b65722e7376673f7374796c653d666c61742d737175617265)](https://github.com/millooo94/etna-faker/issues) [![Stars](https://camo.githubusercontent.com/3705696921299b91ac731b0edaac0d4b6ce9a5a3f4b2c6e0a0508d939f1c8479/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6d696c6c6f6f6f39342f65746e612d66616b65722e7376673f7374796c653d666c61742d737175617265)](https://github.com/millooo94/etna-faker/stargazers)

Overview
--------

[](#overview)

EtnaFaker is a PHP library designed to generate realistic fake data specific to the Catania region in Italy. It provides developers with a convenient way to generate fake Catania-related data for various purposes such as testing, prototyping, or populating databases with sample data.

The library follows the principles and conventions of the PHP community, ensuring compatibility with existing PHP projects and frameworks. EtnaFaker leverages the power of Faker, a widely-used PHP library for generating fake data, and extends it with Catania-specific data generation capabilities.

Features
--------

[](#features)

- **First Names**: Generate realistic first names specific to the Catania province.
- **Last Names**: Generate realistic last names specific to the Catania province.
- **Addresses**: Generate realistic Catania addresses with random street names and house numbers.
- **Cities**: Generate realistic Catania cities specific to the Catania province.
- **Emails**: Generate realistic emails containing first and last names specific to the Catania province.

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

[](#installation)

You can install EtnaFaker using Composer, the dependency management tool for PHP:

```
composer require millooo94/etna-faker
```

Usage
-----

[](#usage)

To start using EtnaFaker, include the library in your PHP script using the autoload functionality provided by Composer:

```
use Millooo94\EtnaFaker\Faker\EtnaFaker;
```

After including the library, you can create an instance of the EtnaFaker\\Factory class to access the various data generation methods:

```
$faker = new EtnaFaker();
```

You can then use the $faker object to generate Catania-specific fake data:

```
// Generate a realistic Catania first name
$firstName = $faker->firstName();

// Generate a realistic Catania last name
$lastName = $faker->lastName();

// Generate a realistic Catania city
$city = $faker->city();

// Generate a realistic Catania address
$address = $faker->address();

// Generate a realistic Catania email
$email = $faker->email();
```

Refer to the [**documentation**](https://github.com/millooo94/etna-faker#etnafaker-package) for more details on available methods and customization options.

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

[](#contributing)

Contributions to EtnaFaker are welcome! If you find a bug, have a feature request, or want to contribute improvements or new data generation capabilities, please open an issue on the [**GitHub repository**](https://github.com/millooo94/etna-faker) or submit a pull request.

Please ensure that your contributions align with the coding style and guidelines of the project. Also, provide appropriate tests and documentation for your changes.

License
-------

[](#license)

EtnaFaker is open-source software licensed under the MIT License. See the [**LICENSE**](https://github.com/millooo94/etna-faker/blob/main/LICENSE) file for more information.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Every ~0 days

Total

2

Last Release

1066d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[event-engine/php-engine

CQRS / ES PHP SDK for event-engine.io

5436.1k2](/packages/event-engine-php-engine)

PHPackages © 2026

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