PHPackages                             netkod-bilisim/tr-tax-number-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. netkod-bilisim/tr-tax-number-faker

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

netkod-bilisim/tr-tax-number-faker
==================================

It is faker function for tax number.

v1.0.0(2y ago)092MITPHPPHP &gt;=7.4

Since Jul 29Pushed 2y agoCompare

[ Source](https://github.com/netkod-bilisim/tr-tax-number-faker)[ Packagist](https://packagist.org/packages/netkod-bilisim/tr-tax-number-faker)[ RSS](/packages/netkod-bilisim-tr-tax-number-faker/feed)WikiDiscussions master Synced 2d ago

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

Tr Tax Number Faker
===================

[](#tr-tax-number-faker)

[ ![Latest Stable Version](https://camo.githubusercontent.com/f5b5801d9b34978ea78775ca44b271570789cf98a318d24a113921d05ea9db9c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e65746b6f642d62696c6973696d2f74722d7461782d6e756d6265722d66616b6572)](https://packagist.org/packages/netkod-bilisim/tr-tax-number-faker)[ ![Total Downloads](https://camo.githubusercontent.com/1e5eea86bbda2c79d70ee112132483639b93a675ccec953be7066502db8939f4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e65746b6f642d62696c6973696d2f74722d7461782d6e756d6265722d66616b6572)](https://packagist.org/packages/netkod-bilisim/tr-tax-number-faker)[ ![Dependents](https://camo.githubusercontent.com/b79017de774aafe68bc2011d4a598a1f3bcb5f323fa5b39b197301ffef338db7/68747470733a2f2f706f7365722e707567782e6f72672f6e65746b6f642d62696c6973696d2f74722d7461782d6e756d6265722d66616b65722f646570656e64656e74732e737667)](https://packagist.org/packages/netkod-bilisim/tr-tax-number-faker)[ ![License](https://camo.githubusercontent.com/33cece52928b99a290bda995871bf8c013b0948d5d06174a2240d644eeda4edd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6e65746b6f642d62696c6973696d2f74722d7461782d6e756d6265722d66616b6572)](https://packagist.org/packages/netkod-bilisim/tr-tax-number-faker)

[ ![PHP Version](https://camo.githubusercontent.com/35cad91fd00b51851ff5d59a5b04bfe7bc93bda14bd1dc366886ce8986032e57/687474703a2f2f706f7365722e707567782e6f72672f6e65746b6f642d62696c6973696d2f74722d7461782d6e756d6265722d66616b65722f726571756972652f706870)](https://packagist.org/packages/netkod-bilisim/tr-tax-number-faker)[ ![Scrutinizer](https://camo.githubusercontent.com/519fe78806d136b86a39d89b26b926f80a91f54902bd58f6d1cc343c51c502de/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6e65746b6f642d62696c6973696d2f74722d7461782d6e756d6265722d66616b65722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/netkod-bilisim/tr-tax-number-faker/badges/quality-score.png?b=master)[ ![StyleCI](https://camo.githubusercontent.com/3d290dffcb9906ebce1f7f30850d545aebcd9da42e48fee75810c5894f3ca313/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3637323239313338352f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/672291385?branch=master)

[![](public/assets/images/presentation.png)](public/assets/images/presentation.png) Introduction
------------------------------------------------------------------------------------------------

[](#-introduction)

It is faker function for tax number.

[![](public/assets/images/requirement.png)](public/assets/images/requirement.png) Requirements
----------------------------------------------------------------------------------------------

[](#-requirements)

- PHP &gt;= 7.4

[![](public/assets/images/inbox.png)](public/assets/images/inbox.png) Install
-----------------------------------------------------------------------------

[](#-install)

```
composer require netkod-bilisim/tr-tax-number-faker:"^1"
```

[![](public/assets/images/web-coding.png)](public/assets/images/web-coding.png) Usage
-------------------------------------------------------------------------------------

[](#-usage)

```
namespace Database\Factories;

use Illuminate\Support\Str;
use Illuminate\Database\Eloquent\Factories\Factory;

class TaxNumberFactory extends Factory
{
    /**
     * Define the model's default state.
     *
     * @return array
     */
    public function definition(): array
    {
        return [
            'tax_number' => trTaxNumberFaker(),
        ];
    }
}
```

[![](public/assets/images/licensing.png)](public/assets/images/licensing.png) License
-------------------------------------------------------------------------------------

[](#-license)

This package is open source software licensed under the [MIT License](https://opensource.org/license/mit/).

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

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

1072d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/22560065?v=4)[Remzi DALYAN](/maintainers/remzidalyan)[@remzidalyan](https://github.com/remzidalyan)

---

Top Contributors

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

---

Tags

fakertax numbertrtax number fakertax number generatortax number generator faker

### Embed Badge

![Health badge](/badges/netkod-bilisim-tr-tax-number-faker/health.svg)

```
[![Health](https://phpackages.com/badges/netkod-bilisim-tr-tax-number-faker/health.svg)](https://phpackages.com/packages/netkod-bilisim-tr-tax-number-faker)
```

###  Alternatives

[fakerphp/faker

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

4.0k390.0M4.6k](/packages/fakerphp-faker)[mbezhanov/faker-provider-collection

A collection of custom providers for the Faker library

2179.4M25](/packages/mbezhanov-faker-provider-collection)[pragmarx/random

Create random chars, numbers, strings

744.6M5](/packages/pragmarx-random)[pelmered/fake-car

Fake-Car is a Faker provider that generates fake car data for you.

1261.4M2](/packages/pelmered-fake-car)[bheller/images-generator

Generator of placeholder images for Faker

573.1M3](/packages/bheller-images-generator)[xefi/faker-php

Faker allows you to generate realistic fake data for your php applications

18622.1k16](/packages/xefi-faker-php)

PHPackages © 2026

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