{"id":36971938,"url":"https://github.com/bottledcode/durable-php","last_synced_at":"2026-01-13T21:54:54.494Z","repository":{"id":179651116,"uuid":"637565792","full_name":"bottledcode/durable-php","owner":"bottledcode","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-13T18:33:05.000Z","size":23073,"stargazers_count":9,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"v2","last_synced_at":"2025-08-13T20:41:36.428Z","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/bottledcode.png","metadata":{"files":{"readme":"docs/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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-05-07T23:46:50.000Z","updated_at":"2025-08-07T21:38:09.000Z","dependencies_parsed_at":"2024-01-14T13:58:32.212Z","dependency_job_id":"62d09d69-9e2e-4cbf-8639-cf2c0cd09ab1","html_url":"https://github.com/bottledcode/durable-php","commit_stats":null,"previous_names":["bottledcode/durable-php"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/bottledcode/durable-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bottledcode%2Fdurable-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bottledcode%2Fdurable-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bottledcode%2Fdurable-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bottledcode%2Fdurable-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bottledcode","download_url":"https://codeload.github.com/bottledcode/durable-php/tar.gz/refs/heads/v2","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bottledcode%2Fdurable-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28401953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","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":"2026-01-13T21:54:54.272Z","updated_at":"2026-01-13T21:54:54.480Z","avatar_url":"https://github.com/bottledcode.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Overview\n\nDurable PHP is a self-hosted FaaS engine, heavily influenced by Durable Functions in C#.\nDurable PHP helps you write stateful workflows by writing [orchestrations](orchestrations.md)\nand [entities](entities.md)\n(aka actors).\n\n## Infrastructure Requirements\n\n| Requirement                              | Provides                                            |\n| ---------------------------------------- | --------------------------------------------------- |\n| PHP 8.3+                                 | Language                                            |\n\n(¹) optional, replaces other requirement\n(²) not implemented yet\n\n## Getting Started\n\nDownload the cli and run `dphp init` to create a simple project.\n\n## Patterns\n\nThe primary use-case for Durable PHP is simplifying complex, stateful coordination requirements in any application.\nYou can view the following sections to view some common patterns:\n\n- [Chaining](chaining.md)\n- [Fan-in/Fan-out](fan-in-out.md)\n- [Monitoring](monitoring.md)\n- [Human interaction](human-interaction.md)\n- [Aggregation](aggregation.md)\n- [Idempotent side-effects](activities.md)\n\n## Technology\n\nDurable PHP is built on composable event-sourcing, where every operation/event/signal is composed of multiple events.\nThis allows for flexible operations, prioritizing, and scaling. Originally, a partitioned approach was taken (similar to\ndurable functions) to remove the need for distributed locking; however, through testing, it was discovered that a\ndistributed lock was more scalable, where a partitioned approach was far more complex to scale.\n\n## Code constraints\n\nTo provide long-running execution guarantees in orchestrations, orchestrations have a set [of rules](orchestration-rules.md)\nthat must be adhered to. We recommend PHPStan with the durable-php code rules applied (todo).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbottledcode%2Fdurable-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbottledcode%2Fdurable-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbottledcode%2Fdurable-php/lists"}