{"id":94318,"library":"carno-php-promise","title":"Carno Promise","description":"A lightweight promise implementation for asynchronous PHP operations.","status":"active","version":"1.0.1","language":"php","source_language":null,"source_url":"https://github.com/carno-php/promise","tags":["promise","async","php","lightweight"],"install":[{"cmd":"composer require carno-php/promise","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"Promise","correct":"use Carno\\Promise\\Promise;"}],"quickstart":{"code":"use Carno\\Promise\\Promise;\n\n$promise = new Promise(function ($resolve, $reject) {\n    $resolve('Hello, World!');\n});\n$promise->then(function ($value) {\n    echo $value;\n});","lang":"php","description":"Create and resolve a promise."},"warnings":[],"env_vars":null,"search_vec":"'async':12 'asynchron':8 'carno':1 'implement':6 'lightweight':4,14 'oper':10 'php':9,13 'promis':2,5,11","created_at":"2026-06-19T10:04:35.705140+00:00","updated_at":"2026-06-19T10:04:35.705140+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/carno-php/promise","github":"https://github.com/carno-php/promise","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["async","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}