{"id":22631659,"url":"https://github.com/getpinga/desec-php","last_synced_at":"2025-10-11T07:04:41.369Z","repository":{"id":181872681,"uuid":"667606400","full_name":"getpinga/desec-php","owner":"getpinga","description":"desec-php is a robust and secure PHP library for managing your DNS records on deSEC, a free DNS anycast hosting service. Easily handle domains, RRsets and more with our intuitive methods and clear documentation.","archived":false,"fork":false,"pushed_at":"2023-07-17T22:51:44.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-16T14:04:55.670Z","etag":null,"topics":["anycast","api-client","desec","dns","php","php-library","php8"],"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/getpinga.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-17T22:43:50.000Z","updated_at":"2023-07-17T22:57:44.000Z","dependencies_parsed_at":"2023-07-19T05:01:09.509Z","dependency_job_id":null,"html_url":"https://github.com/getpinga/desec-php","commit_stats":null,"previous_names":["getpinga/desec-php"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/getpinga/desec-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getpinga%2Fdesec-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getpinga%2Fdesec-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getpinga%2Fdesec-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getpinga%2Fdesec-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getpinga","download_url":"https://codeload.github.com/getpinga/desec-php/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getpinga%2Fdesec-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006561,"owners_count":26084128,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"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":["anycast","api-client","desec","dns","php","php-library","php8"],"created_at":"2024-12-09T02:10:33.612Z","updated_at":"2025-10-11T07:04:41.365Z","avatar_url":"https://github.com/getpinga.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# desec-php\n\nThis is a PHP library for interacting with the [deSEC](https://desec.io/) API. deSEC is a free DNS anycast hosting service designed with security in mind. With this library, you can easily manage your domains, DNS records, and more.\n\n## Installation\n\nUse [Composer](https://getcomposer.org/) to install the deSEC PHP library.\n\n```bash\ncomposer require pinga/desec-php\n```\n\n## Usage\n\n```php\n\u003c?php\n\nrequire 'vendor/autoload.php';\n\n$api = new \\deSEC\\deSEC(\"your-api-token\");  // Replace with your actual API token\n\ntry {\n    $response = $api-\u003egetDomain('example.com');\n    print_r($response);\n} catch (Exception $e) {\n    echo 'Caught exception: ',  $e-\u003egetMessage(), \"\\n\";\n}\n```\n\n## Available Methods\n\nHere are some of the available methods in this library:\n\n* getDomain($name)\n* createDomain($name)\n* deleteDomain($name)\n* exportZonefile($name)\n* createRRset($name, $subname, $type, $ttl, $records)\n* getRRsets($name)\n* getRRset($name, $subname, $type)\n* modifyRRset($name, $subname, $type, $ttl, $records)\n* deleteRRset($name, $subname, $type)\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetpinga%2Fdesec-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetpinga%2Fdesec-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetpinga%2Fdesec-php/lists"}