{"id":19234521,"url":"https://github.com/phpmentors-jp/workflower-bundle","last_synced_at":"2025-08-20T02:07:06.623Z","repository":{"id":33404408,"uuid":"37049595","full_name":"phpmentors-jp/workflower-bundle","owner":"phpmentors-jp","description":"A Symfony bundle for Workflower","archived":false,"fork":false,"pushed_at":"2022-07-15T07:39:59.000Z","size":61,"stargazers_count":23,"open_issues_count":4,"forks_count":12,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-09-25T23:55:22.911Z","etag":null,"topics":["bpm","bpmn","bpms","flow","php","process","symfony","symfony-bundle","workflow"],"latest_commit_sha":null,"homepage":"https://github.com/phpmentors-jp/workflower-bundle/wiki","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phpmentors-jp.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":"2015-06-08T06:22:40.000Z","updated_at":"2022-06-29T07:09:02.000Z","dependencies_parsed_at":"2022-09-12T19:51:49.794Z","dependency_job_id":null,"html_url":"https://github.com/phpmentors-jp/workflower-bundle","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpmentors-jp%2Fworkflower-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpmentors-jp%2Fworkflower-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpmentors-jp%2Fworkflower-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpmentors-jp%2Fworkflower-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phpmentors-jp","download_url":"https://codeload.github.com/phpmentors-jp/workflower-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223776302,"owners_count":17200625,"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":["bpm","bpmn","bpms","flow","php","process","symfony","symfony-bundle","workflow"],"created_at":"2024-11-09T16:14:10.903Z","updated_at":"2024-11-09T16:14:11.738Z","avatar_url":"https://github.com/phpmentors-jp.png","language":"PHP","readme":"# PHPMentorsWorkflowerBundle\n\nA Symfony bundle for [Workflower](https://github.com/phpmentors-jp/workflower)\n\n[![Total Downloads](https://poser.pugx.org/phpmentors/workflower-bundle/downloads)](https://packagist.org/packages/phpmentors/workflower-bundle)\n[![Latest Stable Version](https://poser.pugx.org/phpmentors/workflower-bundle/v/stable)](https://packagist.org/packages/phpmentors/workflower-bundle)\n[![Latest Unstable Version](https://poser.pugx.org/phpmentors/workflower-bundle/v/unstable)](https://packagist.org/packages/phpmentors/workflower-bundle)\n\n## Features\n\n* Integration with the service container by the `phpmentors_workflower.process_aware` tag\n* Integration with the security system for workflow participants\n* Transparent serialization/deserialization support for entities with Doctrine ORM\n* Multiple workflow contexts (which are directories where BPMN files are stored)\n\n## Installation\n\n`PHPMentorsWorkflowerBundle` can be installed using [Composer](http://getcomposer.org/).\n\nFirst, add the dependency to `phpmentors/workflower-bundle` into your `composer.json` file as the following:\n\n**Stable version:**\n\n```\ncomposer require phpmentors/workflower-bundle \"1.4.*\"\n```\n\n**Development version:**\n\n```\ncomposer require phpmentors/workflower-bundle \"~1.5@dev\"\n```\n\nSecond, add `PHPMentorsWorkflowerBundle` into your bundles to register in `AppKernel::registerBundles()` as the following:\n\n```php\n// ...\nclass AppKernel extends Kernel\n{\n    public function registerBundles()\n    {\n        $bundles = array(\n            // ...\n            new PHPMentors\\WorkflowerBundle\\PHPMentorsWorkflowerBundle(),\n        );\n        // ...\n```\n\n## Configuration\n\n`app/config/config.yml:`\n\n```yaml\n# ...\n\nphpmentors_workflower:\n    serializer_service: phpmentors_workflower.base64_php_workflow_serializer # Defaults to `phpmentors_workflower.php_workflow_serializer`\n    workflow_contexts:\n        app:\n            definition_dir: \"%kernel.root_dir%/../src/AppBundle/Resources/config/workflower\" # A directory where BPMN files for the `app` context are stored\n```\n\n## Documentation\n\n* [Quick Start Guide](https://github.com/phpmentors-jp/workflower/blob/master/docs/quick-start-guide.md)\n* [Release Notes](https://github.com/phpmentors-jp/workflower-bundle/releases)\n\n## Support\n\nIf you find a bug or have a question, or want to request a feature, create an issue or pull request for it on [Issues](https://github.com/phpmentors-jp/workflower-bundle/issues).\n\n## Copyright\n\nCopyright (c) 2015-2017 KUBO Atsuhiro, All rights reserved.\n\n## License\n\n[The BSD 2-Clause License](http://opensource.org/licenses/BSD-2-Clause)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphpmentors-jp%2Fworkflower-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphpmentors-jp%2Fworkflower-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphpmentors-jp%2Fworkflower-bundle/lists"}