{"id":18386521,"url":"https://github.com/ecotoneframework/quickstart-examples","last_synced_at":"2025-10-25T17:15:42.323Z","repository":{"id":39966094,"uuid":"345174952","full_name":"ecotoneframework/quickstart-examples","owner":"ecotoneframework","description":"Examples for Ecotone Quickstart","archived":false,"fork":false,"pushed_at":"2024-04-07T07:29:12.000Z","size":338,"stargazers_count":23,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-04-07T08:29:22.052Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ecotoneframework.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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},"funding":{"github":["dgafka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2021-03-06T19:13:23.000Z","updated_at":"2024-04-15T06:48:05.730Z","dependencies_parsed_at":"2023-02-15T22:45:34.744Z","dependency_job_id":"2b355db4-9d0e-490f-8005-c31e6676f1ff","html_url":"https://github.com/ecotoneframework/quickstart-examples","commit_stats":null,"previous_names":[],"tags_count":187,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecotoneframework%2Fquickstart-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecotoneframework%2Fquickstart-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecotoneframework%2Fquickstart-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecotoneframework%2Fquickstart-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecotoneframework","download_url":"https://codeload.github.com/ecotoneframework/quickstart-examples/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223268041,"owners_count":17116737,"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":"2024-11-06T01:22:21.433Z","updated_at":"2025-10-25T17:15:37.289Z","avatar_url":"https://github.com/ecotoneframework.png","language":"PHP","funding_links":["https://github.com/sponsors/dgafka"],"categories":[],"sub_categories":[],"readme":"# Ecotone Quickstart Examples\n\nStart docker-compose and connect to the container with the following command:\n\n```bash\ndocker-compose up -d \u0026\u0026 docker exec -it ecotone-quickstart /bin/bash\n```\n\nRun chosen example from the specific catalog.\n\n```bash\ncomposer install\nphp run_example.php\n```\n\n# This is Read Only Repository\nTo contribute make use of [Ecotone-Dev repository](https://github.com/ecotoneframework/ecotone-dev).\n\n\u003cp align=\"left\"\u003e\u003ca href=\"https://ecotone.tech\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://github.com/ecotoneframework/ecotone-dev/blob/main/ecotone_small.png?raw=true\"\u003e\n\u003c/a\u003e\u003c/p\u003e\n\n![Github Actions](https://github.com/ecotoneFramework/ecotone-dev/actions/workflows/split-testing.yml/badge.svg)\n[![Latest Stable Version](https://poser.pugx.org/ecotone/ecotone/v/stable)](https://packagist.org/packages/ecotone/ecotone)\n[![License](http://poser.pugx.org/ecotone/ecotone/license)](https://packagist.org/packages/ecotone/ecotone)\n[![Total Downloads](http://poser.pugx.org/ecotone/ecotone/downloads)](https://packagist.org/packages/ecotone/ecotone)\n[![PHP Version Require](http://poser.pugx.org/ecotone/ecotone/require/php)](https://packagist.org/packages/ecotone/ecotone)\n\n`Ecotone` is `Service Bus` Implementation, which enables `message driven architecture` with `DDD`, `CQRS`, `Event Sourcing` in `PHP`\n\nEcotone provides PHP with `Command Bus`, `Query Bus`, `Event Bus`, `Interceptors`, `Aggregates`, `Sagas`, `Event Sourcing` built on solutions that are message driven at the fundamental levels, and using integration with well known and stable solutions like `Enqueue for asynchronous communication` and `Prooph for Event Sourcing`.\n\n## Getting started\n\nThe quickstart [page](https://docs.ecotone.tech/quick-start) of the\n[reference guide](https://docs.ecotone.tech) provides a starting point for using Ecotone.  \nRead more on the [Blog](https://blog.ecotone.tech).\n\n## Feature requests and issue reporting\n\nUse [issue tracking system](https://github.com/ecotoneframework/ecotone-dev/issues) for new feature request and bugs.\nPlease verify that it's not already reported by someone else.\n\n## Contact\n\nIf you want to talk or ask question about Ecotone\n\n- [**Twitter**](https://twitter.com/EcotonePHP)\n- **ecotoneframework@gmail.com**\n- [**Community Channel**](https://discord.gg/CctGMcrYnV)\n\n## Support Ecotone\n\nIf you want to help building and improving Ecotone consider becoming a sponsor:\n\n- [Sponsor Ecotone](https://github.com/sponsors/dgafka)\n- [Contribute to Ecotone](https://github.com/ecotoneframework/ecotone-dev).\n\n## Tags\n\nPHP DDD CQRS Event Sourcing Symfony Laravel Service Bus\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecotoneframework%2Fquickstart-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fecotoneframework%2Fquickstart-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecotoneframework%2Fquickstart-examples/lists"}