{"id":24341083,"url":"https://github.com/nhalstead/incrementor","last_synced_at":"2026-04-21T15:05:28.897Z","repository":{"id":57026484,"uuid":"233968305","full_name":"nhalstead/Incrementor","owner":"nhalstead","description":"Generate String in bulk using a formula.","archived":false,"fork":false,"pushed_at":"2020-04-27T04:03:57.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-18T07:13:38.744Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nhalstead.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":"2020-01-15T01:07:30.000Z","updated_at":"2020-04-27T04:03:59.000Z","dependencies_parsed_at":"2022-08-23T16:20:36.720Z","dependency_job_id":null,"html_url":"https://github.com/nhalstead/Incrementor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhalstead%2FIncrementor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhalstead%2FIncrementor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhalstead%2FIncrementor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhalstead%2FIncrementor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nhalstead","download_url":"https://codeload.github.com/nhalstead/Incrementor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243104821,"owners_count":20237044,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-01-18T07:13:44.095Z","updated_at":"2026-04-21T15:05:28.859Z","avatar_url":"https://github.com/nhalstead.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Incrementor\n\nGenerate String from a template in bulk. This can be used to generate\n\n## How to use\n\nBasic \u0026 Fast Usage of the library:\n\n```php\n\u003c?php\n\nuse \\nhalstead\\Incrementor\\Incrementor;\n\n// Using the Get Method you can get a collection of the output.\n$generated = Incrementor::get('TEST_{0000^}', 10);\n\nvar_dump($generated);\n// object(Tightenco\\Collect\\Support\\Collection)#4 (1) {\n//   [\"items\":protected]=\u003e\n//   array(10) {\n//     [0]=\u003e\n//     string(9) \"TEST_0000\"\n//     [1]=\u003e\n//     string(9) \"TEST_0001\"\n//     [2]=\u003e\n//     string(9) \"TEST_0002\"\n//     [3]=\u003e\n//     string(9) \"TEST_0003\"\n//     [4]=\u003e\n//     string(9) \"TEST_0004\"\n//     [5]=\u003e\n//     string(9) \"TEST_0005\"\n//     [6]=\u003e\n//     string(9) \"TEST_0006\"\n//     [7]=\u003e\n//     string(9) \"TEST_0007\"\n//     [8]=\u003e\n//     string(9) \"TEST_0008\"\n//     [9]=\u003e\n//     string(9) \"TEST_0009\"\n//   }\n// }\n\n?\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhalstead%2Fincrementor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnhalstead%2Fincrementor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhalstead%2Fincrementor/lists"}