{"id":19029011,"url":"https://github.com/simonmacor/microservice-toolset","last_synced_at":"2026-05-02T05:30:17.043Z","repository":{"id":254317186,"uuid":"845701816","full_name":"simonmacor/microservice-toolset","owner":"simonmacor","description":"PHP toolset for a microservices architecture (logger, HTTP client compliant with the JSON-RPC standard)","archived":false,"fork":false,"pushed_at":"2024-08-29T01:30:43.000Z","size":58,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-02T03:32:26.935Z","etag":null,"topics":["json-rpc2","microservices-architecture","php"],"latest_commit_sha":null,"homepage":"","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/simonmacor.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-21T18:59:47.000Z","updated_at":"2024-08-29T01:30:43.000Z","dependencies_parsed_at":"2024-11-08T21:13:09.928Z","dependency_job_id":"0ee297d9-02b0-4414-be0e-684807332e7d","html_url":"https://github.com/simonmacor/microservice-toolset","commit_stats":null,"previous_names":["simonmacor/microservice-toolset"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonmacor%2Fmicroservice-toolset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonmacor%2Fmicroservice-toolset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonmacor%2Fmicroservice-toolset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonmacor%2Fmicroservice-toolset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonmacor","download_url":"https://codeload.github.com/simonmacor/microservice-toolset/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240079609,"owners_count":19744721,"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":["json-rpc2","microservices-architecture","php"],"created_at":"2024-11-08T21:12:57.804Z","updated_at":"2026-05-02T05:30:17.002Z","avatar_url":"https://github.com/simonmacor.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CI](https://github.com/simonmacor/microservice-toolset/actions/workflows/ci.yml/badge.svg)](https://github.com/simon/microservice-toolset/actions/workflows/ci.yml) [![Coverage Status](https://coveralls.io/repos/github/simonmacor/microservice-toolset/badge.svg)](https://coveralls.io/github/simonmacor/microservice-toolset)\n# Microservice toolset\nMicroservice Toolset is a PHP library designed to support microservices architecture by providing a set of tools including a logger and an HTTP client that complies to the JSON-RPC standard.\nEach service call generates a log entry for both the request sent and the response received. These entries include a context (which can be extended) that contains a correlation ID and a principal by default. \nMicroservice Toolset is compatible with Etcd and Consul for service registration and discovery.\n\n## Requirements\n- PHP 8.2 or higher\n- Dependencies:\n  - [dcarbone/php-consul-api](https://github.com/dcarbone/php-consul-api): ^2.0\n  - [linkorb/etcd-php](https://github.com/linkorb/etcd-php): ^1.3\n  - [monolog/monolog](https://github.com/Seldaek/monolog): ^3.7\n\n## Features\n\n* [JSON-RPC 2.0](https://www.jsonrpc.org/specification) Compliant HTTP Client: Easily make JSON-RPC calls between services.\n* Advanced Logging: Monolog handler for structured logging.\n* Service Discovery: Integrates with Etcd, Consul or json file for service registration and discovery.\n\n## Installation\n\nYou can install the package via Composer\n\n```bash\ncomposer require simonmacor/microservice-toolset\n```\n\n## Documentation\n\n* [JSON-RPC client](docs/json_rpc.md)\n* [Logging](docs/logging.md)\n* [Service discovery](docs/service_discovery.md)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.\n\n### Third-Party Licenses\n\nThis project includes library [php-consul-api](https://github.com/dcarbone/php-consul-api) that are licensed under the Apache License 2.0.\nYou can find a copy of the Apache License 2.0 [here](https://www.apache.org/licenses/LICENSE-2.0).\n\n### License Compatibility\n\nWhile the majority of the code in this project is under the MIT License, the parts that are derived from or include code licensed under the Apache License 2.0 will continue to be governed by the terms of that license.\n\nPlease ensure that you adhere to the requirements of both licenses when using, modifying, or distributing the code.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonmacor%2Fmicroservice-toolset","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonmacor%2Fmicroservice-toolset","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonmacor%2Fmicroservice-toolset/lists"}