{"id":13828343,"url":"https://github.com/beyondcode/laravel-tinker-server","last_synced_at":"2025-07-09T06:31:40.176Z","repository":{"id":45699709,"uuid":"170721096","full_name":"beyondcode/laravel-tinker-server","owner":"beyondcode","description":"Tinker with your variables while working on your Laravel application","archived":true,"fork":false,"pushed_at":"2020-02-09T22:36:50.000Z","size":21,"stargazers_count":203,"open_issues_count":1,"forks_count":10,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-09-21T21:50:27.644Z","etag":null,"topics":["dump","laravel","tinker"],"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}},"created_at":"2019-02-14T16:20:58.000Z","updated_at":"2024-01-09T09:51:03.000Z","dependencies_parsed_at":"2022-09-17T17:52:11.518Z","dependency_job_id":null,"html_url":"https://github.com/beyondcode/laravel-tinker-server","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondcode%2Flaravel-tinker-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondcode%2Flaravel-tinker-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondcode%2Flaravel-tinker-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondcode%2Flaravel-tinker-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beyondcode","download_url":"https://codeload.github.com/beyondcode/laravel-tinker-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224996519,"owners_count":17404486,"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":["dump","laravel","tinker"],"created_at":"2024-08-04T09:02:42.225Z","updated_at":"2024-11-20T08:30:26.225Z","avatar_url":"https://github.com/beyondcode.png","language":"PHP","readme":"# Laravel Tinker Server\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/beyondcode/laravel-tinker-server.svg?style=flat-square)](https://packagist.org/packages/beyondcode/laravel-tinker-server)\n[![Build Status](https://img.shields.io/travis/beyondcode/laravel-tinker-server/master.svg?style=flat-square)](https://travis-ci.org/beyondcode/laravel-tinker-server)\n[![Quality Score](https://img.shields.io/scrutinizer/g/beyondcode/laravel-tinker-server.svg?style=flat-square)](https://scrutinizer-ci.com/g/beyondcode/laravel-tinker-server)\n[![Total Downloads](https://img.shields.io/packagist/dt/beyondcode/laravel-tinker-server.svg?style=flat-square)](https://packagist.org/packages/beyondcode/laravel-tinker-server)\n\nThis package will give you a tinker server, that collects all your `tinker` call outputs **and** allows you to interact with the variables on the fly.\n\n![](https://beyondco.de/github/tinker-server/tinker-server-demo.gif)\n\n## About this package\n\nThis package was built as part of my [PHP Package Development](https://phppackagedevelopment.com) video course. Register for the course to learn how this package was built.\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require beyondcode/laravel-tinker-server\n```\n\nThe package will register itself automatically.\n\nOptionally you can publish the package configuration using:\n\n```bash\nphp artisan vendor:publish --provider=BeyondCode\\\\LaravelTinkerServer\\\\LaravelTinkerServerServiceProvider\n```\n\nThis will publish a file called `laravel-tinker-server.php` in your `config` folder.\n\nIn the config file, you can specify the dump server host that you want to listen on, in case you want to change the default value.\n\n## Usage\n\nStart the tinker server by calling the artisan command:\n\n```bash\nphp artisan tinker-server\n```\n\nAnd then you can put `tinker` calls in your methods to dump variable content as well as instantly making them available in an interactive REPL shell.\n\n```php\n$user = App\\User::find(1);\n\ntinker($user);\n```\n\nIn addition to the `tinker` method, there is also a `td` method, that behaves similar to `dd`. It tinkers the variable and dies the current request.\n\n### Testing\n\n``` bash\ncomposer test\n```\n\n### Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information 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\n## Laravel Package Boilerplate\n\nThis package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).\n","funding_links":[],"categories":["PHP"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeyondcode%2Flaravel-tinker-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeyondcode%2Flaravel-tinker-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeyondcode%2Flaravel-tinker-server/lists"}