{"id":16278666,"url":"https://github.com/pixelass/phony","last_synced_at":"2025-03-20T01:33:28.677Z","repository":{"id":57136650,"uuid":"242691282","full_name":"pixelass/phony","owner":"pixelass","description":"a collection of phony/mock services","archived":false,"fork":false,"pushed_at":"2020-03-12T09:06:12.000Z","size":5480,"stargazers_count":13,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-13T05:33:03.217Z","etag":null,"topics":["database","expressjs","graphql","graphql-service","mock","mocking-services","phony"],"latest_commit_sha":null,"homepage":"https://pixelass.github.io/phony/","language":"TypeScript","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/pixelass.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-24T09:10:14.000Z","updated_at":"2022-08-17T02:50:43.000Z","dependencies_parsed_at":"2022-09-01T03:00:55.472Z","dependency_job_id":null,"html_url":"https://github.com/pixelass/phony","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelass%2Fphony","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelass%2Fphony/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelass%2Fphony/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelass%2Fphony/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pixelass","download_url":"https://codeload.github.com/pixelass/phony/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244039197,"owners_count":20387834,"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":["database","expressjs","graphql","graphql-service","mock","mocking-services","phony"],"created_at":"2024-10-10T18:59:21.898Z","updated_at":"2025-03-20T01:33:28.242Z","avatar_url":"https://github.com/pixelass.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Phony\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/pixelass/phony/master/resources/logo.png\" alt=\"phony logo\" width=\"300\"/\u003e\u003c/p\u003e\nPhony is a collection of phony (mock) services.  \nIts main purpose is to provide a mocked graphql service\n\n## [Documentation][docs] | [Playground][playground]\n\n[![MIT license][license-badge]][license]\n[![Build status][build-badge]][build]\n[![Codecov status][codecov-badge]][codecov]\n[![Code Quality][codeclimate-badge]][codeclimate]\n\nThis is the contributor documentation for the `phony` mono-repository.\nFor user docs see the [Introduction][introduction]\n\n| version                                          | description                      |\n| :----------------------------------------------- | :------------------------------- |\n| [![phony graphql][graphql-badge]][phony-graphql] | A mocking graphql service        |\n| [![phony cli][cli-badge]][phony-cli]             | Command Line Interface for phony |\n\n\n### Build packages\n\n```bash\nyarn build\n```\n\n### Watch packages\n\n```bash\nyarn watch\n```\n\n### Develop docs\n\n```bash\nyarn develop\n```\n\n### Run examples\n\nWe provide some simple to complex examples to give you a better idea on how you\ncan use or integrate Phony in your project.\n\n```bash\nyarn examples:apollo\nyarn examples:graphql\nyarn examples:cli\n```\n\n[docs]: https://pixelass.github.io/phony/\n[introduction]: https://pixelass.github.io/phony/introduction\n[playground]: https://8gdw8.sse.codesandbox.io/\n\n[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge\n[license]: https://raw.githubusercontent.com/pixelass/phony/master/LICENSE\n[build-badge]: https://img.shields.io/travis/pixelass/phony/master.svg?style=for-the-badge\u0026logo=travis\u0026logoColor=white\n[build]: https://travis-ci.org/pixelass/phony\n[codecov-badge]: https://img.shields.io/codecov/c/github/pixelass/phony.svg?style=for-the-badge\u0026logo=codecov\u0026logoColor=white\n[codecov]: https://codecov.io/gh/pixelass/phony\n[codeclimate-badge]: https://img.shields.io/codeclimate/maintainability/pixelass/phony.svg?style=for-the-badge\n[codeclimate]: https://codeclimate.com/github/pixelass/phony/\n\n\n[utils-badge]: https://img.shields.io/badge/dynamic/json.svg?url=https%3A%2F%2Fraw.githubusercontent.com%2Fpixelass%2Fphony%2Fmaster%2Fpackages%2Futils%2Fpackage.json\u0026query=version\u0026prefix=@phony/utils@\u0026style=for-the-badge\u0026label=yarn\u0026colorB=2c8ebb\n[phony-utils]: https://www.yarnpkg.com/package/@phony/utils\n[server-badge]: https://img.shields.io/badge/dynamic/json.svg?url=https%3A%2F%2Fraw.githubusercontent.com%2Fpixelass%2Fphony%2Fmaster%2Fpackages%2Fserver%2Fpackage.json\u0026query=version\u0026prefix=@phony/server@\u0026style=for-the-badge\u0026label=yarn\u0026colorB=2c8ebb\n[phony-server]: https://www.yarnpkg.com/package/@phony/server\n[graphql-badge]: https://img.shields.io/badge/dynamic/json.svg?url=https%3A%2F%2Fraw.githubusercontent.com%2Fpixelass%2Fphony%2Fmaster%2Fpackages%2Fgraphql%2Fpackage.json\u0026query=version\u0026prefix=@phony/graphql@\u0026style=for-the-badge\u0026label=yarn\u0026colorB=2c8ebb\n[phony-graphql]: https://www.yarnpkg.com/package/@phony/graphql\n[cli-badge]: https://img.shields.io/badge/dynamic/json.svg?url=https%3A%2F%2Fraw.githubusercontent.com%2Fpixelass%2Fphony%2Fmaster%2Fpackages%2Fcli%2Fpackage.json\u0026query=version\u0026prefix=@phony/cli@\u0026style=for-the-badge\u0026label=yarn\u0026colorB=2c8ebb\n[phony-cli]: https://www.yarnpkg.com/package/@phony/cli\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixelass%2Fphony","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpixelass%2Fphony","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixelass%2Fphony/lists"}