{"id":50224814,"url":"https://github.com/blocoio/faker","last_synced_at":"2026-05-26T14:15:45.565Z","repository":{"id":2221710,"uuid":"45912125","full_name":"blocoio/faker","owner":"blocoio","description":"A Kotlin and Android-ready port of the Faker ruby gem","archived":false,"fork":false,"pushed_at":"2024-01-08T16:53:58.000Z","size":1431,"stargazers_count":191,"open_issues_count":2,"forks_count":28,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-05-02T00:33:30.770Z","etag":null,"topics":["android","faker","java","kotlin","kotlin-android","kotlin-library","localization","testing","testing-tools"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blocoio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2015-11-10T13:03:11.000Z","updated_at":"2026-04-10T03:23:49.000Z","dependencies_parsed_at":"2024-01-08T18:04:31.212Z","dependency_job_id":null,"html_url":"https://github.com/blocoio/faker","commit_stats":{"total_commits":89,"total_committers":6,"mean_commits":"14.833333333333334","dds":0.2247191011235955,"last_synced_commit":"8fa57a63d39ccb7a4852972250c4ebf192a8866e"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/blocoio/faker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blocoio%2Ffaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blocoio%2Ffaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blocoio%2Ffaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blocoio%2Ffaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blocoio","download_url":"https://codeload.github.com/blocoio/faker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blocoio%2Ffaker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33524213,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T03:12:49.672Z","status":"ssl_error","status_checked_at":"2026-05-26T03:12:47.976Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","faker","java","kotlin","kotlin-android","kotlin-library","localization","testing","testing-tools"],"created_at":"2026-05-26T14:15:44.480Z","updated_at":"2026-05-26T14:15:45.546Z","avatar_url":"https://github.com/blocoio.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"bloco_faker.png\" alt=\"Faker\" /\u003e\n\n[![Release](https://img.shields.io/github/release/blocoio/faker.svg?label=Maven)](http://144.217.6.255/nexus/r/io.bloco/faker?server=https%3A%2F%2Fs01.oss.sonatype.org)\n\nGenerates fake data for testing or populating a development database.\nRun your tests with realistic data like names, emails, dates, countries...\n\nA Kotlin port of the [Faker ruby gem](https://github.com/stympy/faker/) that's suitable to use in Android development.\nThe goal is to reuse their locale data files without changes.\n\n## Installing\n\n```groovy\nrepositories {\n    // ...\n    mavenCentral()\n}\n\ndependencies {\n    implementation 'io.bloco:faker:${fakerVersion}'\n}\n```\n\nYou can use ```testImplementation``` or ```androidTestImplementation```, if you only want to use Faker for testing.\n\n## Usage\n\n```kotlin\nval faker = Faker()\nfaker.name.firstName()    // Returns \"Aaron\"\nfaker.company.name()      // Returns \"Hirthe-Ritchie\"\n\nval faker = Faker(\"nl\")\nfaker.name.firstName()    // Returns \"Thijs\"\n```\n\nFor full list of available options, check the [original source](https://github.com/stympy/faker/blob/master/README.md).\nWe have tried to keep the operations as close as possible.\n\nYou can also check our [blog post](https://www.bloco.io/blog/faker-a-library-to-generate-fake-data-for-java-android).\n\n### Available components\n\n - Address\n - App\n - Artist\n - Avatar\n - Book\n - Bool\n - Business\n - Color\n - Commerce\n - Company\n - Date\n - Food\n - Internet\n - Lorem\n - Name\n - Number\n - PhoneNumber\n - Placeholdit\n - SlackEmoji\n - Team\n - Time\n - University\n\n### Warnings\n\n - Currently, we don't support locale specific operations\n like ```Address.postcode_by_state``` or ```Business.swedish_organisation_number```.\n\n## Proguard\n\nIf you are using R8, the shrinking and obfuscation rules are included automatically.\n\nOtherwise, you will need to add the following options:\n\n```\n-keep class org.yaml.snakeyaml.** { public protected private *; }\n-keep class org.yaml.snakeyaml.** { public protected private *; }\n-dontwarn org.yaml.snakeyaml.**\n```\n\n## Contact\n\nFeedback and contributions are welcome.\nFeel free to send an [email](mailto:hello@bloco.io) or submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblocoio%2Ffaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblocoio%2Ffaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblocoio%2Ffaker/lists"}