{"id":23360226,"url":"https://github.com/nfacha/dnsimple-api","last_synced_at":"2025-10-30T23:43:56.920Z","repository":{"id":57026148,"uuid":"254229137","full_name":"nfacha/dnsimple-api","owner":"nfacha","description":"Class to manage DNS records using the dnsimple.com API","archived":false,"fork":false,"pushed_at":"2020-04-09T00:36:27.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-13T22:29:25.641Z","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/nfacha.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}},"created_at":"2020-04-09T00:09:16.000Z","updated_at":"2021-08-27T17:40:53.000Z","dependencies_parsed_at":"2022-08-23T16:11:04.324Z","dependency_job_id":null,"html_url":"https://github.com/nfacha/dnsimple-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfacha%2Fdnsimple-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfacha%2Fdnsimple-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfacha%2Fdnsimple-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfacha%2Fdnsimple-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nfacha","download_url":"https://codeload.github.com/nfacha/dnsimple-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247729627,"owners_count":20986395,"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","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":"2024-12-21T11:13:25.357Z","updated_at":"2025-10-30T23:43:56.830Z","avatar_url":"https://github.com/nfacha.png","language":"PHP","readme":"##### This class is used to manage (list,create and delete) DNS records on dnsimple.com using its API.\n\nYou will need obtain your AccountID and API Key to use this library, you can do so from the \"**Account**\" option of the dashboard then head over to the \"**Automation**\" tab.\n\n###### Usage:\n\n```php\n $dnSimple    = new dnSimpleApi( \"DNSIMPLE_API_KEY\", \"DNSIMPLE_ACCOUND_ID\" );\n $dnsResponse = $dnSimple-\u003ecreateRecord( \"example.com\", [\n     'type'    =\u003e 'a',\n     'name'    =\u003e 'squirrel',\n     'content' =\u003e '8.8.8.8'\n ] );\n if ( array_key_exists( 'data', $dnsResponse ) \u0026\u0026 array_key_exists( 'id', $dnsResponse['data'] ) ) {\n     $dnSimple-\u003edeleteRecord( \"example.com\", $dnsResponse['data']['id'] );\n };\n\n```\n\nOfficial docs available here: https://dnsimple.com/api","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnfacha%2Fdnsimple-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnfacha%2Fdnsimple-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnfacha%2Fdnsimple-api/lists"}