{"id":20026254,"url":"https://github.com/8p/guzzle-wsse-middleware","last_synced_at":"2025-05-05T02:31:15.625Z","repository":{"id":56975897,"uuid":"13711278","full_name":"8p/guzzle-wsse-middleware","owner":"8p","description":"WSSE Plugin for Guzzle","archived":false,"fork":false,"pushed_at":"2019-08-13T10:02:14.000Z","size":16,"stargazers_count":31,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T15:49:36.512Z","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/8p.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":"2013-10-20T00:38:33.000Z","updated_at":"2024-01-17T11:02:32.000Z","dependencies_parsed_at":"2022-08-21T07:40:37.311Z","dependency_job_id":null,"html_url":"https://github.com/8p/guzzle-wsse-middleware","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8p%2Fguzzle-wsse-middleware","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8p%2Fguzzle-wsse-middleware/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8p%2Fguzzle-wsse-middleware/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8p%2Fguzzle-wsse-middleware/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/8p","download_url":"https://codeload.github.com/8p/guzzle-wsse-middleware/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252427817,"owners_count":21746280,"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-11-13T09:05:59.500Z","updated_at":"2025-05-05T02:31:14.922Z","avatar_url":"https://github.com/8p.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Guzzle WSSE Middleware\u003cbr /\u003e[![Latest Stable Version](https://poser.pugx.org/eightpoints/guzzle-wsse-middleware/v/stable.png)](https://packagist.org/packages/eightpoints/guzzle-wsse-middleware) [![Total Downloads](https://poser.pugx.org/eightpoints/guzzle-wsse-middleware/downloads.png)](https://packagist.org/packages/eightpoints/guzzle-wsse-middleware) [![License](https://poser.pugx.org/eightpoints/guzzle-wsse-middleware/license.svg)](https://packagist.org/packages/eightpoints/guzzle-wsse-middleware)\n==================\nThis middleware integrates [WSSE][1] funtionality into Guzzle, a PHP framework for building RESTful web service clients.\n\n\nRequirements\n------------\n - PHP 5.5 or above\n - [Guzzle PHP Framework][2]\n\n \nInstallation\n------------\nUsing [composer][3]:\n\n``` json\n{\n    \"require\": {\n        \"eightpoints/guzzle-wsse-middleware\": \"^4.1.1\"\n    }\n}\n```\n\n\nUsage\n-----\n``` php\n\u003c?php \n\n$wsse = new \\EightPoints\\Guzzle\\WsseAuthMiddleware($username, $password);\n\n# Optional: Set createdAt by a expression (if not, current time will be used automatically)\n# http://php.net/manual/en/datetime.formats.relative.php\n# Useful if there is a small difference of time between client and server\n# DateTime object will be regenerated for every request\n$wsse-\u003esetCreatedAtTimeExpression('-10 seconds');\n\n$stack = \\GuzzleHttp\\HandlerStack::create();\n\n// Add the wsse middleware to the handler stack.\n$stack-\u003epush($wsse-\u003eattach());\n\n$client   = new \\GuzzleHttp\\Client(['handler' =\u003e $stack]);\n$response = $client-\u003eget('http://www.8points.de');\n```\n\n\nAuthors\n-------\n - Florian Preusner ([Twitter][4])\n\nSee also the list of [contributors][5] who participated in this project.\n\n\nLicense\n-------\nThis middleware is licensed under the MIT License - see the LICENSE file for details\n\n[1]: http://www.xml.com/pub/a/2003/12/17/dive.html\n[2]: http://guzzlephp.org/\n[3]: https://getcomposer.org/\n[4]: http://twitter.com/floeH\n[5]: https://github.com/8p/guzzle-wsse-middleware/contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F8p%2Fguzzle-wsse-middleware","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F8p%2Fguzzle-wsse-middleware","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F8p%2Fguzzle-wsse-middleware/lists"}