{"id":20381819,"url":"https://github.com/beyondcode/tinkerwell-helper","last_synced_at":"2025-04-09T23:19:38.102Z","repository":{"id":44160051,"uuid":"239471764","full_name":"beyondcode/tinkerwell-helper","owner":"beyondcode","description":"Open Tinkerwell right from your Laravel apps.","archived":false,"fork":false,"pushed_at":"2024-05-12T17:39:04.000Z","size":25,"stargazers_count":58,"open_issues_count":4,"forks_count":9,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-02T21:09:34.718Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beyondcode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2020-02-10T09:20:26.000Z","updated_at":"2024-08-24T11:41:40.000Z","dependencies_parsed_at":"2024-06-19T06:13:47.503Z","dependency_job_id":"34c85cfa-feaf-46a5-8ef4-6e085a5b6cfd","html_url":"https://github.com/beyondcode/tinkerwell-helper","commit_stats":{"total_commits":14,"total_committers":7,"mean_commits":2.0,"dds":0.5,"last_synced_commit":"c5874758d3a670e154b8321aedc93d5fb2f3b57b"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondcode%2Ftinkerwell-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondcode%2Ftinkerwell-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondcode%2Ftinkerwell-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondcode%2Ftinkerwell-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beyondcode","download_url":"https://codeload.github.com/beyondcode/tinkerwell-helper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248125879,"owners_count":21051818,"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":"2024-11-15T02:15:33.970Z","updated_at":"2025-04-09T23:19:38.081Z","avatar_url":"https://github.com/beyondcode.png","language":"PHP","readme":"# Tinkerwell Helper\n\nImmediately open [Tinkerwell](https://tinkerwell.app) from within your Laravel applications. Think of it as a `dd` on steroids.\n\n## Installation\n\n\n**This package only works with Tinkerwell for macOS**\n\nYou can install the package via composer:\n\n```bash\ncomposer require --dev beyondcode/tinkerwell-helper\n```\n\n## Usage\n\n\u003e Note: You need Tinkerwell version 2.2.0+ in order to use this package.\n\nUse the `tinker` method to open Tinkerwell with the given variables available in the Tinkerwell scope.\n\nFor example:\n``` php\n$user = User::find(1);\n\ntinker($user);\n```\n\nThis will open Tinkerwell and you will have the `$user` variable available within Tinkerwell immediately.\n\nYou can also tinker with data that is not explicitly in a temporary variable:\n\n``` php\ntinker(User::find(1));\n```\n\nIn this case, the scoped variable(s) are named `$temp0`, `$temp1`, etc.\n\n### Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n### Security\n\nIf you discover any security related issues, please email marcel@beyondco.de instead of using the issue tracker.\n\n## Credits\n\n- [Marcel Pociot](https://github.com/mpociot)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeyondcode%2Ftinkerwell-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeyondcode%2Ftinkerwell-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeyondcode%2Ftinkerwell-helper/lists"}