{"id":18785760,"url":"https://github.com/uzyn/opauth-oauth","last_synced_at":"2025-10-12T18:54:47.117Z","repository":{"id":3261167,"uuid":"4299787","full_name":"uzyn/opauth-oauth","owner":"uzyn","description":"Generic Opauth strategy implementing OAuth","archived":false,"fork":false,"pushed_at":"2013-08-20T09:46:32.000Z","size":95,"stargazers_count":18,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-10T04:42:44.872Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/uzyn.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":"2012-05-11T17:37:50.000Z","updated_at":"2019-04-18T12:08:15.000Z","dependencies_parsed_at":"2022-08-23T18:50:49.518Z","dependency_job_id":null,"html_url":"https://github.com/uzyn/opauth-oauth","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/uzyn/opauth-oauth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzyn%2Fopauth-oauth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzyn%2Fopauth-oauth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzyn%2Fopauth-oauth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzyn%2Fopauth-oauth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uzyn","download_url":"https://codeload.github.com/uzyn/opauth-oauth/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzyn%2Fopauth-oauth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279012528,"owners_count":26085134,"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-12T02:00:06.719Z","response_time":53,"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-07T20:49:35.805Z","updated_at":"2025-10-12T18:54:47.099Z","avatar_url":"https://github.com/uzyn.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Opauth-OAuth\n=============\nA generic [Opauth][1] strategy implementing OAuth 1.0A, using [tmhOAuth](https://github.com/themattharris/tmhOAuth).\n\nThis is a generic OAuth strategy intended as a helper for developers of Opauth strategies, especially those that are based on OAuth.\n\n\nGetting started\n---------------\n```bash\ncd path_to_opauth/Strategy\ngit clone git://github.com/uzyn/opauth-oauth.git OAuth\n```\n\n\nStrategy configuration\n----------------------\n\nRequired parameters:\n\n```php\n\u003c?php\n'OAuth' =\u003e array(\n\t'consumer_key' =\u003e 'YOUR CONSUMER KEY',\n\t'consumer_secret' =\u003e 'YOUR CONSUMER SECRET',\n\n\t'request_token_url' =\u003e 'http://OAUTH_SERVER/oauth/request_token',\n\t'access_token_url' =\u003e 'http://OAUTH_SERVER/oauth/access_token'\n)\n```\n\nSee OAuth.php for optional parameters.\n\nDependencies\n------------\ntmhOAuth requires hash_hmac and cURL.  \nhash_hmac is available on PHP 5 \u003e= 5.1.2.\n\nReference\n---------\n - [OAuth Core 1.0](http://oauth.net/core/1.0/)\n - [Twitter Authentication \u0026 Authorization](https://dev.twitter.com/docs/auth)\n\nLicense\n---------\nOpauth-OAuth is MIT Licensed  \nCopyright © 2012 U-Zyn Chua (http://uzyn.com)\n\ntmhOAuth is [Apache 2 licensed](https://github.com/themattharris/tmhOAuth/blob/master/LICENSE).\n\n[1]: https://github.com/uzyn/opauth","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuzyn%2Fopauth-oauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuzyn%2Fopauth-oauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuzyn%2Fopauth-oauth/lists"}