{"id":19720755,"url":"https://github.com/square-bit/laravel-workflow","last_synced_at":"2026-03-17T16:17:12.834Z","repository":{"id":194076972,"uuid":"677427503","full_name":"square-bit/laravel-workflow","owner":"square-bit","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-12T06:21:20.000Z","size":97,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-12T16:27:35.339Z","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/square-bit.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-11T14:46:33.000Z","updated_at":"2026-01-12T06:21:18.000Z","dependencies_parsed_at":"2023-09-11T15:20:07.429Z","dependency_job_id":"9ececf3b-9ae4-409c-928e-fad07db33ce6","html_url":"https://github.com/square-bit/laravel-workflow","commit_stats":null,"previous_names":["square-bit/laravel-workflow"],"tags_count":14,"template":false,"template_full_name":"spatie/package-skeleton-laravel","purl":"pkg:github/square-bit/laravel-workflow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/square-bit%2Flaravel-workflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/square-bit%2Flaravel-workflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/square-bit%2Flaravel-workflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/square-bit%2Flaravel-workflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/square-bit","download_url":"https://codeload.github.com/square-bit/laravel-workflow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/square-bit%2Flaravel-workflow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30626960,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T14:16:03.965Z","status":"ssl_error","status_checked_at":"2026-03-17T14:16:03.380Z","response_time":56,"last_error":"SSL_read: 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":"2024-11-11T23:12:25.181Z","updated_at":"2026-03-17T16:17:12.787Z","avatar_url":"https://github.com/square-bit.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Add workflow support to your Laravel models.\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/square-bit/laravel-workflow.svg?style=flat-square)](https://packagist.org/packages/square-bit/laravel-workflow)\n[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/square-bit/laravel-workflow/run-tests.yml?branch=main\u0026label=tests\u0026style=flat-square)](https://github.com/square-bit/laravel-workflow/actions?query=workflow%3Arun-tests+branch%3Amain)\n[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/square-bit/laravel-workflow/fix-php-code-style-issues.yml?branch=main\u0026label=code%20style\u0026style=flat-square)](https://github.com/square-bit/laravel-workflow/actions?query=workflow%3A\"Fix+PHP+code+style+issues\"+branch%3Amain)\n[![Total Downloads](https://img.shields.io/packagist/dt/square-bit/laravel-workflow.svg?style=flat-square)](https://packagist.org/packages/square-bit/laravel-workflow)\n\nGive your models the ability to flow through multiple states.\n\nFeatures:\n\n- default workflow per model class.\n- parallel workflows: each model can transition if more than one workflow, in parallel,\n- permissioned transitions.\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require square-bit/laravel-workflow\n```\n\nYou can publish and run the migrations with:\n\n```bash\nphp artisan vendor:publish --tag=\"laravel-workflow-migrations\"\nphp artisan migrate\n```\n\nYou can publish the config file with:\n\n```bash\nphp artisan vendor:publish --tag=\"laravel-workflow-config\"\n```\n\nThis is the contents of the published config file:\n\n```php\nreturn [\n];\n```\n\nOptionally, you can publish the views using\n\n```bash\nphp artisan vendor:publish --tag=\"laravel-workflow-views\"\n```\n\n## Usage\n\n```php\n// TODO\n```\n\n## Testing\n\n```bash\ncomposer test\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\n## Credits\n\n- [Squarebit, Lda](https://github.com/square-bit)\n- [All Contributors](../../contributors)\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%2Fsquare-bit%2Flaravel-workflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsquare-bit%2Flaravel-workflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsquare-bit%2Flaravel-workflow/lists"}