{"id":36979005,"url":"https://github.com/iamalirezaj/laravel-terminal","last_synced_at":"2026-01-13T22:48:33.962Z","repository":{"id":57001745,"uuid":"103334475","full_name":"iamalirezaj/laravel-terminal","owner":"iamalirezaj","description":"📟 Terminal Shell commands in laravel","archived":true,"fork":false,"pushed_at":"2020-01-14T16:37:12.000Z","size":13,"stargazers_count":15,"open_issues_count":3,"forks_count":3,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-11-13T23:14:23.682Z","etag":null,"topics":["laravel","php","shell","terminal"],"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/iamalirezaj.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}},"created_at":"2017-09-13T00:34:53.000Z","updated_at":"2023-01-28T02:44:51.000Z","dependencies_parsed_at":"2022-08-21T12:10:14.382Z","dependency_job_id":null,"html_url":"https://github.com/iamalirezaj/laravel-terminal","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/iamalirezaj/laravel-terminal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamalirezaj%2Flaravel-terminal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamalirezaj%2Flaravel-terminal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamalirezaj%2Flaravel-terminal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamalirezaj%2Flaravel-terminal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamalirezaj","download_url":"https://codeload.github.com/iamalirezaj/laravel-terminal/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamalirezaj%2Flaravel-terminal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28403742,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["laravel","php","shell","terminal"],"created_at":"2026-01-13T22:48:33.897Z","updated_at":"2026-01-13T22:48:33.950Z","avatar_url":"https://github.com/iamalirezaj.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/MrJoshLab/laravel-terminal.svg)](https://travis-ci.org/MrJoshLab/laravel-terminal)\n[![Latest Stable Version](https://poser.pugx.org/josh/laravel-terminal/v/stable)](https://packagist.org/packages/josh/laravel-terminal)\n[![Total Downloads](https://poser.pugx.org/josh/laravel-terminal/downloads)](https://packagist.org/packages/josh/laravel-terminal)\n[![Latest Unstable Version](https://poser.pugx.org/josh/laravel-terminal/v/unstable)](//packagist.org/packages/josh/laravel-terminal)\n[![License](https://poser.pugx.org/josh/laravel-terminal/license)](https://packagist.org/packages/josh/laravel-terminal)\n\n# Laravel Terminal package\nRun shell command easy in your laravel projects\n\n**The package is in process.**\n\n# Requirement\n* Laravel ^6\n* PHP ^7.2\n\n## Install\n\nVia Composer\n\n``` bash\n$ composer require josh/laravel-terminal\n```\n\n## Config\n\nAdd the following provider to providers part of config/app.php\n``` php\nJosh\\Terminal\\TerminalServiceProvider::class\n```\n\nand the following Facade to the aliases part\n``` php\n'Terminal' =\u003e Josh\\Terminal\\TerminalFacade::class\n```\n\nand then run\n``` bash\nphp artisan vendor:publish\n```\nfor generating terminal config file into main config directory\n\n## Usage\nYou can run Terminal shell commands in laravel just like this:\n\n```php\n$response = \\Terminal::command('ls')-\u003eexecute();\n```\n\nand you can get output of command just like this:\n```php\nreturn $response-\u003egetBody()-\u003egetContents();\n```\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamalirezaj%2Flaravel-terminal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamalirezaj%2Flaravel-terminal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamalirezaj%2Flaravel-terminal/lists"}