{"id":21252695,"url":"https://github.com/atomicptr/php-dauntless-builder-sdk","last_synced_at":"2026-01-13T22:47:17.660Z","repository":{"id":263266673,"uuid":"889842483","full_name":"atomicptr/php-dauntless-builder-sdk","owner":"atomicptr","description":"PHP Library for interacting with Dauntless Builder ","archived":true,"fork":false,"pushed_at":"2024-11-17T13:27:10.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T20:42:30.646Z","etag":null,"topics":["dauntless","dauntless-builder","php"],"latest_commit_sha":null,"homepage":"","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/atomicptr.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-17T11:40:11.000Z","updated_at":"2025-02-26T21:46:06.000Z","dependencies_parsed_at":"2024-11-17T13:11:58.387Z","dependency_job_id":"a2117829-4d7f-4d89-925d-6439aeb28929","html_url":"https://github.com/atomicptr/php-dauntless-builder-sdk","commit_stats":null,"previous_names":["atomicptr/php-dauntless-builder-sdk"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/atomicptr/php-dauntless-builder-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomicptr%2Fphp-dauntless-builder-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomicptr%2Fphp-dauntless-builder-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomicptr%2Fphp-dauntless-builder-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomicptr%2Fphp-dauntless-builder-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atomicptr","download_url":"https://codeload.github.com/atomicptr/php-dauntless-builder-sdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomicptr%2Fphp-dauntless-builder-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28403725,"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":["dauntless","dauntless-builder","php"],"created_at":"2024-11-21T03:48:28.154Z","updated_at":"2026-01-13T22:47:17.641Z","avatar_url":"https://github.com/atomicptr.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dauntless Builder SDK (PHP)\n\nLibrary for interacting with [Dauntless Builder](https://www.dauntless-builder.com).\n\n**Note**: This is for Dauntless Builder v3+ (Dauntless: Awakened+)\n\n## Features\n\n- Parse Dauntless Builder build ids\n- Create new Dauntless Builder build ids\n- (SOON) Fetch data from Dauntless Builder\n\n## Usage\n\n```php\n\u003c?php\n\n$buildId = \"OXDriuTRdpCbCbEbYdUwvupvyM8hE0CLDpaVQIfsI2lR2w_5cnD_IL3beFN2C\"; // DB Url looks like this: dauntless-builder.com/b/:buildId\n\n$build = Build::fromId($buildId); // this returns a \"Result\" type and could contain errors\n\nif ($build-\u003ehasError()) {\n    $build-\u003epanic(); // throw an exception if something went wrong\n}\n\n// get the actual build value\n$build = $build-\u003evalue();\n\n// get weapon 1 id?\n$weaponId = $build-\u003eweapon1-\u003eid;\n\n// change level of head to 20 (max)\n$build-\u003ehead-\u003elevel = 20;\n// do more stuff...\n\n// and serialize it again...\n$newBuildId = $build-\u003eserialize();\n\n// create a new build url\n$url = \"https://www.dauntless-builder.com/b/$newBuildId\";\n```\n\n## Versioning\n\nThis project is **NOT** using semver but instead the parts are made out of:\n\n- Dauntless Builder Version (Currently: 3)\n- Build Version (Currently: 10)\n- Incremental Version (increases with changes to this library)\n\nBreaking changes can occur with changes to the build version usually.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatomicptr%2Fphp-dauntless-builder-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatomicptr%2Fphp-dauntless-builder-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatomicptr%2Fphp-dauntless-builder-sdk/lists"}