{"id":43390700,"url":"https://github.com/tinyappsde/script-progress","last_synced_at":"2026-02-02T13:02:58.002Z","repository":{"id":57070133,"uuid":"340227027","full_name":"tinyappsde/script-progress","owner":"tinyappsde","description":"Super simple library for live-updating php-cli script progress output with estimated time that is left.","archived":false,"fork":false,"pushed_at":"2021-12-16T12:32:17.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-12T15:47:00.114Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tinyappsde.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}},"created_at":"2021-02-19T01:37:23.000Z","updated_at":"2021-12-16T12:31:53.000Z","dependencies_parsed_at":"2022-08-24T14:54:20.838Z","dependency_job_id":null,"html_url":"https://github.com/tinyappsde/script-progress","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/tinyappsde/script-progress","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinyappsde%2Fscript-progress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinyappsde%2Fscript-progress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinyappsde%2Fscript-progress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinyappsde%2Fscript-progress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tinyappsde","download_url":"https://codeload.github.com/tinyappsde/script-progress/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinyappsde%2Fscript-progress/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29012691,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T12:48:30.580Z","status":"ssl_error","status_checked_at":"2026-02-02T12:46:38.384Z","response_time":58,"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":[],"created_at":"2026-02-02T13:02:51.981Z","updated_at":"2026-02-02T13:02:57.996Z","avatar_url":"https://github.com/tinyappsde.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Script Progress\nThis is a super simple library for php-cli script progress output. It’s easy-to-use and can print the estimated time that is left until your script is done. You always know if your script is still doing something or might be stuck – and when it will approximately finish.\n\nExample output: `20% done. Appr. 02m 16s remaining.` – That’s it.\n\n## Installation\n`composer require tinyapps/script-progress`\n\n## Example Usage\n```php\n$numberOfItems = 20;\n$progress = new TinyApps\\ScriptProgress\\Progress($numberOfItems);\n\nfor ($i=0; $i \u003c= $numberOfItems; $i++) {\n    // do something\n    $progress-\u003eupdate($i);\n}\n```\n\nThere is also an example in the corresponding folder.\n\nMore features will be added soon.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinyappsde%2Fscript-progress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftinyappsde%2Fscript-progress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinyappsde%2Fscript-progress/lists"}