{"id":51851689,"url":"https://github.com/true-async/php-async-core-rfc","last_synced_at":"2026-07-23T20:01:33.421Z","repository":{"id":368916543,"uuid":"1287445062","full_name":"true-async/php-async-core-rfc","owner":"true-async","description":"RFC: thin Async Core ABI for PHP (zend_async_API) — mechanism-only coroutine API with a policy-free core","archived":false,"fork":false,"pushed_at":"2026-07-16T10:11:32.000Z","size":457,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-16T10:14:53.561Z","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/true-async.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-07-02T17:36:32.000Z","updated_at":"2026-07-16T10:11:36.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/true-async/php-async-core-rfc","commit_stats":null,"previous_names":["true-async/php-async-core-rfc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/true-async/php-async-core-rfc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/true-async%2Fphp-async-core-rfc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/true-async%2Fphp-async-core-rfc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/true-async%2Fphp-async-core-rfc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/true-async%2Fphp-async-core-rfc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/true-async","download_url":"https://codeload.github.com/true-async/php-async-core-rfc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/true-async%2Fphp-async-core-rfc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35814993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-23T02:00:06.683Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-07-23T20:01:32.701Z","updated_at":"2026-07-23T20:01:33.416Z","avatar_url":"https://github.com/true-async.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP Async Core RFC\n\n**A thin, policy-free concurrency core for PHP.** The PHP engine standardizes one thing: how a\nscheduler is activated and which component is in charge. Everything user-facing (coroutine\nclasses, `spawn()`/`await()`, channels, event loops) stays with the scheduler and the\necosystem.\n\nWith no scheduler registered, PHP behaves exactly as it does today.\n\n## Documents\n\n| Document | What is inside |\n|---|---|\n| **[scheduler_rfc.md](https://github.com/true-async/php-async-core-rfc/blob/main/scheduler_rfc.md)** | **PHP RFC: Concurrency Support in the PHP Engine.** The notifications, the granted operations, per-coroutine state and the request lifecycle changes. Start here. |\n| [SCHEDULER.md](https://github.com/true-async/php-async-core-rfc/blob/main/SCHEDULER.md) | The C-level interface and the exact engine invocation points, for scheduler implementers. |\n| [core-integration.md](https://github.com/true-async/php-async-core-rfc/blob/main/core-integration.md) | Every place the integration touches php-src, file by file. |\n| [reactor.md](https://github.com/true-async/php-async-core-rfc/blob/main/reactor.md) | Reactor C interface, a discussion draft: a callback-first `io_*` API (poll, streaming IO, timers, filesystem, DNS) and how it feeds the scheduler. Not an RFC. |\n\n## Implementation\n\n- Proof of concept: [php/php-src#22561](https://github.com/php/php-src/pull/22561),\n  branch [`async-core`](https://github.com/true-async/php-src/tree/async-core): the engine\n  capabilities and the lifecycle points.\n- Reference C scheduler:\n  [ext/test_scheduler](https://github.com/true-async/php-src/tree/async-core/ext/test_scheduler),\n  in the same tree.\n- Scheduler bridge for PHP:\n  [ext-scheduler-hook](https://github.com/true-async/ext-scheduler-hook), a separate extension,\n  not part of the RFC.\n- Reference production scheduler: [true-async](https://github.com/true-async/true-async).\n- The full stack the core was extracted from: the\n  [TrueAsync project](https://github.com/true-async).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrue-async%2Fphp-async-core-rfc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrue-async%2Fphp-async-core-rfc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrue-async%2Fphp-async-core-rfc/lists"}