{"id":20916197,"url":"https://github.com/yannoff/handyman","last_synced_at":"2026-04-30T05:35:50.963Z","repository":{"id":39650681,"uuid":"431506465","full_name":"yannoff/handyman","owner":"yannoff","description":"A basic REPL for symfony applications","archived":false,"fork":false,"pushed_at":"2023-10-24T08:59:49.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T23:23:38.313Z","etag":null,"topics":["php","repl","symfony","tinker"],"latest_commit_sha":null,"homepage":"","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/yannoff.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-24T14:02:43.000Z","updated_at":"2023-10-01T09:09:26.000Z","dependencies_parsed_at":"2023-01-22T12:55:16.091Z","dependency_job_id":"e68ea5a2-9177-48d6-87a1-0ccb806bf866","html_url":"https://github.com/yannoff/handyman","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"b1cca039494c210b4f82609d0ea40576d8bf4c9b"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/yannoff/handyman","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yannoff%2Fhandyman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yannoff%2Fhandyman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yannoff%2Fhandyman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yannoff%2Fhandyman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yannoff","download_url":"https://codeload.github.com/yannoff/handyman/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yannoff%2Fhandyman/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32456167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["php","repl","symfony","tinker"],"created_at":"2024-11-18T16:20:27.258Z","updated_at":"2026-04-30T05:35:45.954Z","avatar_url":"https://github.com/yannoff.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# handyman\n\nA basic REPL for symfony applications\n\n[![Latest Stable Version](https://poser.pugx.org/yannoff/handyman/v/stable)](https://packagist.org/packages/yannoff/handyman)\n[![Total Downloads](https://poser.pugx.org/yannoff/handyman/downloads)](https://packagist.org/packages/yannoff/handyman)\n[![License](https://poser.pugx.org/yannoff/handyman/license)](https://packagist.org/packages/yannoff/handyman)\n\n## Installation\n\nUsing composer:\n\n```\ncomposer require --dev yannoff/handyman\n```\n\n## Usage\n\nCall the REPL script from the application top-level directory:\n\n```\nvendor/bin/handyman\n```\n\u003e _Depending on the [main `composer.json` config](https://getcomposer.org/doc/06-config.md#bin-dir), a link to the script may be available in the `bin/` directory._\n\n### Example\n\n```\nPHP\u003e print_r(get_class_methods(self::get('slugger')));;\nArray\n(\n    [0] =\u003e __construct\n    [1] =\u003e setLocale\n    [2] =\u003e getLocale\n    [3] =\u003e slug\n)\n\nPHP\u003e echo self::get('slugger')-\u003eslug('this is my text')  \nPHP\u003e // Note: to trigger eval, line must end with a double semi-colon (;;)\nPHP\u003e ;;\nthis-is-my-text\nPHP\u003e \n```\n\n\u003e _Code will be eval'd as soon as two semi-colons (`;;`) are detected in the line end._\n\n### Options\n\n#### `--kernel`\n\n*Alternative application's kernel fully-qualfied class name (instead of `App\\Kernel`)*\n\n#### `--working-dir`\n\n*Optional override for the `%kernel.project_dir%` value*\n\n#### `--verbose`\n\n*Turn on verbose mode*\n\n## License\n\nLicensed under the [MIT Licence](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyannoff%2Fhandyman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyannoff%2Fhandyman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyannoff%2Fhandyman/lists"}