create-berna-stencil 1.0.25 → 1.0.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.gitignore +2 -2
- package/bin/create.js +1 -1
- package/package.json +1 -1
- package/src/api/config.example.php +1 -14
- package/src/api/core/composer.json +1 -2
- package/src/api/core/composer.lock +1 -188
- package/src/api/core/vendor/composer/autoload_files.php +0 -1
- package/src/api/core/vendor/composer/autoload_psr4.php +0 -2
- package/src/api/core/vendor/composer/autoload_static.php +0 -14
- package/src/api/core/vendor/composer/installed.json +0 -196
- package/src/api/core/vendor/composer/installed.php +2 -29
- package/src/api/core/vendor/composer/platform_check.php +2 -2
- package/src/api/core/vendor/fakerphp/faker/.editorconfig +0 -18
- package/src/api/core/vendor/fakerphp/faker/.gitattributes +0 -16
- package/src/api/core/vendor/fakerphp/faker/.github/CONTRIBUTING.md +0 -35
- package/src/api/core/vendor/fakerphp/faker/.github/ISSUE_TEMPLATE/bug_report.md +0 -38
- package/src/api/core/vendor/fakerphp/faker/.github/PULL_REQUEST_TEMPLATE.md +0 -21
- package/src/api/core/vendor/fakerphp/faker/.github/SECURITY.md +0 -17
- package/src/api/core/vendor/fakerphp/faker/.github/dependabot.yml +0 -63
- package/src/api/core/vendor/fakerphp/faker/.github/stale.yml +0 -14
- package/src/api/core/vendor/fakerphp/faker/.github/workflows/bc-check.yaml +0 -24
- package/src/api/core/vendor/fakerphp/faker/.github/workflows/branch-alias.yaml +0 -67
- package/src/api/core/vendor/fakerphp/faker/.github/workflows/code-coverage.yaml +0 -55
- package/src/api/core/vendor/fakerphp/faker/.github/workflows/coding-standards.yaml +0 -77
- package/src/api/core/vendor/fakerphp/faker/.github/workflows/rector.yaml +0 -51
- package/src/api/core/vendor/fakerphp/faker/.github/workflows/static-analysis.yaml +0 -91
- package/src/api/core/vendor/fakerphp/faker/.github/workflows/tests.yaml +0 -58
- package/src/api/core/vendor/fakerphp/faker/.php-cs-fixer.dist.php +0 -241
- package/src/api/core/vendor/fakerphp/faker/.yamllint.yaml +0 -67
- package/src/api/core/vendor/fakerphp/faker/CHANGELOG.md +0 -209
- package/src/api/core/vendor/fakerphp/faker/LICENSE +0 -22
- package/src/api/core/vendor/fakerphp/faker/Makefile +0 -43
- package/src/api/core/vendor/fakerphp/faker/README.md +0 -114
- package/src/api/core/vendor/fakerphp/faker/codecov.yml +0 -1
- package/src/api/core/vendor/fakerphp/faker/composer.json +0 -56
- package/src/api/core/vendor/fakerphp/faker/phpstan-baseline.neon +0 -945
- package/src/api/core/vendor/fakerphp/faker/phpstan.neon.dist +0 -10
- package/src/api/core/vendor/fakerphp/faker/phpunit.xml.dist +0 -29
- package/src/api/core/vendor/fakerphp/faker/psalm.baseline.xml +0 -227
- package/src/api/core/vendor/fakerphp/faker/psalm.xml +0 -19
- package/src/api/core/vendor/fakerphp/faker/rector-migrate.php +0 -161
- package/src/api/core/vendor/fakerphp/faker/roave-bc-check.yaml +0 -51
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Calculator/Ean.php +0 -50
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Calculator/Iban.php +0 -69
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Calculator/Inn.php +0 -42
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Calculator/Isbn.php +0 -60
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Calculator/Luhn.php +0 -72
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Calculator/TCNo.php +0 -43
- package/src/api/core/vendor/fakerphp/faker/src/Faker/ChanceGenerator.php +0 -60
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Container/Container.php +0 -139
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Container/ContainerBuilder.php +0 -68
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Container/ContainerException.php +0 -14
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Container/ContainerInterface.php +0 -9
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Container/NotInContainerException.php +0 -14
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Core/Barcode.php +0 -52
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Core/Blood.php +0 -42
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Core/Color.php +0 -177
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Core/Coordinates.php +0 -78
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Core/DateTime.php +0 -217
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Core/File.php +0 -564
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Core/Number.php +0 -83
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Core/Uuid.php +0 -65
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Core/Version.php +0 -69
- package/src/api/core/vendor/fakerphp/faker/src/Faker/DefaultGenerator.php +0 -49
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Documentor.php +0 -70
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/AddressExtension.php +0 -39
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/BarcodeExtension.php +0 -41
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/BloodExtension.php +0 -30
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/ColorExtension.php +0 -63
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/CompanyExtension.php +0 -21
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/CountryExtension.php +0 -14
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/DateTimeExtension.php +0 -242
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/Extension.php +0 -14
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/ExtensionNotFound.php +0 -12
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/FileExtension.php +0 -28
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/GeneratorAwareExtension.php +0 -20
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/GeneratorAwareExtensionTrait.php +0 -30
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/Helper.php +0 -106
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/NumberExtension.php +0 -53
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/PersonExtension.php +0 -52
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/PhoneNumberExtension.php +0 -19
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/UuidExtension.php +0 -16
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Extension/VersionExtension.php +0 -21
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Factory.php +0 -71
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Generator.php +0 -985
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Guesser/Name.php +0 -180
- package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/CakePHP/ColumnTypeGuesser.php +0 -79
- package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/CakePHP/EntityPopulator.php +0 -173
- package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/CakePHP/Populator.php +0 -113
- package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/Doctrine/ColumnTypeGuesser.php +0 -91
- package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/Doctrine/EntityPopulator.php +0 -248
- package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/Doctrine/Populator.php +0 -126
- package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/Doctrine/backward-compatibility.php +0 -11
- package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/Mandango/ColumnTypeGuesser.php +0 -57
- package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/Mandango/EntityPopulator.php +0 -123
- package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/Mandango/Populator.php +0 -63
- package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/Propel/ColumnTypeGuesser.php +0 -109
- package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/Propel/EntityPopulator.php +0 -204
- package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/Propel/Populator.php +0 -90
- package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/Propel2/ColumnTypeGuesser.php +0 -112
- package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/Propel2/EntityPopulator.php +0 -207
- package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/Propel2/Populator.php +0 -93
- package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/Spot/ColumnTypeGuesser.php +0 -84
- package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/Spot/EntityPopulator.php +0 -199
- package/src/api/core/vendor/fakerphp/faker/src/Faker/ORM/Spot/Populator.php +0 -89
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/Address.php +0 -166
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/Barcode.php +0 -107
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/Base.php +0 -710
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/Biased.php +0 -65
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/Color.php +0 -158
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/Company.php +0 -50
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/DateTime.php +0 -389
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/File.php +0 -610
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/HtmlLorem.php +0 -307
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/Image.php +0 -196
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/Internet.php +0 -407
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/Lorem.php +0 -228
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/Medical.php +0 -34
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/Miscellaneous.php +0 -342
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/Payment.php +0 -312
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/Person.php +0 -147
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/PhoneNumber.php +0 -270
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/Text.php +0 -202
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/UserAgent.php +0 -219
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/Uuid.php +0 -59
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/Address.php +0 -217
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/Color.php +0 -65
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/Company.php +0 -85
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/Internet.php +0 -93
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/Payment.php +0 -16
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/Person.php +0 -107
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/Text.php +0 -31
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_JO/Address.php +0 -152
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_JO/Company.php +0 -66
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_JO/Internet.php +0 -55
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_JO/Person.php +0 -108
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_JO/Text.php +0 -272
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_SA/Address.php +0 -146
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_SA/Color.php +0 -81
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_SA/Company.php +0 -78
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_SA/Internet.php +0 -55
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_SA/Payment.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_SA/Person.php +0 -121
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ar_SA/Text.php +0 -272
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/at_AT/Payment.php +0 -11
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/bg_BG/Internet.php +0 -9
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/bg_BG/Payment.php +0 -46
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/bg_BG/Person.php +0 -117
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/bg_BG/PhoneNumber.php +0 -20
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/bn_BD/Address.php +0 -310
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/bn_BD/Company.php +0 -28
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/bn_BD/Person.php +0 -36
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/bn_BD/PhoneNumber.php +0 -14
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/bn_BD/Utils.php +0 -14
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/cs_CZ/Address.php +0 -149
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/cs_CZ/Company.php +0 -125
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/cs_CZ/DateTime.php +0 -65
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/cs_CZ/Internet.php +0 -9
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/cs_CZ/Payment.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/cs_CZ/Person.php +0 -538
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/cs_CZ/PhoneNumber.php +0 -14
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/cs_CZ/Text.php +0 -7186
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/da_DK/Address.php +0 -284
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/da_DK/Company.php +0 -67
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/da_DK/Internet.php +0 -27
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/da_DK/Payment.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/da_DK/Person.php +0 -195
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/da_DK/PhoneNumber.php +0 -18
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_AT/Address.php +0 -143
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_AT/Company.php +0 -13
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_AT/Internet.php +0 -9
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_AT/Payment.php +0 -42
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_AT/Person.php +0 -154
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_AT/PhoneNumber.php +0 -23
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_AT/Text.php +0 -7
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_CH/Address.php +0 -197
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_CH/Company.php +0 -15
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_CH/Internet.php +0 -17
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_CH/Payment.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_CH/Person.php +0 -119
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_CH/PhoneNumber.php +0 -47
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_CH/Text.php +0 -2038
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_DE/Address.php +0 -126
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_DE/Company.php +0 -24
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_DE/Internet.php +0 -26
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_DE/Payment.php +0 -60
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_DE/Person.php +0 -132
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_DE/PhoneNumber.php +0 -127
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/de_DE/Text.php +0 -2038
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/el_CY/Address.php +0 -55
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/el_CY/Company.php +0 -18
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/el_CY/Internet.php +0 -9
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/el_CY/Payment.php +0 -50
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/el_CY/Person.php +0 -100
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/el_CY/PhoneNumber.php +0 -32
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/el_GR/Address.php +0 -61
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/el_GR/Company.php +0 -84
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/el_GR/Payment.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/el_GR/Person.php +0 -181
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/el_GR/PhoneNumber.php +0 -324
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/el_GR/Text.php +0 -2582
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_AU/Address.php +0 -112
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_AU/Internet.php +0 -9
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_AU/PhoneNumber.php +0 -56
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_CA/Address.php +0 -72
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_CA/PhoneNumber.php +0 -18
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_GB/Address.php +0 -174
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_GB/Company.php +0 -130
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_GB/Internet.php +0 -9
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_GB/Payment.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_GB/Person.php +0 -113
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_GB/PhoneNumber.php +0 -49
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_HK/Address.php +0 -239
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_HK/Internet.php +0 -14
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_HK/PhoneNumber.php +0 -41
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_IN/Address.php +0 -188
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_IN/Internet.php +0 -9
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_IN/Person.php +0 -125
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_IN/PhoneNumber.php +0 -37
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_NG/Address.php +0 -98
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_NG/Internet.php +0 -8
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_NG/Person.php +0 -90
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_NG/PhoneNumber.php +0 -133
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_NZ/Address.php +0 -88
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_NZ/Internet.php +0 -17
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_NZ/PhoneNumber.php +0 -102
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_PH/Address.php +0 -417
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_PH/PhoneNumber.php +0 -59
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_SG/Address.php +0 -125
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_SG/Person.php +0 -74
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_SG/PhoneNumber.php +0 -105
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_UG/Address.php +0 -101
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_UG/Internet.php +0 -9
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_UG/Person.php +0 -133
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_UG/PhoneNumber.php +0 -17
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_US/Address.php +0 -97
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_US/Company.php +0 -119
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_US/Payment.php +0 -36
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_US/Person.php +0 -133
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_US/PhoneNumber.php +0 -135
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_US/Text.php +0 -3721
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_ZA/Address.php +0 -70
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_ZA/Company.php +0 -26
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_ZA/Internet.php +0 -23
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_ZA/Person.php +0 -182
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/en_ZA/PhoneNumber.php +0 -116
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_AR/Address.php +0 -68
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_AR/Company.php +0 -68
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_AR/Person.php +0 -90
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_AR/PhoneNumber.php +0 -42
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_ES/Address.php +0 -101
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_ES/Color.php +0 -24
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_ES/Company.php +0 -82
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_ES/Internet.php +0 -9
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_ES/Payment.php +0 -42
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_ES/Person.php +0 -149
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_ES/PhoneNumber.php +0 -47
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_ES/Text.php +0 -688
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_PE/Address.php +0 -65
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_PE/Company.php +0 -88
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_PE/Person.php +0 -105
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_PE/PhoneNumber.php +0 -17
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_VE/Address.php +0 -72
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_VE/Company.php +0 -42
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_VE/Internet.php +0 -9
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_VE/Person.php +0 -176
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/es_VE/PhoneNumber.php +0 -29
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/et_EE/Person.php +0 -84
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fa_IR/Address.php +0 -100
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fa_IR/Company.php +0 -60
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fa_IR/Internet.php +0 -102
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fa_IR/Person.php +0 -210
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fa_IR/PhoneNumber.php +0 -76
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fa_IR/Text.php +0 -551
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fi_FI/Address.php +0 -85
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fi_FI/Company.php +0 -66
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fi_FI/Internet.php +0 -9
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fi_FI/Payment.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fi_FI/Person.php +0 -154
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fi_FI/PhoneNumber.php +0 -101
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_BE/Address.php +0 -72
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_BE/Color.php +0 -7
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_BE/Company.php +0 -13
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_BE/Internet.php +0 -9
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_BE/Payment.php +0 -42
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_BE/Person.php +0 -49
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_BE/PhoneNumber.php +0 -20
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_CA/Address.php +0 -125
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_CA/Color.php +0 -7
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_CA/Company.php +0 -7
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_CA/Person.php +0 -82
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_CA/Text.php +0 -2446
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_CH/Address.php +0 -150
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_CH/Color.php +0 -7
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_CH/Company.php +0 -15
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_CH/Internet.php +0 -9
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_CH/Payment.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_CH/Person.php +0 -114
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_CH/PhoneNumber.php +0 -43
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_CH/Text.php +0 -7
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_FR/Address.php +0 -151
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_FR/Color.php +0 -40
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_FR/Company.php +0 -481
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_FR/Internet.php +0 -9
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_FR/Payment.php +0 -49
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_FR/Person.php +0 -130
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_FR/PhoneNumber.php +0 -168
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/fr_FR/Text.php +0 -15532
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/he_IL/Address.php +0 -122
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/he_IL/Company.php +0 -14
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/he_IL/Payment.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/he_IL/Person.php +0 -132
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/he_IL/PhoneNumber.php +0 -14
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/hr_HR/Address.php +0 -68
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/hr_HR/Company.php +0 -25
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/hr_HR/Payment.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/hr_HR/Person.php +0 -27
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/hr_HR/PhoneNumber.php +0 -14
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/hu_HU/Address.php +0 -148
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/hu_HU/Company.php +0 -13
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/hu_HU/Payment.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/hu_HU/Person.php +0 -101
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/hu_HU/PhoneNumber.php +0 -14
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/hu_HU/Text.php +0 -3407
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/hy_AM/Address.php +0 -132
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/hy_AM/Color.php +0 -12
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/hy_AM/Company.php +0 -56
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/hy_AM/Internet.php +0 -9
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/hy_AM/Person.php +0 -110
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/hy_AM/PhoneNumber.php +0 -36
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/id_ID/Address.php +0 -319
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/id_ID/Color.php +0 -40
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/id_ID/Company.php +0 -64
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/id_ID/Internet.php +0 -25
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/id_ID/Person.php +0 -343
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/id_ID/PhoneNumber.php +0 -55
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/is_IS/Address.php +0 -175
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/is_IS/Company.php +0 -50
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/is_IS/Internet.php +0 -20
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/is_IS/Payment.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/is_IS/Person.php +0 -142
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/is_IS/PhoneNumber.php +0 -17
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/it_CH/Address.php +0 -149
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/it_CH/Company.php +0 -15
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/it_CH/Internet.php +0 -9
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/it_CH/Payment.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/it_CH/Person.php +0 -102
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/it_CH/PhoneNumber.php +0 -43
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/it_CH/Text.php +0 -7
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/it_IT/Address.php +0 -97
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/it_IT/Company.php +0 -95
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/it_IT/Internet.php +0 -9
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/it_IT/Payment.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/it_IT/Person.php +0 -113
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/it_IT/PhoneNumber.php +0 -21
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/it_IT/Text.php +0 -2079
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ja_JP/Address.php +0 -137
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ja_JP/Company.php +0 -17
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ja_JP/Internet.php +0 -93
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ja_JP/Person.php +0 -147
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ja_JP/PhoneNumber.php +0 -19
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ja_JP/Text.php +0 -640
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/Address.php +0 -139
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/Color.php +0 -16
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/Company.php +0 -53
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/DateTime.php +0 -43
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/Internet.php +0 -15
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/Payment.php +0 -55
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/Person.php +0 -63
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/PhoneNumber.php +0 -14
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ka_GE/Text.php +0 -1000
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/kk_KZ/Address.php +0 -105
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/kk_KZ/Color.php +0 -12
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/kk_KZ/Company.php +0 -72
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/kk_KZ/Internet.php +0 -9
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/kk_KZ/Payment.php +0 -35
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/kk_KZ/Person.php +0 -265
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/kk_KZ/PhoneNumber.php +0 -16
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/kk_KZ/Text.php +0 -492
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ko_KR/Address.php +0 -96
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ko_KR/Company.php +0 -31
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ko_KR/Internet.php +0 -86
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ko_KR/Person.php +0 -54
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ko_KR/PhoneNumber.php +0 -40
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ko_KR/Text.php +0 -1725
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/lt_LT/Address.php +0 -209
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/lt_LT/Company.php +0 -15
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/lt_LT/Internet.php +0 -18
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/lt_LT/Payment.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/lt_LT/Person.php +0 -390
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/lt_LT/PhoneNumber.php +0 -17
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/lv_LV/Address.php +0 -117
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/lv_LV/Color.php +0 -19
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/lv_LV/Internet.php +0 -9
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/lv_LV/Payment.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/lv_LV/Person.php +0 -173
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/lv_LV/PhoneNumber.php +0 -15
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/me_ME/Address.php +0 -119
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/me_ME/Company.php +0 -49
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/me_ME/Payment.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/me_ME/Person.php +0 -102
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/me_ME/PhoneNumber.php +0 -15
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/mn_MN/Person.php +0 -102
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/mn_MN/PhoneNumber.php +0 -13
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ms_MY/Address.php +0 -710
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ms_MY/Company.php +0 -105
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ms_MY/Miscellaneous.php +0 -169
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ms_MY/Payment.php +0 -244
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ms_MY/Person.php +0 -812
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ms_MY/PhoneNumber.php +0 -217
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nb_NO/Address.php +0 -197
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nb_NO/Company.php +0 -57
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nb_NO/Payment.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nb_NO/Person.php +0 -335
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nb_NO/PhoneNumber.php +0 -41
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ne_NP/Address.php +0 -131
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ne_NP/Internet.php +0 -32
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ne_NP/Payment.php +0 -316
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ne_NP/Person.php +0 -121
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ne_NP/PhoneNumber.php +0 -19
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nl_BE/Address.php +0 -124
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nl_BE/Company.php +0 -13
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nl_BE/Internet.php +0 -9
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nl_BE/Payment.php +0 -49
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nl_BE/Person.php +0 -108
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nl_BE/PhoneNumber.php +0 -20
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nl_BE/Text.php +0 -25348
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nl_NL/Address.php +0 -153
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nl_NL/Color.php +0 -36
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nl_NL/Company.php +0 -122
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nl_NL/Internet.php +0 -9
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nl_NL/Payment.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nl_NL/Person.php +0 -353
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nl_NL/PhoneNumber.php +0 -39
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/nl_NL/Text.php +0 -3933
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/Address.php +0 -209
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/Color.php +0 -40
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/Company.php +0 -90
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/Internet.php +0 -9
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/LicensePlate.php +0 -545
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/Payment.php +0 -120
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/Person.php +0 -243
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/PhoneNumber.php +0 -18
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pl_PL/Text.php +0 -2867
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pt_BR/Address.php +0 -154
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pt_BR/Company.php +0 -36
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pt_BR/Internet.php +0 -9
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pt_BR/Payment.php +0 -148
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pt_BR/Person.php +0 -159
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pt_BR/PhoneNumber.php +0 -150
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pt_BR/Text.php +0 -3427
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pt_BR/check_digit.php +0 -39
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pt_PT/Address.php +0 -130
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pt_PT/Company.php +0 -16
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pt_PT/Internet.php +0 -9
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pt_PT/Payment.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pt_PT/Person.php +0 -147
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/pt_PT/PhoneNumber.php +0 -50
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ro_MD/Address.php +0 -125
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ro_MD/Payment.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ro_MD/Person.php +0 -91
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ro_MD/PhoneNumber.php +0 -33
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ro_MD/Text.php +0 -2465
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ro_RO/Address.php +0 -153
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ro_RO/Payment.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ro_RO/Person.php +0 -251
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ro_RO/PhoneNumber.php +0 -62
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ro_RO/Text.php +0 -155
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ru_RU/Address.php +0 -139
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ru_RU/Color.php +0 -23
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ru_RU/Company.php +0 -178
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ru_RU/Internet.php +0 -9
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ru_RU/Payment.php +0 -812
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ru_RU/Person.php +0 -188
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ru_RU/PhoneNumber.php +0 -14
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/ru_RU/Text.php +0 -4551
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sk_SK/Address.php +0 -343
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sk_SK/Company.php +0 -66
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sk_SK/Internet.php +0 -9
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sk_SK/Payment.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sk_SK/Person.php +0 -171
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sk_SK/PhoneNumber.php +0 -15
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sl_SI/Address.php +0 -106
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sl_SI/Company.php +0 -14
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sl_SI/Internet.php +0 -10
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sl_SI/Payment.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sl_SI/Person.php +0 -149
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sl_SI/PhoneNumber.php +0 -18
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sr_Cyrl_RS/Address.php +0 -58
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sr_Cyrl_RS/Payment.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sr_Cyrl_RS/Person.php +0 -242
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sr_Latn_RS/Address.php +0 -58
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sr_Latn_RS/Payment.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sr_Latn_RS/Person.php +0 -213
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sr_RS/Address.php +0 -58
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sr_RS/Payment.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sr_RS/Person.php +0 -143
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sv_SE/Address.php +0 -151
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sv_SE/Company.php +0 -26
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sv_SE/Municipality.php +0 -27
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sv_SE/Payment.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sv_SE/Person.php +0 -170
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/sv_SE/PhoneNumber.php +0 -64
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/th_TH/Address.php +0 -141
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/th_TH/Color.php +0 -16
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/th_TH/Company.php +0 -32
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/th_TH/Internet.php +0 -8
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/th_TH/Payment.php +0 -44
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/th_TH/Person.php +0 -87
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/th_TH/PhoneNumber.php +0 -39
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/tr_TR/Address.php +0 -94
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/tr_TR/Color.php +0 -58
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/tr_TR/Company.php +0 -100
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/tr_TR/DateTime.php +0 -48
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/tr_TR/Internet.php +0 -9
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/tr_TR/Payment.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/tr_TR/Person.php +0 -159
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/tr_TR/PhoneNumber.php +0 -186
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/uk_UA/Address.php +0 -364
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/uk_UA/Color.php +0 -23
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/uk_UA/Company.php +0 -74
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/uk_UA/Internet.php +0 -9
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/uk_UA/Payment.php +0 -41
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/uk_UA/Person.php +0 -101
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/uk_UA/PhoneNumber.php +0 -72
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/uk_UA/Text.php +0 -4512
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/vi_VN/Address.php +0 -170
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/vi_VN/Color.php +0 -36
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/vi_VN/Internet.php +0 -8
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/vi_VN/Person.php +0 -186
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/vi_VN/PhoneNumber.php +0 -61
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/Address.php +0 -148
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/Color.php +0 -66
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/Company.php +0 -235
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/DateTime.php +0 -48
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/Internet.php +0 -24
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/Payment.php +0 -43
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/Person.php +0 -83
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/zh_CN/PhoneNumber.php +0 -23
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/Address.php +0 -421
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/Color.php +0 -66
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/Company.php +0 -268
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/DateTime.php +0 -48
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/Internet.php +0 -28
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/Payment.php +0 -21
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/Person.php +0 -201
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/PhoneNumber.php +0 -19
- package/src/api/core/vendor/fakerphp/faker/src/Faker/Provider/zh_TW/Text.php +0 -900
- package/src/api/core/vendor/fakerphp/faker/src/Faker/UniqueGenerator.php +0 -87
- package/src/api/core/vendor/fakerphp/faker/src/Faker/ValidGenerator.php +0 -78
- package/src/api/core/vendor/fakerphp/faker/src/autoload.php +0 -29
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Calculator/EanTest.php +0 -82
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Calculator/IbanTest.php +0 -305
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Calculator/IsbnTest.php +0 -57
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Calculator/LuhnTest.php +0 -69
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Core/BarcodeTest.php +0 -40
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Core/BloodTest.php +0 -73
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Core/ColorTest.php +0 -77
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Core/DateTimeTest.php +0 -279
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Core/NumberTest.php +0 -99
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Core/UuidTest.php +0 -39
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Core/VersionTest.php +0 -21
- package/src/api/core/vendor/fakerphp/faker/test/Faker/DefaultGeneratorTest.php +0 -36
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Extension/ContainerBuilderTest.php +0 -149
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Extension/ContainerTest.php +0 -226
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Extension/GeneratorAwareExtensionTest.php +0 -33
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Extension/HelperTest.php +0 -84
- package/src/api/core/vendor/fakerphp/faker/test/Faker/GeneratorTest.php +0 -331
- package/src/api/core/vendor/fakerphp/faker/test/Faker/ORM/Doctrine/ColumnTypeGuesserTest.php +0 -25
- package/src/api/core/vendor/fakerphp/faker/test/Faker/ORM/Doctrine/EntityPopulatorTest.php +0 -26
- package/src/api/core/vendor/fakerphp/faker/test/Faker/ORM/Doctrine/PopulatorTest.php +0 -23
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/AddressTest.php +0 -45
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/BarcodeTest.php +0 -47
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/BaseTest.php +0 -652
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/BiasedTest.php +0 -82
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ColorTest.php +0 -68
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/CompanyTest.php +0 -27
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/DateTimeTest.php +0 -295
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/HtmlLoremTest.php +0 -32
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ImageTest.php +0 -192
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/InternetTest.php +0 -141
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/LocalizationTest.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/LoremTest.php +0 -112
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/MedicalTest.php +0 -32
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/MiscellaneousTest.php +0 -62
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/PaymentTest.php +0 -200
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/PersonTest.php +0 -86
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/PhoneNumberTest.php +0 -33
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ProviderOverrideTest.php +0 -137
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/TextTest.php +0 -111
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/UserAgentTest.php +0 -59
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/UuidTest.php +0 -36
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ar_EG/CompanyTest.php +0 -32
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ar_EG/InternetTest.php +0 -24
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ar_EG/PersonTest.php +0 -23
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ar_EG/TextTest.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ar_JO/InternetTest.php +0 -29
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ar_SA/CompanyTest.php +0 -25
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ar_SA/InternetTest.php +0 -23
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ar_SA/PersonTest.php +0 -39
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/bg_BG/PaymentTest.php +0 -25
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/bn_BD/PersonTest.php +0 -29
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/cs_CZ/PersonTest.php +0 -58
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/da_DK/InternetTest.php +0 -29
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/de_AT/AddressTest.php +0 -27
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/de_AT/InternetTest.php +0 -29
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/de_AT/PaymentTest.php +0 -32
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/de_AT/PersonTest.php +0 -64
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/de_AT/PhoneNumberTest.php +0 -31
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/de_CH/AddressTest.php +0 -54
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/de_CH/InternetTest.php +0 -29
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/de_CH/PersonTest.php +0 -32
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/de_CH/PhoneNumberTest.php +0 -35
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/de_DE/InternetTest.php +0 -29
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/de_DE/PhoneNumberTest.php +0 -48
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/el_GR/PhoneNumberTest.php +0 -77
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/el_GR/TextTest.php +0 -60
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_AU/AddressTest.php +0 -40
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_CA/AddressTest.php +0 -60
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_GB/AddressTest.php +0 -24
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_GB/CompanyTest.php +0 -73
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_GB/PersonTest.php +0 -29
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_GB/PhoneNumberTest.php +0 -25
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_IN/AddressTest.php +0 -48
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_NG/AddressTest.php +0 -46
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_NG/InternetTest.php +0 -28
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_NG/PersonTest.php +0 -25
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_NG/PhoneNumberTest.php +0 -26
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_NZ/PhoneNumberTest.php +0 -32
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_PH/AddressTest.php +0 -44
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_SG/AddressTest.php +0 -27
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_SG/PersonTest.php +0 -79
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_SG/PhoneNumberTest.php +0 -71
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_UG/AddressTest.php +0 -38
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_US/CompanyTest.php +0 -28
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_US/PaymentTest.php +0 -79
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_US/PersonTest.php +0 -42
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_US/PhoneNumberTest.php +0 -87
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_ZA/CompanyTest.php +0 -25
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_ZA/InternetTest.php +0 -29
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_ZA/PersonTest.php +0 -68
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/en_ZA/PhoneNumberTest.php +0 -67
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/es_ES/PaymentTest.php +0 -58
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/es_ES/PersonTest.php +0 -44
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/es_ES/PhoneNumberTest.php +0 -27
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/es_ES/TextTest.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/es_PE/CompanyTest.php +0 -39
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/es_PE/PersonTest.php +0 -23
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/es_VE/CompanyTest.php +0 -30
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/es_VE/PersonTest.php +0 -28
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/fa_IR/PersonTest.php +0 -48
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/fi_FI/InternetTest.php +0 -29
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/fi_FI/PersonTest.php +0 -85
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/fr_BE/PaymentTest.php +0 -25
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/fr_CH/AddressTest.php +0 -54
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/fr_CH/InternetTest.php +0 -29
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/fr_CH/PersonTest.php +0 -25
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/fr_CH/PhoneNumberTest.php +0 -27
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/fr_FR/AddressTest.php +0 -43
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/fr_FR/ColorTest.php +0 -35
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/fr_FR/CompanyTest.php +0 -76
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/fr_FR/PaymentTest.php +0 -49
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/fr_FR/PersonTest.php +0 -35
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/fr_FR/PhoneNumberTest.php +0 -73
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/fr_FR/TextTest.php +0 -60
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/hu_HU/PersonTest.php +0 -26
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/id_ID/PersonTest.php +0 -89
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/it_CH/AddressTest.php +0 -54
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/it_CH/InternetTest.php +0 -29
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/it_CH/PersonTest.php +0 -25
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/it_CH/PhoneNumberTest.php +0 -27
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/it_IT/CompanyTest.php +0 -23
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/it_IT/PersonTest.php +0 -23
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ja_JP/InternetTest.php +0 -33
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ja_JP/PersonTest.php +0 -57
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ja_JP/PhoneNumberTest.php +0 -26
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ka_GE/TextTest.php +0 -60
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/kk_KZ/CompanyTest.php +0 -29
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/kk_KZ/PersonTest.php +0 -56
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/kk_KZ/TextTest.php +0 -60
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ko_KR/TextTest.php +0 -60
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/lt_LT/AddressTest.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/lv_LV/AddressTest.php +0 -25
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/lv_LV/PersonTest.php +0 -37
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/mn_MN/PersonTest.php +0 -27
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ms_MY/PersonTest.php +0 -45
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/nb_NO/PhoneNumberTest.php +0 -47
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ne_NP/PaymentTest.php +0 -94
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/nl_BE/PaymentTest.php +0 -46
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/nl_BE/PersonTest.php +0 -48
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/nl_NL/CompanyTest.php +0 -33
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/nl_NL/PersonTest.php +0 -31
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/pl_PL/AddressTest.php +0 -25
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/pl_PL/ColorTest.php +0 -35
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/pl_PL/LicensePlateTest.php +0 -275
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/pl_PL/PersonTest.php +0 -102
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/pt_BR/CompanyTest.php +0 -25
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/pt_BR/PersonTest.php +0 -33
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/pt_BR/PhoneNumberTest.php +0 -51
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/pt_BR/TextTest.php +0 -60
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/pt_PT/AddressTest.php +0 -34
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/pt_PT/PersonTest.php +0 -50
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/pt_PT/PhoneNumberTest.php +0 -27
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ro_RO/PersonTest.php +0 -234
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ro_RO/PhoneNumberTest.php +0 -32
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ru_RU/CompanyTest.php +0 -83
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ru_RU/PersonTest.php +0 -172
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/ru_RU/TextTest.php +0 -60
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/sv_SE/MunicipalityTest.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/sv_SE/PersonTest.php +0 -78
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/sv_SE/PhoneNumberTest.php +0 -39
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/tr_TR/CompanyTest.php +0 -23
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/tr_TR/PaymentTest.php +0 -23
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/tr_TR/PersonTest.php +0 -74
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/tr_TR/PhoneNumberTest.php +0 -36
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/uk_UA/AddressTest.php +0 -75
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/uk_UA/PersonTest.php +0 -57
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/uk_UA/PhoneNumberTest.php +0 -39
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/zh_TW/CompanyTest.php +0 -22
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/zh_TW/PersonTest.php +0 -41
- package/src/api/core/vendor/fakerphp/faker/test/Faker/Provider/zh_TW/TextTest.php +0 -79
- package/src/api/core/vendor/fakerphp/faker/test/Faker/TestCase.php +0 -54
- package/src/api/core/vendor/fakerphp/faker/test/Faker/UniqueGeneratorTest.php +0 -29
- package/src/api/core/vendor/fakerphp/faker/test/Faker/ValidGeneratorTest.php +0 -19
- package/src/api/core/vendor/fakerphp/faker/test/Fixture/Container/UnconstructableClass.php +0 -15
- package/src/api/core/vendor/fakerphp/faker/test/Fixture/Enum/BackedEnum.php +0 -12
- package/src/api/core/vendor/fakerphp/faker/test/Fixture/Provider/BarProvider.php +0 -11
- package/src/api/core/vendor/fakerphp/faker/test/Fixture/Provider/FooProvider.php +0 -16
- package/src/api/core/vendor/fakerphp/faker/test/documentor.php +0 -16
- package/src/api/core/vendor/fakerphp/faker/test/test.php +0 -38
- package/src/api/core/vendor/fakerphp/faker/vendor-bin/php-cs-fixer/composer.json +0 -13
- package/src/api/core/vendor/fakerphp/faker/vendor-bin/php-cs-fixer/composer.lock +0 -1941
- package/src/api/core/vendor/fakerphp/faker/vendor-bin/phpstan/composer.json +0 -18
- package/src/api/core/vendor/fakerphp/faker/vendor-bin/phpstan/composer.lock +0 -178
- package/src/api/core/vendor/fakerphp/faker/vendor-bin/psalm/composer.json +0 -16
- package/src/api/core/vendor/fakerphp/faker/vendor-bin/psalm/composer.lock +0 -2262
- package/src/api/core/vendor/fakerphp/faker/vendor-bin/rector/composer.json +0 -13
- package/src/api/core/vendor/fakerphp/faker/vendor-bin/rector/composer.lock +0 -142
- package/src/api/core/vendor/psr/container/LICENSE +0 -21
- package/src/api/core/vendor/psr/container/README.md +0 -13
- package/src/api/core/vendor/psr/container/composer.json +0 -27
- package/src/api/core/vendor/psr/container/src/ContainerExceptionInterface.php +0 -12
- package/src/api/core/vendor/psr/container/src/ContainerInterface.php +0 -36
- package/src/api/core/vendor/psr/container/src/NotFoundExceptionInterface.php +0 -10
- package/src/api/core/vendor/symfony/deprecation-contracts/.gitattributes +0 -1
- package/src/api/core/vendor/symfony/deprecation-contracts/.github/PULL_REQUEST_TEMPLATE.md +0 -8
- package/src/api/core/vendor/symfony/deprecation-contracts/.github/workflows/close-pull-request.yml +0 -20
- package/src/api/core/vendor/symfony/deprecation-contracts/CHANGELOG.md +0 -5
- package/src/api/core/vendor/symfony/deprecation-contracts/LICENSE +0 -19
- package/src/api/core/vendor/symfony/deprecation-contracts/README.md +0 -26
- package/src/api/core/vendor/symfony/deprecation-contracts/composer.json +0 -35
- package/src/api/core/vendor/symfony/deprecation-contracts/function.php +0 -27
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
namespace Faker\Provider\en_GB;
|
|
4
|
-
|
|
5
|
-
class Person extends \Faker\Provider\Person
|
|
6
|
-
{
|
|
7
|
-
protected static $maleNameFormats = [
|
|
8
|
-
'{{firstNameMale}} {{lastName}}',
|
|
9
|
-
];
|
|
10
|
-
|
|
11
|
-
protected static $femaleNameFormats = [
|
|
12
|
-
'{{firstNameFemale}} {{lastName}}',
|
|
13
|
-
];
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* @see http://www.ons.gov.uk/ons/rel/vsob1/baby-names--england-and-wales/2013/index.html
|
|
17
|
-
*/
|
|
18
|
-
protected static $firstNameMale = [
|
|
19
|
-
'Aaron', 'Adam', 'Adrian', 'Aiden', 'Alan', 'Alex', 'Alexander', 'Alfie', 'Andrew', 'Andy', 'Anthony', 'Archie', 'Arthur',
|
|
20
|
-
'Barry', 'Ben', 'Benjamin', 'Bradley', 'Brandon', 'Bruce',
|
|
21
|
-
'Callum', 'Cameron', 'Charles', 'Charlie', 'Chris', 'Christian', 'Christopher', 'Colin', 'Connor', 'Craig',
|
|
22
|
-
'Dale', 'Damien', 'Dan', 'Daniel', 'Darren', 'Dave', 'David', 'Dean', 'Dennis', 'Dominic', 'Duncan', 'Dylan',
|
|
23
|
-
'Edward', 'Elliot', 'Elliott', 'Ethan',
|
|
24
|
-
'Finley', 'Frank', 'Fred', 'Freddie',
|
|
25
|
-
'Gary', 'Gavin', 'George', 'Gordon', 'Graham', 'Grant', 'Greg',
|
|
26
|
-
'Harley', 'Harrison', 'Harry', 'Harvey', 'Henry',
|
|
27
|
-
'Ian', 'Isaac',
|
|
28
|
-
'Jack', 'Jackson', 'Jacob', 'Jake', 'James', 'Jamie', 'Jason', 'Jayden', 'Jeremy', 'Jim', 'Joe', 'Joel', 'John', 'Jonathan', 'Jordan', 'Joseph', 'Joshua',
|
|
29
|
-
'Karl', 'Keith', 'Ken', 'Kevin', 'Kieran', 'Kyle',
|
|
30
|
-
'Lee', 'Leo', 'Lewis', 'Liam', 'Logan', 'Louis', 'Lucas', 'Luke',
|
|
31
|
-
'Mark', 'Martin', 'Mason', 'Matthew', 'Max', 'Michael', 'Mike', 'Mohammed', 'Muhammad',
|
|
32
|
-
'Nathan', 'Neil', 'Nick', 'Noah',
|
|
33
|
-
'Oliver', 'Oscar', 'Owen',
|
|
34
|
-
'Patrick', 'Paul', 'Pete', 'Peter', 'Philip',
|
|
35
|
-
'Quentin',
|
|
36
|
-
'Ray', 'Reece', 'Riley', 'Rob', 'Ross', 'Ryan',
|
|
37
|
-
'Samuel', 'Scott', 'Sean', 'Sebastian', 'Stefan', 'Stephen', 'Steve',
|
|
38
|
-
'Theo', 'Thomas', 'Tim', 'Toby', 'Tom', 'Tony', 'Tyler',
|
|
39
|
-
'Wayne', 'Will', 'William',
|
|
40
|
-
'Zachary', 'Zach',
|
|
41
|
-
];
|
|
42
|
-
|
|
43
|
-
protected static $firstNameFemale = [
|
|
44
|
-
'Abbie', 'Abigail', 'Adele', 'Alexa', 'Alexandra', 'Alice', 'Alison', 'Amanda', 'Amber', 'Amelia', 'Amy', 'Anna', 'Ashley', 'Ava',
|
|
45
|
-
'Beth', 'Bethany', 'Becky',
|
|
46
|
-
'Caitlin', 'Candice', 'Carlie', 'Carmen', 'Carole', 'Caroline', 'Carrie', 'Charlotte', 'Chelsea', 'Chloe', 'Claire', 'Courtney',
|
|
47
|
-
'Daisy', 'Danielle', 'Donna',
|
|
48
|
-
'Eden', 'Eileen', 'Eleanor', 'Elizabeth', 'Ella', 'Ellie', 'Elsie', 'Emily', 'Emma', 'Erin', 'Eva', 'Evelyn', 'Evie',
|
|
49
|
-
'Faye', 'Fiona', 'Florence', 'Francesca', 'Freya',
|
|
50
|
-
'Georgia', 'Grace',
|
|
51
|
-
'Hannah', 'Heather', 'Helen', 'Helena', 'Hollie', 'Holly',
|
|
52
|
-
'Imogen', 'Isabel', 'Isabella', 'Isabelle', 'Isla', 'Isobel',
|
|
53
|
-
'Jade', 'Jane', 'Jasmine', 'Jennifer', 'Jessica', 'Joanne', 'Jodie', 'Julia', 'Julie', 'Justine',
|
|
54
|
-
'Karen', 'Karlie', 'Katie', 'Keeley', 'Kelly', 'Kimberly', 'Kirsten', 'Kirsty',
|
|
55
|
-
'Laura', 'Lauren', 'Layla', 'Leah', 'Leanne', 'Lexi', 'Lilly', 'Lily', 'Linda', 'Lindsay', 'Lisa', 'Lizzie', 'Lola', 'Lucy',
|
|
56
|
-
'Maisie', 'Mandy', 'Maria', 'Mary', 'Matilda', 'Megan', 'Melissa', 'Mia', 'Millie', 'Molly',
|
|
57
|
-
'Naomi', 'Natalie', 'Natasha', 'Nicole', 'Nikki',
|
|
58
|
-
'Olivia',
|
|
59
|
-
'Patricia', 'Paula', 'Pauline', 'Phoebe', 'Poppy',
|
|
60
|
-
'Rachel', 'Rebecca', 'Rosie', 'Rowena', 'Roxanne', 'Ruby', 'Ruth',
|
|
61
|
-
'Sabrina', 'Sally', 'Samantha', 'Sarah', 'Sasha', 'Scarlett', 'Selina', 'Shannon', 'Sienna', 'Sofia', 'Sonia', 'Sophia', 'Sophie', 'Stacey', 'Stephanie', 'Suzanne', 'Summer',
|
|
62
|
-
'Tanya', 'Tara', 'Teagan', 'Theresa', 'Tiffany', 'Tina', 'Tracy',
|
|
63
|
-
'Vanessa', 'Vicky', 'Victoria',
|
|
64
|
-
'Wendy',
|
|
65
|
-
'Yasmine', 'Yvette', 'Yvonne',
|
|
66
|
-
'Zoe',
|
|
67
|
-
];
|
|
68
|
-
|
|
69
|
-
/**
|
|
70
|
-
* @see http://surname.sofeminine.co.uk/w/surnames/most-common-surnames-in-great-britain.html
|
|
71
|
-
*/
|
|
72
|
-
protected static $lastName = [
|
|
73
|
-
'Adams', 'Allen', 'Anderson',
|
|
74
|
-
'Bailey', 'Baker', 'Bell', 'Bennett', 'Brown', 'Butler',
|
|
75
|
-
'Campbell', 'Carter', 'Chapman', 'Clark', 'Clarke', 'Collins', 'Cook', 'Cooper', 'Cox',
|
|
76
|
-
'Davies', 'Davis',
|
|
77
|
-
'Edwards', 'Ellis', 'Evans',
|
|
78
|
-
'Fox',
|
|
79
|
-
'Graham', 'Gray', 'Green', 'Griffiths',
|
|
80
|
-
'Hall', 'Harris', 'Harrison', 'Hill', 'Holmes', 'Hughes', 'Hunt', 'Hunter',
|
|
81
|
-
'Jackson', 'James', 'Johnson', 'Jones',
|
|
82
|
-
'Kelly', 'Kennedy', 'Khan', 'King', 'Knight',
|
|
83
|
-
'Lee', 'Lewis', 'Lloyd',
|
|
84
|
-
'Marshall', 'Martin', 'Mason', 'Matthews', 'Miller', 'Mitchell', 'Moore', 'Morgan', 'Morris', 'Murphy', 'Murray',
|
|
85
|
-
'Owen',
|
|
86
|
-
'Palmer', 'Parker', 'Patel', 'Phillips', 'Powell', 'Price',
|
|
87
|
-
'Reid', 'Reynolds', 'Richards', 'Richardson', 'Roberts', 'Robertson', 'Robinson', 'Rogers', 'Rose', 'Ross', 'Russell',
|
|
88
|
-
'Saunders', 'Scott', 'Shaw', 'Simpson', 'Smith', 'Stevens', 'Stewart',
|
|
89
|
-
'Taylor', 'Thomas', 'Thompson', 'Turner',
|
|
90
|
-
'Walker', 'Walsh', 'Ward', 'Watson', 'White', 'Wilkinson', 'Williams', 'Wilson', 'Wood', 'Wright',
|
|
91
|
-
'Young',
|
|
92
|
-
];
|
|
93
|
-
|
|
94
|
-
/**
|
|
95
|
-
* Generates a random National Insurance number.
|
|
96
|
-
*
|
|
97
|
-
* @see https://www.gov.uk/hmrc-internal-manuals/national-insurance-manual/nim39110
|
|
98
|
-
*/
|
|
99
|
-
public function nino(): string
|
|
100
|
-
{
|
|
101
|
-
$prefixAllowList = ['A', 'B', 'C', 'E', 'G', 'H', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'R', 'S', 'T', 'W', 'X', 'Y', 'Z'];
|
|
102
|
-
$prefixBanList = ['BG', 'GB', 'KN', 'NK', 'NT', 'TN', 'ZZ'];
|
|
103
|
-
|
|
104
|
-
do {
|
|
105
|
-
$prefix = implode('', self::randomElements($prefixAllowList, 2, true));
|
|
106
|
-
} while (in_array($prefix, $prefixBanList, false) || $prefix[1] == 'O');
|
|
107
|
-
|
|
108
|
-
$digits = static::numerify('######');
|
|
109
|
-
$suffix = static::randomElement(['A', 'B', 'C', 'D']);
|
|
110
|
-
|
|
111
|
-
return sprintf('%s%s%s', $prefix, $digits, $suffix);
|
|
112
|
-
}
|
|
113
|
-
}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
namespace Faker\Provider\en_GB;
|
|
4
|
-
|
|
5
|
-
class PhoneNumber extends \Faker\Provider\PhoneNumber
|
|
6
|
-
{
|
|
7
|
-
protected static $formats = [
|
|
8
|
-
'+44(0)##########',
|
|
9
|
-
'+44(0)#### ######',
|
|
10
|
-
'+44(0)#########',
|
|
11
|
-
'+44(0)#### #####',
|
|
12
|
-
'0##########',
|
|
13
|
-
'0#########',
|
|
14
|
-
'0#### ######',
|
|
15
|
-
'0#### #####',
|
|
16
|
-
'0### ### ####',
|
|
17
|
-
'0### #######',
|
|
18
|
-
'(0####) ######',
|
|
19
|
-
'(0####) #####',
|
|
20
|
-
'(0###) ### ####',
|
|
21
|
-
'(0###) #######',
|
|
22
|
-
];
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* An array of en_GB mobile (cell) phone number formats
|
|
26
|
-
*
|
|
27
|
-
* @var array
|
|
28
|
-
*/
|
|
29
|
-
protected static $mobileFormats = [
|
|
30
|
-
// Local
|
|
31
|
-
'07#########',
|
|
32
|
-
'07### ######',
|
|
33
|
-
'07### ### ###',
|
|
34
|
-
];
|
|
35
|
-
|
|
36
|
-
protected static $e164Formats = [
|
|
37
|
-
'+44##########',
|
|
38
|
-
];
|
|
39
|
-
|
|
40
|
-
/**
|
|
41
|
-
* Return a en_GB mobile phone number
|
|
42
|
-
*
|
|
43
|
-
* @return string
|
|
44
|
-
*/
|
|
45
|
-
public static function mobileNumber()
|
|
46
|
-
{
|
|
47
|
-
return static::numerify(static::randomElement(static::$mobileFormats));
|
|
48
|
-
}
|
|
49
|
-
}
|
|
@@ -1,239 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
namespace Faker\Provider\en_HK;
|
|
4
|
-
|
|
5
|
-
class Address extends \Faker\Provider\Address
|
|
6
|
-
{
|
|
7
|
-
protected static $country = ['Hong Kong'];
|
|
8
|
-
|
|
9
|
-
protected static $syllables = [
|
|
10
|
-
'A', 'Ai', 'Ak', 'Am', 'An', 'Ang', 'Ap', 'At', 'Au',
|
|
11
|
-
'Cha', 'Chai', 'Chak', 'Cham', 'Chan', 'Chang', 'Chap', 'Chat', 'Chau',
|
|
12
|
-
'Che', 'Chek', 'Cheng', 'Cheuk', 'Cheung',
|
|
13
|
-
'Chi', 'Chik', 'Chim', 'Chin', 'Ching', 'Chip', 'Chit', 'Chiu',
|
|
14
|
-
'Cho', 'Choi', 'Chok', 'Chong', 'Chou',
|
|
15
|
-
'Chue', 'Chuen', 'Chuet', 'Chui', 'Chuk', 'Chun', 'Chung', 'Chut',
|
|
16
|
-
'E', 'Ei',
|
|
17
|
-
'Fa', 'Fai', 'Fak', 'Fan', 'Fang', 'Fat', 'Fau',
|
|
18
|
-
'Fe', 'Fei', 'Fo', 'Fok', 'Fong',
|
|
19
|
-
'Fu', 'Fui', 'Fuk', 'Fun', 'Fung', 'Fut',
|
|
20
|
-
'Ha', 'Hai', 'Hak', 'Ham', 'Han', 'Hang', 'Hap', 'Hat', 'Hau',
|
|
21
|
-
'Hei', 'Hek', 'Heng', 'Heu', 'Heung',
|
|
22
|
-
'Hik', 'Him', 'Hin', 'Hing', 'Hip', 'Hit', 'Hiu',
|
|
23
|
-
'Ho', 'Hoi', 'Hok', 'Hon', 'Hong', 'Hot', 'Hou',
|
|
24
|
-
'Huen', 'Huet', 'Hui', 'Huk', 'Hung',
|
|
25
|
-
'Ka', 'Kai', 'Kak', 'Kam', 'Kan', 'Kang', 'Kap', 'Kat', 'Kau',
|
|
26
|
-
'Ke', 'Kei', 'Kek', 'Keng', 'Keu', 'Keuk', 'Keung',
|
|
27
|
-
'Kik', 'Kim', 'Kin', 'King', 'Kip', 'Kit', 'Kiu',
|
|
28
|
-
'Ko', 'Koi', 'Kok', 'Kon', 'Kong', 'Kot', 'Kou',
|
|
29
|
-
'Ku', 'Kuen', 'Kuet', 'Kui', 'Kuk', 'Kun', 'Kung', 'Kut',
|
|
30
|
-
'Kwa', 'Kwai', 'Kwak', 'Kwan', 'Kwang', 'Kwat', 'Kwik', 'Kwing', 'Kwo', 'Kwok', 'Kwong',
|
|
31
|
-
'La', 'Lai', 'Lak', 'Lam', 'Lan', 'Lang', 'Lap', 'Lat', 'Lau',
|
|
32
|
-
'Le', 'Lei', 'Lek', 'Leng', 'Leuk', 'Leung',
|
|
33
|
-
'Li', 'Lik', 'Lim', 'Lin', 'Ling', 'Lip', 'Lit', 'Liu',
|
|
34
|
-
'Lo', 'Loi', 'Lok', 'Long', 'Lou',
|
|
35
|
-
'Luen', 'Luet', 'Lui', 'Luk', 'Lun', 'Lung', 'Lut',
|
|
36
|
-
'Ma', 'Mai', 'Mak', 'Man', 'Mang', 'Mat', 'Mau',
|
|
37
|
-
'Me', 'Mei', 'Meng',
|
|
38
|
-
'Mi', 'Mik', 'Min', 'Ming', 'Mit', 'Miu',
|
|
39
|
-
'Mo', 'Mok', 'Mong', 'Mou',
|
|
40
|
-
'Mui', 'Muk', 'Mun', 'Mung', 'Mut',
|
|
41
|
-
'Na', 'Nai', 'Nam', 'Nan', 'Nang', 'Nap', 'Nat', 'Nau',
|
|
42
|
-
'Ne', 'Nei', 'Neung',
|
|
43
|
-
'Ng', 'Nga', 'Ngai', 'Ngak', 'Ngam', 'Ngan', 'Ngang', 'Ngap', 'Ngat', 'Ngau',
|
|
44
|
-
'Ngit',
|
|
45
|
-
'Ngo', 'Ngoi', 'Ngok', 'Ngon', 'Ngong', 'Ngou',
|
|
46
|
-
'Ni', 'Nik', 'Nim', 'Nin', 'Ning', 'Nip', 'Niu',
|
|
47
|
-
'No', 'Noi', 'Nok', 'Nong', 'Nou', 'Nuen',
|
|
48
|
-
'Nui', 'Nuk', 'Nung', 'Nut',
|
|
49
|
-
'O', 'Oi', 'Ok', 'On', 'Ong', 'Ou',
|
|
50
|
-
'Pa', 'Pai', 'Pak', 'Pam', 'Pan', 'Pang', 'Pat', 'Pau',
|
|
51
|
-
'Pe', 'Pei', 'Pek', 'Peng',
|
|
52
|
-
'Pik', 'Pin', 'Ping', 'Pit', 'Piu',
|
|
53
|
-
'Po', 'Poi', 'Pok', 'Pong', 'Pou',
|
|
54
|
-
'Pui', 'Puk', 'Pun', 'Pung', 'Put',
|
|
55
|
-
'Sa', 'Sai', 'Sak', 'Sam', 'San', 'Sang', 'Sap', 'Sat', 'Sau',
|
|
56
|
-
'Se', 'Sei', 'Sek', 'Seng', 'Seuk', 'Seung',
|
|
57
|
-
'Sha', 'Shai', 'Shak', 'Sham', 'Shan', 'Shang', 'Shap', 'Shat', 'Shau',
|
|
58
|
-
'She', 'Shei', 'Shek', 'Sheng', 'Sheuk', 'Sheung',
|
|
59
|
-
'Shi', 'Shik', 'Shim', 'Shin', 'Shing', 'Ship', 'Shit', 'Shiu',
|
|
60
|
-
'Sho', 'Shoi', 'Shok', 'Shong', 'Shou',
|
|
61
|
-
'Shue', 'Shuen', 'Shuet', 'Shui', 'Shuk', 'Shun', 'Shung', 'Shut',
|
|
62
|
-
'Sik', 'Sim', 'Sin', 'Sing', 'Sip', 'Sit', 'Siu',
|
|
63
|
-
'So', 'Soi', 'Sok', 'Song', 'Sou',
|
|
64
|
-
'Sue', 'Suen', 'Suet', 'Sui', 'Suk', 'Sun', 'Sung', 'Sut',
|
|
65
|
-
'Sze',
|
|
66
|
-
'Ta', 'Tai', 'Tak', 'Tam', 'Tan', 'Tang', 'Tap', 'Tat', 'Tau',
|
|
67
|
-
'Te', 'Tei', 'Tek', 'Teng', 'Teu', 'Teuk',
|
|
68
|
-
'Tik', 'Tim', 'Tin', 'Ting', 'Tip', 'Tit', 'Tiu',
|
|
69
|
-
'To', 'Toi', 'Tok', 'Tong', 'Tou',
|
|
70
|
-
'Tsa', 'Tsai', 'Tsak', 'Tsam', 'Tsan', 'Tsang', 'Tsap', 'Tsat', 'Tsau',
|
|
71
|
-
'Tse', 'Tsek', 'Tseng', 'Tseuk', 'Tseung',
|
|
72
|
-
'Tsik', 'Tsim', 'Tsin', 'Tsing', 'Tsip', 'Tsit', 'Tsiu',
|
|
73
|
-
'Tso', 'Tsoi', 'Tsok', 'Tsong', 'Tsou',
|
|
74
|
-
'Tsue', 'Tsuen', 'Tsuet', 'Tsui', 'Tsuk', 'Tsun', 'Tsung', 'Tsut',
|
|
75
|
-
'Tsz',
|
|
76
|
-
'Tuen', 'Tuet', 'Tui', 'Tuk', 'Tun', 'Tung', 'Tut',
|
|
77
|
-
'Uk', 'Ung',
|
|
78
|
-
'Wa', 'Wai', 'Wak', 'Wan', 'Wang', 'Wat',
|
|
79
|
-
'Wik', 'Wing',
|
|
80
|
-
'Wo', 'Wok', 'Wong', 'Wu',
|
|
81
|
-
'Wui', 'Wun', 'Wut', 'Ya',
|
|
82
|
-
'Yai', 'Yak', 'Yam', 'Yan', 'Yap', 'Yat', 'Yau',
|
|
83
|
-
'Ye', 'Yeng', 'Yeuk', 'Yeung', 'Yi',
|
|
84
|
-
'Yik', 'Yim', 'Yin', 'Ying', 'Yip', 'Yit', 'Yiu',
|
|
85
|
-
'Yo',
|
|
86
|
-
'Yue', 'Yuen', 'Yuet', 'Yui', 'Yuk', 'Yun', 'Yung',
|
|
87
|
-
];
|
|
88
|
-
|
|
89
|
-
protected static $streetAddressFormats = [
|
|
90
|
-
'{{buildingNumber}} {{streetName}}',
|
|
91
|
-
'{{buildingNumber}} {{village}}',
|
|
92
|
-
'Block {{buildingNumber}}, {{estate}}',
|
|
93
|
-
];
|
|
94
|
-
|
|
95
|
-
protected static $addressFormats = [
|
|
96
|
-
"{{streetAddress}}\n{{town}}\n{{city}}",
|
|
97
|
-
];
|
|
98
|
-
|
|
99
|
-
protected static $villageNameFormats = [
|
|
100
|
-
'{{syllable}} {{syllable}} {{villageSuffix}}',
|
|
101
|
-
'{{syllable}} {{syllable}} {{villageSuffix}}',
|
|
102
|
-
'{{syllable}} {{syllable}} {{villageSuffix}}',
|
|
103
|
-
'{{syllable}} {{syllable}} {{villageSuffix}}',
|
|
104
|
-
'{{syllable}} {{syllable}} {{villageSuffix}}',
|
|
105
|
-
'{{syllable}} {{syllable}} {{villageSuffix}}',
|
|
106
|
-
'{{syllable}} {{syllable}} {{villageSuffix}}',
|
|
107
|
-
'{{syllable}} {{syllable}} {{syllable}} {{villageSuffix}}',
|
|
108
|
-
'{{syllable}} {{syllable}} {{syllable}} {{villageSuffix}}',
|
|
109
|
-
'{{syllable}} {{syllable}} {{syllable}} {{villageSuffix}}',
|
|
110
|
-
'{{syllable}} {{syllable}} {{syllable}} {{villageSuffix}}',
|
|
111
|
-
'{{syllable}} {{syllable}} {{syllable}} {{villageSuffix}}',
|
|
112
|
-
'{{syllable}} {{syllable}} {{syllable}} {{villageSuffix}}',
|
|
113
|
-
'{{syllable}} {{syllable}} {{syllable}} {{villageSuffix}}',
|
|
114
|
-
'{{syllable}} {{syllable}} {{syllable}} {{villageSuffix}}',
|
|
115
|
-
'{{syllable}} {{syllable}}',
|
|
116
|
-
'{{syllable}} {{syllable}}',
|
|
117
|
-
'{{syllable}} {{syllable}}',
|
|
118
|
-
'{{syllable}} {{syllable}} {{syllable}}',
|
|
119
|
-
'{{syllable}} {{syllable}} {{syllable}}',
|
|
120
|
-
'{{syllable}} {{syllable}} {{syllable}}',
|
|
121
|
-
'{{town}}',
|
|
122
|
-
'{{town}} {{villageSuffix}}',
|
|
123
|
-
];
|
|
124
|
-
|
|
125
|
-
protected static $estateNameFormats = [
|
|
126
|
-
'{{syllable}} {{syllable}} {{estateSuffix}}',
|
|
127
|
-
'{{syllable}} {{syllable}} {{estateSuffix}}',
|
|
128
|
-
'{{syllable}} {{syllable}} {{estateSuffix}}',
|
|
129
|
-
'{{syllable}} {{syllable}} {{syllable}} {{estateSuffix}}',
|
|
130
|
-
'{{syllable}} {{syllable}} {{syllable}} {{estateSuffix}}',
|
|
131
|
-
'{{syllable}} {{syllable}} {{syllable}} {{estateSuffix}}',
|
|
132
|
-
'{{town}} {{estateSuffix}}',
|
|
133
|
-
];
|
|
134
|
-
|
|
135
|
-
protected static $villageSuffixes = ['Village', 'Tsuen', 'San Tsuen', 'New Village', 'Wai'];
|
|
136
|
-
|
|
137
|
-
protected static $estateSuffixes = ['Estate', 'Court'];
|
|
138
|
-
|
|
139
|
-
protected static $streetNameFormats = [
|
|
140
|
-
'{{syllable}} {{streetSuffix}}',
|
|
141
|
-
'{{syllable}} {{syllable}} {{streetSuffix}}',
|
|
142
|
-
'{{syllable}} {{syllable}} {{streetSuffix}}',
|
|
143
|
-
'{{syllable}} {{syllable}} {{streetSuffix}}',
|
|
144
|
-
'{{syllable}} {{syllable}} {{syllable}} {{streetSuffix}}',
|
|
145
|
-
'{{syllable}} {{syllable}} {{syllable}} {{streetSuffix}}',
|
|
146
|
-
'{{syllable}} {{syllable}} {{syllable}} {{streetSuffix}}',
|
|
147
|
-
'{{syllable}} {{syllable}} {{direction}} {{streetSuffix}}',
|
|
148
|
-
'{{syllable}} {{syllable}} {{syllable}} {{direction}} {{streetSuffix}}',
|
|
149
|
-
'{{syllable}} {{syllable}} {{streetSuffix}} {{direction}}',
|
|
150
|
-
'{{syllable}} {{syllable}} {{syllable}} {{streetSuffix}} {{direction}}',
|
|
151
|
-
'{{englishStreetName}} {{streetSuffix}}',
|
|
152
|
-
'{{englishStreetName}} {{streetSuffix}} {{direction}}',
|
|
153
|
-
];
|
|
154
|
-
|
|
155
|
-
protected static $englishStreetNames = [
|
|
156
|
-
"King's", "Queen's", 'Nathan', 'Robinson', 'Kingston', 'Irving', 'Bonham', 'Salisbury',
|
|
157
|
-
'Tonkin', 'Nanking', 'Peking', 'Canton', 'Amoy', 'Shanghai',
|
|
158
|
-
];
|
|
159
|
-
|
|
160
|
-
protected static $streetSuffix = [
|
|
161
|
-
'Road', 'Road', 'Road', 'Street', 'Street', 'Street', 'Lane',
|
|
162
|
-
'Circuit', 'Avenue', 'Path', 'Square',
|
|
163
|
-
];
|
|
164
|
-
|
|
165
|
-
protected static $directions = ['North', 'East', 'South', 'West'];
|
|
166
|
-
|
|
167
|
-
protected static $cities = ['Hong Kong', 'Kowloon', 'New Territories'];
|
|
168
|
-
|
|
169
|
-
protected static $towns = [
|
|
170
|
-
'{{syllable}} {{syllable}}',
|
|
171
|
-
'{{syllable}} {{syllable}}',
|
|
172
|
-
'{{syllable}} {{syllable}}',
|
|
173
|
-
'{{syllable}} {{syllable}}',
|
|
174
|
-
'{{syllable}} {{syllable}}',
|
|
175
|
-
'{{syllable}} {{syllable}}',
|
|
176
|
-
'{{syllable}} {{syllable}}',
|
|
177
|
-
'{{syllable}} {{syllable}}',
|
|
178
|
-
'{{syllable}} {{syllable}}',
|
|
179
|
-
'{{syllable}} {{syllable}}',
|
|
180
|
-
'{{syllable}} {{syllable}} {{syllable}}',
|
|
181
|
-
'{{syllable}} {{syllable}} {{syllable}}',
|
|
182
|
-
'{{syllable}} {{syllable}} {{syllable}}',
|
|
183
|
-
'{{syllable}} {{syllable}} {{syllable}}',
|
|
184
|
-
'{{syllable}} {{syllable}} {{syllable}}',
|
|
185
|
-
'{{syllable}} {{syllable}} {{syllable}}',
|
|
186
|
-
'{{syllable}} {{syllable}} {{syllable}}',
|
|
187
|
-
'{{syllable}} {{syllable}} {{syllable}}',
|
|
188
|
-
'{{syllable}} {{syllable}} {{syllable}}',
|
|
189
|
-
'{{syllable}} {{syllable}} {{syllable}}',
|
|
190
|
-
'Aberdeen',
|
|
191
|
-
'Stanley',
|
|
192
|
-
'Victoria',
|
|
193
|
-
];
|
|
194
|
-
|
|
195
|
-
public function city()
|
|
196
|
-
{
|
|
197
|
-
return static::randomElement(static::$cities);
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
public function town()
|
|
201
|
-
{
|
|
202
|
-
return $this->generator->parse(static::randomElement(static::$towns));
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
public function syllable()
|
|
206
|
-
{
|
|
207
|
-
return static::randomElement(static::$syllables);
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
public function direction()
|
|
211
|
-
{
|
|
212
|
-
return static::randomElement(static::$directions);
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
public function englishStreetName()
|
|
216
|
-
{
|
|
217
|
-
return static::randomElement(static::$englishStreetNames);
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
public function villageSuffix()
|
|
221
|
-
{
|
|
222
|
-
return static::randomElement(static::$villageSuffixes);
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
public function estateSuffix()
|
|
226
|
-
{
|
|
227
|
-
return static::randomElement(static::$estateSuffixes);
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
public function village()
|
|
231
|
-
{
|
|
232
|
-
return $this->generator->parse(static::randomElement(static::$villageNameFormats));
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
public function estate()
|
|
236
|
-
{
|
|
237
|
-
return $this->generator->parse(static::randomElement(static::$estateNameFormats));
|
|
238
|
-
}
|
|
239
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
namespace Faker\Provider\en_HK;
|
|
4
|
-
|
|
5
|
-
class Internet extends \Faker\Provider\Internet
|
|
6
|
-
{
|
|
7
|
-
protected static $freeEmailDomain = [
|
|
8
|
-
'gmail.com', 'yahoo.com', 'hotmail.com', 'yahoo.com.hk', 'hotmail.com.hk',
|
|
9
|
-
];
|
|
10
|
-
protected static $tld = [
|
|
11
|
-
'com', 'com', 'com', 'com.hk', 'com.hk', 'com', 'biz', 'info', 'net', 'org',
|
|
12
|
-
'com.hk', 'edu.hk', 'org.hk', 'idv.hk',
|
|
13
|
-
];
|
|
14
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
namespace Faker\Provider\en_HK;
|
|
4
|
-
|
|
5
|
-
class PhoneNumber extends \Faker\Provider\PhoneNumber
|
|
6
|
-
{
|
|
7
|
-
protected static $formats = ['2#######', '3#######', '5#######', '6#######', '9#######'];
|
|
8
|
-
protected static $mobileFormats = ['5#######', '6#######', '9#######'];
|
|
9
|
-
protected static $landlineFormats = ['2#######', '3#######'];
|
|
10
|
-
protected static $faxFormats = ['7#######'];
|
|
11
|
-
|
|
12
|
-
/**
|
|
13
|
-
* Return an en_HK mobile phone number
|
|
14
|
-
*
|
|
15
|
-
* @return string
|
|
16
|
-
*/
|
|
17
|
-
public static function mobileNumber()
|
|
18
|
-
{
|
|
19
|
-
return static::numerify(static::randomElement(static::$mobileFormats));
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* Return an en_HK landline number
|
|
24
|
-
*
|
|
25
|
-
* @return string
|
|
26
|
-
*/
|
|
27
|
-
public static function landlineNumber()
|
|
28
|
-
{
|
|
29
|
-
return static::numerify(static::randomElement(static::$landlineFormats));
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
/**
|
|
33
|
-
* Return an en_HK fax number
|
|
34
|
-
*
|
|
35
|
-
* @return string
|
|
36
|
-
*/
|
|
37
|
-
public static function faxNumber()
|
|
38
|
-
{
|
|
39
|
-
return static::numerify(static::randomElement(static::$faxFormats));
|
|
40
|
-
}
|
|
41
|
-
}
|
|
@@ -1,188 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
|
|
3
|
-
namespace Faker\Provider\en_IN;
|
|
4
|
-
|
|
5
|
-
class Address extends \Faker\Provider\Address
|
|
6
|
-
{
|
|
7
|
-
protected static $city = [
|
|
8
|
-
'Agra', 'Ahmedabad', 'Ajmer', 'Alwar',
|
|
9
|
-
'Bengaluru', 'Bhubhaneshwar', 'Bhopal', 'Bikaner',
|
|
10
|
-
'Chennai', 'Chandigarh',
|
|
11
|
-
'Darjeeling', 'Dehra Dun', 'Delhi',
|
|
12
|
-
'Faridabad',
|
|
13
|
-
'Gandhinagar', 'Guwahati', 'Gangtok', 'Gurgaon',
|
|
14
|
-
'Hyderabad', 'Hisar',
|
|
15
|
-
'Indore',
|
|
16
|
-
'Jaipur', 'Jodhpur', 'Jammu', 'Jamnagar', 'Jabalpur',
|
|
17
|
-
'Kolkata', 'Kanpur', 'Kota', 'Kochi',
|
|
18
|
-
'Ludhiana', 'Lucknow',
|
|
19
|
-
'Mumbai', 'Meerut', 'Mysore',
|
|
20
|
-
'Nagpur', 'Nashik', 'Noida', 'New Delhi',
|
|
21
|
-
'Pune', 'Patna', 'Panaji', 'Pilani', 'Pondicherry',
|
|
22
|
-
'Ratlam', 'Raipur', 'Ranchi', 'Rajkot',
|
|
23
|
-
'Surat', 'Simla', 'Srinagar',
|
|
24
|
-
'Thiruvananthapuram', 'Trichy',
|
|
25
|
-
'Udaipur',
|
|
26
|
-
'Vishakhapattanam', 'Vadodara',
|
|
27
|
-
'Warangal',
|
|
28
|
-
];
|
|
29
|
-
|
|
30
|
-
protected static $state = [
|
|
31
|
-
|
|
32
|
-
// States
|
|
33
|
-
'Andhra Pradesh', 'Arunachal Pradesh', 'Assam',
|
|
34
|
-
'Bihar',
|
|
35
|
-
'Chhattisgarh',
|
|
36
|
-
'Goa', 'Gujarat',
|
|
37
|
-
'Haryana', 'Himachal Pradesh',
|
|
38
|
-
'Jammu and Kashmir',
|
|
39
|
-
'Jharkhand',
|
|
40
|
-
'Karnataka', 'Kerala',
|
|
41
|
-
'Madhya Pradesh', 'Maharashtra', 'Manipur', 'Meghalaya', 'Mizoram',
|
|
42
|
-
'Nagaland',
|
|
43
|
-
'Odisha',
|
|
44
|
-
'Punjab',
|
|
45
|
-
'Rajasthan',
|
|
46
|
-
'Sikkim',
|
|
47
|
-
'Tamil Nadu', 'Telangana', 'Tripura',
|
|
48
|
-
'Uttar Pradesh', 'Uttarakhand',
|
|
49
|
-
'West Bengal',
|
|
50
|
-
|
|
51
|
-
// Union Territories
|
|
52
|
-
'Andaman and Nicobar Islands',
|
|
53
|
-
'Chandigarh',
|
|
54
|
-
'Dadra and Nagar Haveli', 'Daman and Diu', 'Delhi',
|
|
55
|
-
'Lakshadweep',
|
|
56
|
-
'Puducherry',
|
|
57
|
-
];
|
|
58
|
-
|
|
59
|
-
protected static $stateAbbr = [
|
|
60
|
-
'AP', 'AR', 'AS', 'BR', 'CG', 'GA', 'GJ', 'HR', 'HP', 'JK', 'JH', 'KA', 'KL', 'MP', 'MH', 'MN', 'ML', 'MZ', 'NL', 'OD', 'PB', 'RJ', 'SK', 'TN', 'TS', 'TR', 'UP', 'UK', 'WB', 'AN', 'CH', 'DN', 'DD', 'DL', 'LD', 'PY',
|
|
61
|
-
];
|
|
62
|
-
|
|
63
|
-
protected static $country = [
|
|
64
|
-
'Afghanistan', 'Albania', 'Algeria', 'American Samoa', 'Andorra', 'Angola', 'Anguilla', 'Antarctica (the territory South of 60 deg S)', 'Antigua and Barbuda', 'Argentina', 'Armenia', 'Aruba', 'Australia', 'Austria', 'Azerbaijan',
|
|
65
|
-
'Bahamas', 'Bahrain', 'Bangladesh', 'Barbados', 'Belarus', 'Belgium', 'Belize', 'Benin', 'Bermuda', 'Bhutan', 'Bolivia', 'Bosnia and Herzegovina', 'Botswana', 'Bouvet Island (Bouvetoya)', 'Brazil', 'British Indian Ocean Territory (Chagos Archipelago)', 'British Virgin Islands', 'Brunei Darussalam', 'Bulgaria', 'Burkina Faso', 'Burundi',
|
|
66
|
-
'Cambodia', 'Cameroon', 'Canada', 'Cape Verde', 'Cayman Islands', 'Central African Republic', 'Chad', 'Chile', 'China', 'Christmas Island', 'Cocos (Keeling) Islands', 'Colombia', 'Comoros', 'Congo', 'Congo', 'Cook Islands', 'Costa Rica', 'Cote d\'Ivoire', 'Croatia', 'Cuba', 'Cyprus', 'Czech Republic',
|
|
67
|
-
'Denmark', 'Djibouti', 'Dominica', 'Dominican Republic',
|
|
68
|
-
'Ecuador', 'Egypt', 'El Salvador', 'Equatorial Guinea', 'Eritrea', 'Estonia', 'Ethiopia',
|
|
69
|
-
'Faroe Islands', 'Falkland Islands (Malvinas)', 'Fiji', 'Finland', 'France', 'French Guiana', 'French Polynesia', 'French Southern Territories',
|
|
70
|
-
'Gabon', 'Gambia', 'Georgia', 'Germany', 'Ghana', 'Gibraltar', 'Greece', 'Greenland', 'Grenada', 'Guadeloupe', 'Guam', 'Guatemala', 'Guernsey', 'Guinea', 'Guinea-Bissau', 'Guyana',
|
|
71
|
-
'Haiti', 'Heard Island and McDonald Islands', 'Holy See (Vatican City State)', 'Honduras', 'Hong Kong', 'Hungary',
|
|
72
|
-
'Iceland', 'India', 'Indonesia', 'Iran', 'Iraq', 'Ireland', 'Isle of Man', 'Israel', 'Italy',
|
|
73
|
-
'Jamaica', 'Japan', 'Jersey', 'Jordan',
|
|
74
|
-
'Kazakhstan', 'Kenya', 'Kiribati', 'Korea', 'Korea', 'Kuwait', 'Kyrgyz Republic',
|
|
75
|
-
'Lao People\'s Democratic Republic', 'Latvia', 'Lebanon', 'Lesotho', 'Liberia', 'Libyan Arab Jamahiriya', 'Liechtenstein', 'Lithuania', 'Luxembourg',
|
|
76
|
-
'Macao', 'Macedonia', 'Madagascar', 'Malawi', 'Malaysia', 'Maldives', 'Mali', 'Malta', 'Marshall Islands', 'Martinique', 'Mauritania', 'Mauritius', 'Mayotte', 'Mexico', 'Micronesia', 'Moldova', 'Monaco', 'Mongolia', 'Montenegro', 'Montserrat', 'Morocco', 'Mozambique', 'Myanmar',
|
|
77
|
-
'Namibia', 'Nauru', 'Nepal', 'Netherlands Antilles', 'Netherlands', 'New Caledonia', 'New Zealand', 'Nicaragua', 'Niger', 'Nigeria', 'Niue', 'Norfolk Island', 'Northern Mariana Islands', 'Norway',
|
|
78
|
-
'Oman',
|
|
79
|
-
'Pakistan', 'Palau', 'Palestinian Territories', 'Panama', 'Papua New Guinea', 'Paraguay', 'Peru', 'Philippines', 'Pitcairn Islands', 'Poland', 'Portugal', 'Puerto Rico',
|
|
80
|
-
'Qatar',
|
|
81
|
-
'Reunion', 'Romania', 'Russian Federation', 'Rwanda',
|
|
82
|
-
'Saint Barthelemy', 'Saint Helena', 'Saint Kitts and Nevis', 'Saint Lucia', 'Saint Martin', 'Saint Pierre and Miquelon', 'Saint Vincent and the Grenadines', 'Samoa', 'San Marino', 'Sao Tome and Principe', 'Saudi Arabia', 'Senegal', 'Serbia', 'Seychelles', 'Sierra Leone', 'Singapore', 'Slovakia (Slovak Republic)', 'Slovenia', 'Solomon Islands', 'Somalia', 'South Africa', 'South Georgia and the South Sandwich Islands', 'Spain', 'Sri Lanka', 'Sudan', 'Suriname', 'Svalbard & Jan Mayen Islands', 'Swaziland', 'Sweden', 'Switzerland', 'Syrian Arab Republic',
|
|
83
|
-
'Taiwan', 'Tajikistan', 'Tanzania', 'Thailand', 'Timor-Leste', 'Togo', 'Tokelau', 'Tonga', 'Trinidad and Tobago', 'Tunisia', 'Turkey', 'Turkmenistan', 'Turks and Caicos Islands', 'Tuvalu',
|
|
84
|
-
'Uganda', 'Ukraine', 'United Arab Emirates', 'United Kingdom', 'United States of America', 'United States Minor Outlying Islands', 'United States Virgin Islands', 'Uruguay', 'Uzbekistan',
|
|
85
|
-
'Vanuatu', 'Venezuela', 'Vietnam',
|
|
86
|
-
'Wallis and Futuna', 'Western Sahara',
|
|
87
|
-
'Yemen',
|
|
88
|
-
'Zambia', 'Zimbabwe',
|
|
89
|
-
];
|
|
90
|
-
protected static $localityName = [
|
|
91
|
-
'Aundh', 'Andheri',
|
|
92
|
-
'Borivali', 'Bandra',
|
|
93
|
-
'Chinchwad', 'Chandpole', 'Churchgate', 'Cyber City',
|
|
94
|
-
'Dadar', 'Deccan Gymkhana',
|
|
95
|
-
'Goregaon',
|
|
96
|
-
'Hadapsar', 'Harmada', 'Hinjewadi',
|
|
97
|
-
'Kormangala', 'Kharadi',
|
|
98
|
-
'Marathahalli', 'Model Town', 'Mansarovar', 'Malad',
|
|
99
|
-
'Sodala',
|
|
100
|
-
'Virar', 'Vikhroli',
|
|
101
|
-
'Yerwada', 'Yeshwanthpura',
|
|
102
|
-
];
|
|
103
|
-
protected static $areaSuffix = [
|
|
104
|
-
' Nagar', 'Pur', 'Garh', 'Gunj', ' Chowk',
|
|
105
|
-
];
|
|
106
|
-
protected static $postcode = [
|
|
107
|
-
'1#####', '2#####', '3#####', '4#####', '5#####',
|
|
108
|
-
];
|
|
109
|
-
protected static $localityFormats = [
|
|
110
|
-
'{{firstName}}{{areaSuffix}}',
|
|
111
|
-
'{{localityName}}',
|
|
112
|
-
];
|
|
113
|
-
protected static $addressFormats = [
|
|
114
|
-
'{{streetAddress}} {{city}} - {{postcode}}',
|
|
115
|
-
];
|
|
116
|
-
protected static $societySuffix = [
|
|
117
|
-
'Society', 'Apartments', 'Heights', 'Villas',
|
|
118
|
-
];
|
|
119
|
-
protected static $societyNameFormat = [
|
|
120
|
-
'{{firstName}} {{societySuffix}}',
|
|
121
|
-
];
|
|
122
|
-
protected static $streetAddressFormats = [
|
|
123
|
-
|
|
124
|
-
'{{buildingNumber}}, {{locality}},',
|
|
125
|
-
'{{buildingNumber}}, {{societyName}}, {{locality}}',
|
|
126
|
-
];
|
|
127
|
-
|
|
128
|
-
public function societySuffix()
|
|
129
|
-
{
|
|
130
|
-
return static::randomElement(static::$societySuffix);
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
/**
|
|
134
|
-
* @example Shanti Apartments
|
|
135
|
-
*/
|
|
136
|
-
public function societyName()
|
|
137
|
-
{
|
|
138
|
-
return $this->generator->parse(static::randomElement(static::$societyNameFormat));
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
/**
|
|
142
|
-
* @example Mumbai
|
|
143
|
-
*/
|
|
144
|
-
public function city()
|
|
145
|
-
{
|
|
146
|
-
return static::randomElement(static::$city);
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
/**
|
|
150
|
-
* @example Vaishali Nagar
|
|
151
|
-
*/
|
|
152
|
-
public function locality()
|
|
153
|
-
{
|
|
154
|
-
return $this->generator->parse(static::randomElement(static::$localityFormats));
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
/**
|
|
158
|
-
* @example Kharadi
|
|
159
|
-
*/
|
|
160
|
-
public function localityName()
|
|
161
|
-
{
|
|
162
|
-
return $this->generator->parse(static::randomElement(static::$localityName));
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
/**
|
|
166
|
-
* @example Nagar
|
|
167
|
-
*/
|
|
168
|
-
public function areaSuffix()
|
|
169
|
-
{
|
|
170
|
-
return static::randomElement(static::$areaSuffix);
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
/**
|
|
174
|
-
* @example 'Delhi'
|
|
175
|
-
*/
|
|
176
|
-
public static function state()
|
|
177
|
-
{
|
|
178
|
-
return static::randomElement(static::$state);
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
/**
|
|
182
|
-
* @example 'DL'
|
|
183
|
-
*/
|
|
184
|
-
public static function stateAbbr()
|
|
185
|
-
{
|
|
186
|
-
return static::randomElement(static::$stateAbbr);
|
|
187
|
-
}
|
|
188
|
-
}
|