{"id":18427113,"url":"https://github.com/nowisesys/uup-progressbar","last_synced_at":"2025-04-13T19:38:43.818Z","repository":{"id":57028840,"uuid":"454080817","full_name":"nowisesys/uup-progressbar","owner":"nowisesys","description":"Progress bar for CLI applications","archived":false,"fork":false,"pushed_at":"2022-01-31T16:25:05.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T08:27:30.205Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nowisesys.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-31T16:24:09.000Z","updated_at":"2022-01-31T16:25:04.000Z","dependencies_parsed_at":"2022-08-23T18:50:11.347Z","dependency_job_id":null,"html_url":"https://github.com/nowisesys/uup-progressbar","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/nowisesys%2Fuup-progressbar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowisesys%2Fuup-progressbar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowisesys%2Fuup-progressbar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowisesys%2Fuup-progressbar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nowisesys","download_url":"https://codeload.github.com/nowisesys/uup-progressbar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248769386,"owners_count":21158808,"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-06T05:09:40.683Z","updated_at":"2025-04-13T19:38:43.790Z","avatar_url":"https://github.com/nowisesys.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## UUP-PROGRESS-BAR\n\nProgress bar for console (CLI) applications. \n\n```php\n$progress = new ProgressBar();\n\nfor ($i = 1; $i \u003c= 100; ++$i) {\n    $progress-\u003eaddIncrement($i);\n}\n```\n\nDisplays percentage completed, spinner and progress bar. An optional message can also be passed for each tick.\n\n```shell\n68% [\\] ==============       : Importing file5483.txt\n```\n\nThe start-/end-values are can be chosen as likes. Custom labels are displayed when increment value equals the start- \nor end-value:\n\n```shell\n0% [*] Waiting...\n100% [+] Finished!\n```\n\nThe length of the progress bar and indicator character can also be customized.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnowisesys%2Fuup-progressbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnowisesys%2Fuup-progressbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnowisesys%2Fuup-progressbar/lists"}