{"id":20588215,"url":"https://github.com/avtonom/web-gate-bundle","last_synced_at":"2026-04-16T20:33:09.957Z","repository":{"id":62490084,"uuid":"59563233","full_name":"Avtonom/web-gate-bundle","owner":"Avtonom","description":"API for request and response to Rest and Soap ","archived":false,"fork":false,"pushed_at":"2018-07-05T09:06:44.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-16T23:32:01.550Z","etag":null,"topics":["api","rest","restful","soap","soap-api","soap-client"],"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/Avtonom.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":"2016-05-24T10:21:02.000Z","updated_at":"2018-07-05T09:05:43.000Z","dependencies_parsed_at":"2022-11-02T11:16:08.113Z","dependency_job_id":null,"html_url":"https://github.com/Avtonom/web-gate-bundle","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avtonom%2Fweb-gate-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avtonom%2Fweb-gate-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avtonom%2Fweb-gate-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avtonom%2Fweb-gate-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Avtonom","download_url":"https://codeload.github.com/Avtonom/web-gate-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242214949,"owners_count":20090723,"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":["api","rest","restful","soap","soap-api","soap-client"],"created_at":"2024-11-16T07:22:22.652Z","updated_at":"2025-12-05T08:02:55.875Z","avatar_url":"https://github.com/Avtonom.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# web-gate-bundle\nAPI for request and response to Rest and Soap \n\n#### To Install\n\n``` bash\nphp composer.phar require \"avtonom/web-gate-bundle\"\n\n```\n\nAdd the bundle to app/AppKernel.php\n\n``` php\n\n$bundles(\n    ...\n            new Sensio\\Bundle\\BuzzBundle\\SensioBuzzBundle(),\n            new Avtonom\\WebGateBundle\\AvtonomWebGateBundle(),\n    ...\n\n```\n\nConfiguration options (parameters.yaml):\n\n``` yaml\n\n    web_gate.soap.environment: dev\n    web_gate.soap.connection_timeout: 15\n    \n    web_gate.logger.logging_max_files: 0\n    web_gate.logger.logging_level: 100 \n\n```\n\nConfiguration services (services.yaml):\n\n``` yaml\n\nservices:\n    app.rest.client.get_user:\n        class: Avtonom\\WebGateBundle\\Service\\RestService\n        arguments:\n            - \"@web_gate.logger\"\n            - \"@buzz\"\n            - \"GET\"\n            - \"%web_gate.rest.host%\"\n            - \"%web_gate.rest.env%/api/v1/user/\"\n            - \"%web_gate.rest.login%\"\n            - \"%web_gate.rest.password%\"\n\n```\n\nController\n\n``` php\n\n$user = $this-\u003eget('app.rest.client.get_user')-\u003esend(['login' =\u003e 'test'], '/api/v1/user' . '/other_params');\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favtonom%2Fweb-gate-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favtonom%2Fweb-gate-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favtonom%2Fweb-gate-bundle/lists"}