{"id":13631807,"url":"https://github.com/phpmentors-jp/workflower","last_synced_at":"2025-05-15T13:06:36.139Z","repository":{"id":32298549,"uuid":"35873507","full_name":"phpmentors-jp/workflower","owner":"phpmentors-jp","description":"A BPMN 2.0 workflow engine for PHP","archived":false,"fork":false,"pushed_at":"2023-08-18T14:59:23.000Z","size":474,"stargazers_count":701,"open_issues_count":39,"forks_count":146,"subscribers_count":48,"default_branch":"master","last_synced_at":"2025-04-22T03:30:55.468Z","etag":null,"topics":["bpm","bpmn","bpms","flow","php","process","workflow"],"latest_commit_sha":null,"homepage":"https://github.com/phpmentors-jp/workflower/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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2015-05-19T09:46:57.000Z","updated_at":"2025-04-15T04:44:25.000Z","dependencies_parsed_at":"2024-01-20T18:04:04.545Z","dependency_job_id":null,"html_url":"https://github.com/phpmentors-jp/workflower","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpmentors-jp%2Fworkflower","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpmentors-jp%2Fworkflower/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpmentors-jp%2Fworkflower/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpmentors-jp%2Fworkflower/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phpmentors-jp","download_url":"https://codeload.github.com/phpmentors-jp/workflower/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254346624,"owners_count":22055808,"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","workflow"],"created_at":"2024-08-01T22:02:39.339Z","updated_at":"2025-05-15T13:06:36.099Z","avatar_url":"https://github.com/phpmentors-jp.png","language":"PHP","readme":"# Workflower\n\nA BPMN 2.0 workflow engine for PHP\n\n`Workflower` is a BPMN 2.0 workflow engine for PHP. `Workflower` runs business processes using [the BPMN 2.0 specification](http://www.omg.org/spec/BPMN/2.0/). It's open-source and distributed under [the BSD 2-Clause License](http://opensource.org/licenses/BSD-2-Clause).\n\n[![Total Downloads](https://poser.pugx.org/phpmentors/workflower/downloads)](https://packagist.org/packages/phpmentors/workflower)\n[![Latest Stable Version](https://poser.pugx.org/phpmentors/workflower/v/stable)](https://packagist.org/packages/phpmentors/workflower)\n[![Latest Unstable Version](https://poser.pugx.org/phpmentors/workflower/v/unstable)](https://packagist.org/packages/phpmentors/workflower)\n[![Build Status](https://travis-ci.org/phpmentors-jp/workflower.svg?branch=master)](https://travis-ci.org/phpmentors-jp/workflower)\n\n## Features\n\n* Workflow\n  * The workflow engine and domain model\n* Process\n  * Some interfaces to work with `ProcessInstance` objects\n* Definition\n  * `ProcessDefinitionRepository` to store all process definitions\n  * BPMN 2.0 process definitions importer\n* Persistence\n  * Serialize/deserialize interfaces for `ProcessInstance` objects\n\n### Supported workflow elements\n\n* Connecting objects\n  * Sequence flows\n* Flow objects\n  * Activities\n    * Tasks\n    * Service tasks\n    * Send tasks\n    * User tasks\n    * Manual tasks\n    * CallActivity tasks\n    * SubProcess tasks\n  * Events\n    * Start events\n    * End events\n    * TerminateEnd events\n  * Gateways\n    * Exclusive gateways\n    * Inclusive gateways\n    * Parallel gateways\n* Swimlanes\n  * Lanes\n\n## Installation\n\n`Workflower` can be installed using [Composer](http://getcomposer.org/).\n\nAdd the dependency to `phpmentors/workflower` into your `composer.json` file as the following:\n\n**Stable version:**\n\n```\ncomposer require phpmentors/workflower \"1.4.*\"\n```\n\n**Development version:**\n\n```\ncomposer require phpmentors/workflower \"~2.0@dev\"\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/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/issues).\n\n## Copyright\n\nCopyright (c) 2015-2019 Atsuhiro Kubo and [contributors](https://github.com/phpmentors-jp/workflower/wiki/Contributors), All rights reserved.\n\n## License\n\n[The BSD 2-Clause License](http://opensource.org/licenses/BSD-2-Clause)\n","funding_links":[],"categories":["PHP","业务流程建模 BPM Workflow","类库"],"sub_categories":["工作流"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphpmentors-jp%2Fworkflower","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphpmentors-jp%2Fworkflower","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphpmentors-jp%2Fworkflower/lists"}