{"id":21344467,"url":"https://github.com/intonate/tinker-zero","last_synced_at":"2025-10-12T13:34:50.033Z","repository":{"id":54039938,"uuid":"110322700","full_name":"intonate/tinker-zero","owner":"intonate","description":"Bridge laravel/tinker for your laravel-zero applications","archived":false,"fork":false,"pushed_at":"2024-04-25T02:15:40.000Z","size":36,"stargazers_count":45,"open_issues_count":1,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-26T00:53:21.283Z","etag":null,"topics":["cli","console","laravel","laravel-packages","laravel-zero","php","psysh","repl","tinker"],"latest_commit_sha":null,"homepage":"https://laravel-zero.com/docs/tinker-repl","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/intonate.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-11T06:08:00.000Z","updated_at":"2024-06-18T17:36:58.574Z","dependencies_parsed_at":"2024-04-25T00:35:40.416Z","dependency_job_id":"ca4b01de-0656-4f71-886e-9316b569d955","html_url":"https://github.com/intonate/tinker-zero","commit_stats":{"total_commits":15,"total_committers":3,"mean_commits":5.0,"dds":"0.19999999999999996","last_synced_commit":"c1df5f7a94ca8f4571fbcfc04d79c5c2916a0d4b"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intonate%2Ftinker-zero","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intonate%2Ftinker-zero/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intonate%2Ftinker-zero/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intonate%2Ftinker-zero/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/intonate","download_url":"https://codeload.github.com/intonate/tinker-zero/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225825351,"owners_count":17530063,"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":["cli","console","laravel","laravel-packages","laravel-zero","php","psysh","repl","tinker"],"created_at":"2024-11-22T01:19:10.846Z","updated_at":"2025-10-12T13:34:45.008Z","avatar_url":"https://github.com/intonate.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"/logo.svg\" title=\"Tinker Zero\" alt=\"Logo Tinker Zero\"\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/intonate/tinker-zero/actions/workflows/phpunit.yml?query=workflow:PHPUnit\"\u003e\u003cimg src=\"https://github.com/intonate/tinker-zero/workflows/PHPUnit/badge.svg\" alt=\"PHPUnit\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://styleci.io/repos/110322700\"\u003e\u003cimg src=\"https://github.styleci.io/repos/110322700/shield?style=flat\" alt=\"StyleCI\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://packagist.org/packages/intonate/tinker-zero\"\u003e\u003cimg src=\"https://img.shields.io/packagist/dt/intonate/tinker-zero.svg\" alt=\"Total Downloads\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://packagist.org/packages/intonate/tinker-zero\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/intonate/tinker-zero.svg?label=stable\" alt=\"Latest Stable Version\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://packagist.org/packages/intonate/tinker-zero\"\u003e\u003cimg src=\"https://img.shields.io/packagist/l/intonate/tinker-zero.svg\" alt=\"License\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nThis is a *community project* and not an official Laravel or Laravel Zero package\n\n## Introduction\n\n**Tinker Zero** is a bridge that allows using [Laravel Tinker](https://github.com/laravel/tinker) in your [Laravel Zero](http://laravel-zero.com) applications.\n\nLaravel Zero was created by Nuno [Nuno Maduro](https://github.com/nunomaduro) and [Owen Voke](https://github.com/owenvoke), and is a micro-framework that provides an elegant starting point for your console application. It's a customized version of Laravel optimized for building command-line applications.\n\n## Installation\n\n* To get started install it using composer:\n\n```sh\ncomposer require intonate/tinker-zero\n```\n\n* Then add `TinkerZeroServiceProvider` to your `config/app.php` file:\n\n```diff\n'providers' =\u003e [\n    App\\Providers\\AppServiceProvider::class,\n++  Intonate\\TinkerZero\\TinkerZeroServiceProvider::class,\n],\n```\n\n## Usage\n\nTinker Zero provides you with all the power of [Laravel Tinker](https://github.com/laravel/tinker).\n\n```sh\nphp application tinker\n\n# Custom application name\nphp application app:rename movies\nphp movies tinker\n```\n\n## Credits\n\n* [Jorge González](https://github.com/scrubmx)\n* [All Contributors](../../contributors)\n\n## License\n\nTinker Zero is open-sourced software licensed under the [MIT license](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintonate%2Ftinker-zero","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintonate%2Ftinker-zero","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintonate%2Ftinker-zero/lists"}