{"id":27162207,"url":"https://github.com/consoletvs/progresser","last_synced_at":"2025-04-09T00:59:53.505Z","repository":{"id":45617895,"uuid":"375155761","full_name":"ConsoleTVs/Progresser","owner":"ConsoleTVs","description":"Add progress to your laravel application","archived":false,"fork":false,"pushed_at":"2021-12-04T15:02:19.000Z","size":103,"stargazers_count":7,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-01T22:53:28.784Z","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/ConsoleTVs.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-06-08T22:00:33.000Z","updated_at":"2022-07-03T16:19:45.000Z","dependencies_parsed_at":"2022-09-10T21:01:28.100Z","dependency_job_id":null,"html_url":"https://github.com/ConsoleTVs/Progresser","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConsoleTVs%2FProgresser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConsoleTVs%2FProgresser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConsoleTVs%2FProgresser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConsoleTVs%2FProgresser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ConsoleTVs","download_url":"https://codeload.github.com/ConsoleTVs/Progresser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247953015,"owners_count":21023947,"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":"2025-04-09T00:59:52.967Z","updated_at":"2025-04-09T00:59:53.495Z","avatar_url":"https://github.com/ConsoleTVs.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Progresser\n\nAdds progress to your laravel application.\n\n```php\n$progress = Progress::create();\n\n// Control methods\n$progress-\u003estart('Preparing information...');\n$progress-\u003estep('Done task 1');\n$progress-\u003estatus('Now doing this...');\n$progress-\u003ecomplete('Done task 2');\n$progress-\u003efail('Failed at task 2');\n\n// Methods\n$progress-\u003eisRunning();\n$progress-\u003ehasFailed();\n$progress-\u003ehasCompleted();\n$progress-\u003ehasSteps();\n$progress-\u003epercentage();\n\n// Attributes\n$progress-\u003estatus;\n$progress-\u003ecurrent_step;\n$progress-\u003esteps;\n$progress-\u003erunning;\n$progress-\u003efailed;\n$progress-\u003efailed_payload;\n$progress-\u003edefault_completed_status;\n$progress-\u003edefault_failed_status;\n```\n\n```php\n$progress = Progress::create();\n\n$progress-\u003estart('Preparing information...');\n$progress-\u003estep('Done task 1');\n$progress-\u003ecomplete('Done task 2');\n```\n\n```php\n$progress = Progress::create();\n\n$progress-\u003estart('Preparing information...', 2);\n$progress-\u003estep('Done task 1');\n$progress-\u003estep('Done task 2');\n```\n\n```php\n$progress = Progress::create();\n\n$progress-\u003estart('Preparing information...');\n$progress-\u003estep('Done task 1');\n$progress-\u003efail('Done task 2');\n```\n\n```php\nuse Illuminate\\Database\\Eloquent\\Model;\nuse ConsoleTVs\\Progresser\\Traits\\Progressable;\n\nclass Book extends Model\n{\n    use Progressable;\n}\n\n$book = Book::create();\n$progress = $book-\u003eprogress('review');\n$progress-\u003estart('Starting book review...');\n$progress-\u003ecomplete('Finished review...');\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconsoletvs%2Fprogresser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconsoletvs%2Fprogresser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconsoletvs%2Fprogresser/lists"}