{"id":15068531,"url":"https://github.com/mcstreetguy/smartconsole","last_synced_at":"2025-10-05T06:31:07.825Z","repository":{"id":62526234,"uuid":"151400532","full_name":"MCStreetguy/SmartConsole","owner":"MCStreetguy","description":"The smarter php console toolkit.","archived":true,"fork":false,"pushed_at":"2018-11-27T10:40:36.000Z","size":145,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-30T13:01:21.295Z","etag":null,"topics":["cli","cli-toolkit","command-line-tool","console","php","php-library","php7","toolkit"],"latest_commit_sha":null,"homepage":"https://smartconsole.readthedocs.io/","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/MCStreetguy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-03T11:13:20.000Z","updated_at":"2023-01-28T04:48:57.000Z","dependencies_parsed_at":"2022-11-02T14:15:57.449Z","dependency_job_id":null,"html_url":"https://github.com/MCStreetguy/SmartConsole","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/MCStreetguy%2FSmartConsole","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCStreetguy%2FSmartConsole/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCStreetguy%2FSmartConsole/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCStreetguy%2FSmartConsole/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MCStreetguy","download_url":"https://codeload.github.com/MCStreetguy/SmartConsole/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235370461,"owners_count":18979093,"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","cli-toolkit","command-line-tool","console","php","php-library","php7","toolkit"],"created_at":"2024-09-25T01:37:59.134Z","updated_at":"2025-10-05T06:31:07.527Z","avatar_url":"https://github.com/MCStreetguy.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SmartConsole\n\n**The smarter php console toolkit.**\n\n[![GitHub issues](https://img.shields.io/github/issues/MCStreetguy/SmartConsole.svg)](https://github.com/MCStreetguy/SmartConsole/issues)\n[![GitHub forks](https://img.shields.io/github/forks/MCStreetguy/SmartConsole.svg)](https://github.com/MCStreetguy/SmartConsole/network)\n[![GitHub stars](https://img.shields.io/github/stars/MCStreetguy/SmartConsole.svg)](https://github.com/MCStreetguy/SmartConsole/stargazers)\n[![GitHub license](https://img.shields.io/github/license/MCStreetguy/SmartConsole.svg)](https://github.com/MCStreetguy/SmartConsole/blob/master/LICENSE)\n[![GitHub (pre-)release](https://img.shields.io/github/release/MCStreetguy/SmartConsole/all.svg)](https://github.com/MCStreetguy/SmartConsole/releases)\n[![GitHub (Pre-)Release Date](https://img.shields.io/github/release-date-pre/MCStreetguy/SmartConsole.svg)](https://github.com/MCStreetguy/SmartConsole/releases)\n[![GitHub last commit](https://img.shields.io/github/last-commit/MCStreetguy/SmartConsole.svg)](https://github.com/MCStreetguy/SmartConsole/commits/master)\n[![GitHub top language](https://img.shields.io/github/languages/top/MCStreetguy/SmartConsole.svg)](https://github.com/MCStreetguy/SmartConsole/search?l=php\u0026type=Code)\n[![GitHub contributors](https://img.shields.io/github/contributors/MCStreetguy/SmartConsole.svg)](https://github.com/MCStreetguy/SmartConsole/graphs/contributors)\n[![Documentation Status](https://readthedocs.org/projects/smartconsole/badge/?version=latest)](https://smartconsole.readthedocs.io/en/latest/?badge=latest)\n\n\u003c!-- [![Twitter](https://img.shields.io/twitter/url/https/github.com/MCStreetguy/SmartConsole.svg?style=social)](https://twitter.com/intent/tweet?text=Wow:\u0026url=https%3A%2F%2Fgithub.com%2FMCStreetguy%2FSmartConsole) --\u003e\n\nHave you ever wondered why it is so complicated to write a console application in PHP?\nWhichever library you use, you'll end up with hundreds of lines of configuration before you can even read the first 'Hello World' in the terminal.\n\n_That's over now!_ SmartConsole is the first console toolkit for PHP that you hardly have to configure at all.\nAll you do is write classes as you are used to and document them properly.\nSmart Console analyzes your command handlers and makes all settings automatically so you can sit back and concentrate on your real goal.\n\nSmartConsole is wrapped around the great [webmozart/console](https://github.com/webmozart/console) package and its approach is based on the CLI of the ingenious [Neos CMS](https://www.neos.io/).\nBesides it merges together some of the basic functionalities from the underlying console-package and advanced features like progress-bars from [CLImate](https://climate.thephpleague.com/).\n\nRead on to learn more about how to use it.\n\n## Installation\n\nRequire the library through Composer:\n\n``` bash\n$ composer require mcstreetguy/smart-console\n```\n\n## Usage\n\nCheck out the [official documentation](https://smartconsole.readthedocs.io/) for more information on how to use this library.\n\n## Contributing\n\nIf you find any bug or have a suggestion for an improvement or new feature, visit the [Issues-page](https://github.com/MCStreetguy/SmartConsole/issues) and leave a notice.\nPlease check if something similar has already been reported in any case to prevent duplicates.\nFeel free to modify the source code on your own and create a [pull-request](https://github.com/MCStreetguy/SmartConsole/pulls) in conjunction with your improvement or bug.\n\n## License\n\nSmartConsole is licensed under the MIT license. A copy of that license is distributed together with the source code.\nYou may find that file under `/LICENSE` in the projects root directory or online at: https://github.com/MCStreetguy/SmartConsole/blob/master/LICENSE\n\n### Disclaimer\n\n_(taken from the LICENSE file, slightly adapted in favour of readability)_\n\n\u003e The software is provided \"as is\", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, wheter in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcstreetguy%2Fsmartconsole","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcstreetguy%2Fsmartconsole","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcstreetguy%2Fsmartconsole/lists"}