{"id":37003130,"url":"https://github.com/krafthaus/name-generator","last_synced_at":"2026-01-14T00:32:04.643Z","repository":{"id":57008999,"uuid":"84430527","full_name":"krafthaus/name-generator","owner":"krafthaus","description":"Name generator for your next Laravel project.","archived":false,"fork":false,"pushed_at":"2017-03-10T18:19:20.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-07T16:37:23.757Z","etag":null,"topics":["generator","laravel","name","project"],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/krafthaus.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}},"created_at":"2017-03-09T10:41:50.000Z","updated_at":"2022-09-28T10:03:29.000Z","dependencies_parsed_at":"2022-08-21T12:40:34.574Z","dependency_job_id":null,"html_url":"https://github.com/krafthaus/name-generator","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/krafthaus/name-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krafthaus%2Fname-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krafthaus%2Fname-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krafthaus%2Fname-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krafthaus%2Fname-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krafthaus","download_url":"https://codeload.github.com/krafthaus/name-generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krafthaus%2Fname-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28406501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["generator","laravel","name","project"],"created_at":"2026-01-14T00:32:04.016Z","updated_at":"2026-01-14T00:32:04.621Z","avatar_url":"https://github.com/krafthaus.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Name Generator for Laravel\n\n[![Total Downloads](https://poser.pugx.org/krafthaus/name-generator/downloads.png)](https://packagist.org/packages/krafthaus/name-generator)\n[![Build Status](https://img.shields.io/travis/krafthaus/name-generator/master.svg?style=flat-square)](https://travis-ci.org/krafthaus/name-generator)\n[![License](https://poser.pugx.org/krafthaus/name-generator/license.png)](https://packagist.org/packages/krafthaus/name-generator)\n[![StyleCI](https://styleci.io/repos/84430527/shield)](https://styleci.io/repos/84430527)\n\n## Installation\n\nAdd name-generator to your composer.json file:\n\n```\n\"require\": {\n    \"krafthaus/name-generator\": \"^1.0\"\n}\n```\n\nUse composer to install the package:\n\n```\n$ composer update\n```\n\nRegister the package:\n\n```\n'providers' =\u003e [\n    // ...\n    KraftHaus\\NameGenerator\\NameGeneratorServiceProvider::class,\n]\n```\n\nPublish the configuration files:\n\n```\n$ php artisan vendor:publish --provider=\"KraftHaus\\NameGenerator\\NameGeneratorServiceProvider\" --tag=config\n```\n\n## Usage\n\n#### Generate a string of random words:\n\n```php\n$words = KraftHaus\\NameGenerator\\Facades\\Generator::generate();\n// output: word1 word2\n\n// Or define the amount of words you'd like to output:\n$words = KraftHaus\\NameGenerator\\Facades\\Generator::generate(5);\n// output: word1 word2 word3 word4 word5\n\n// With the glue parameter:\n$words = KraftHaus\\NameGenerator\\Facades\\Generator::generate(3, '-');\n// output: word1-word2-word3\n```\n\n#### Generate an array of random words:\n\n```php\n$words = KraftHaus\\NameGenerator\\Facades\\Generator::raw();\n// output: ['word1', 'word2'];\n\n// Or define the amount of words you'd like to output:\n$words = KraftHaus\\NameGenerator\\Facades\\Generator::raw(4);\n// output: ['word1', 'word2', 'word3', 'word4'];\n```\n\n## License\n\nThis package is available under the [MIT license](https://github.com/krafthaus/name-generator/blob/master/LICENSE).\n\nCopyright (c) 2017 KraftHaus\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrafthaus%2Fname-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrafthaus%2Fname-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrafthaus%2Fname-generator/lists"}