{"id":18821168,"url":"https://github.com/compwright/disguz","last_synced_at":"2026-06-30T01:31:07.881Z","repository":{"id":21349450,"uuid":"24666530","full_name":"compwright/disguz","owner":"compwright","description":"An unofficial Disqus API client for PHP based on Guzzle","archived":false,"fork":false,"pushed_at":"2014-12-18T23:11:01.000Z","size":170,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-30T15:46:18.560Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/compwright.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}},"created_at":"2014-10-01T05:07:45.000Z","updated_at":"2014-12-18T16:02:35.000Z","dependencies_parsed_at":"2022-08-21T00:10:55.540Z","dependency_job_id":null,"html_url":"https://github.com/compwright/disguz","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/compwright/disguz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compwright%2Fdisguz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compwright%2Fdisguz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compwright%2Fdisguz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compwright%2Fdisguz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/compwright","download_url":"https://codeload.github.com/compwright/disguz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compwright%2Fdisguz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34949234,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"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":"2024-11-08T00:35:16.430Z","updated_at":"2026-06-30T01:31:07.480Z","avatar_url":"https://github.com/compwright.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Disguz\n\nAn unofficial Disqus API client based on the [Guzzle 3](http://guzzle3.readthedocs.org/en/latest/index.html) PHP library.\n\n## Usage\n\nGet a Disguz instance by calling the factory method. Pass in an array of configuration settings:\n\n```php\n$config = [\n\t'api_key' =\u003e getenv('DISQUS_API_KEY'),\n\t'api_secret' =\u003e getenv('DISQUS_API_SECRET'),\n\t'access_token' =\u003e getenv('DISQUS_ACCESS_TOKEN'),\n];\n$client = Disguz::factory($config);\n```\n\nThen call one of the supported methods. Pass method parameters as an array:\n\n```php\n$params = [\n\t'message' =\u003e 'This is another test post',\n\t'thread' =\u003e $argv[1],\n];\n$result = $client-\u003epostsCreate($params);\n```\n\n## Supported Methods\n\nThe following methods are currently supported. For documentation on these API methods, visit https://disqus.com/api.\n\nSupport for additional methods is simply a matter of documenting them in `src/resources/disqus.json`, per the [Guzzle docs](http://guzzle3.readthedocs.org/en/latest/webservice-client/guzzle-service-descriptions.html). Please feel free to submit a pull request adding any methods from the Disqus API that you may require to this file.\n\n### Threads\n\n* [threadsList](https://disqus.com/api/docs/threads/list/)\n* [threadsDetails](https://disqus.com/api/docs/threads/details/)\n* [threadsCreate](https://disqus.com/api/docs/threads/create/)\n* [threadsRemove](https://disqus.com/api/docs/threads/remove/)\n* [threadsPopular](https://disqus.com/api/docs/threads/listPopular/)\n\n### Posts\n\n* [postsList](https://disqus.com/api/docs/posts/list/)\n* [postsCreate](https://disqus.com/api/docs/posts/create/)\n* [postsReport](https://disqus.com/api/docs/posts/report/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompwright%2Fdisguz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcompwright%2Fdisguz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompwright%2Fdisguz/lists"}