{"id":36739833,"url":"https://github.com/angyvolin/silex-workflow","last_synced_at":"2026-01-12T12:27:50.115Z","repository":{"id":62485969,"uuid":"82969575","full_name":"angyvolin/silex-workflow","owner":"angyvolin","description":"Silex service provider for symfony/workflow component","archived":false,"fork":false,"pushed_at":"2017-06-27T03:51:24.000Z","size":11,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-24T14:58:05.516Z","etag":null,"topics":["php","silex","silex-provider","workflow"],"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/angyvolin.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":"2017-02-23T20:41:18.000Z","updated_at":"2024-05-17T16:45:47.000Z","dependencies_parsed_at":"2022-11-02T10:15:49.322Z","dependency_job_id":null,"html_url":"https://github.com/angyvolin/silex-workflow","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/angyvolin/silex-workflow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angyvolin%2Fsilex-workflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angyvolin%2Fsilex-workflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angyvolin%2Fsilex-workflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angyvolin%2Fsilex-workflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/angyvolin","download_url":"https://codeload.github.com/angyvolin/silex-workflow/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angyvolin%2Fsilex-workflow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338976,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["php","silex","silex-provider","workflow"],"created_at":"2026-01-12T12:27:49.648Z","updated_at":"2026-01-12T12:27:50.109Z","avatar_url":"https://github.com/angyvolin.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WorkflowServiceProvider [![SensioLabsInsight](https://insight.sensiolabs.com/projects/c7b71caa-7264-4e8b-85b2-879c675bde5f/mini.png)](https://insight.sensiolabs.com/projects/c7b71caa-7264-4e8b-85b2-879c675bde5f) [![License](https://poser.pugx.org/angyvolin/silex-workflow/license)](https://packagist.org/packages/angyvolin/silex-workflow) [![Latest Stable Version](https://poser.pugx.org/angyvolin/silex-workflow/v/stable)](https://packagist.org/packages/angyvolin/silex-workflow) [![Total Downloads](https://poser.pugx.org/angyvolin/silex-workflow/downloads)](https://packagist.org/packages/angyvolin/silex-workflow)\n\nSilex 2.* service provider for Symfony Workflow component.\n\n[![silex-workflow-image](https://github.com/angyvolin/silex-workflow-demo/blob/master/web/img/workflow.png)](https://github.com/angyvolin/silex-workflow-demo)\n\n## About\nThe Workflow component provides tools for managing a workflow or finite state machine. [symfony/workflow](https://github.com/symfony/workflow) was introduced in Symfony 3.2.\n\n## Installation\n`composer require angyvolin/silex-worflow`\n\n\u003e To be able to use twig helpers you also require a [symfony/twig-bridge](https://github.com/symfony/twig-bridge) package:\n\u003e \n\u003e `composer require symfony/twig-bridge`\n\n## Configuration\nRegister the service and pass workflow configuration:\n\n```php\n\u003c?php\n\nuse Angyvolin\\Provider\\WorkflowServiceProvider;\n\n$app-\u003eregister(new WorkflowServiceProvider(), array(\n    'workflow.config' =\u003e $workflowConfig,\n));\n\n```\n\n## Usage\nSee [silex-workflow-demo](https://github.com/angyvolin/silex-workflow-demo)\n\n## Tests\n\n    composer install\n    phpunit\n\n## License\n[MIT License](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangyvolin%2Fsilex-workflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangyvolin%2Fsilex-workflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangyvolin%2Fsilex-workflow/lists"}