{"id":95465,"library":"youshido-graphql","title":"Youshido GraphQL","description":"Pure PHP GraphQL","status":"active","version":"1.7.1","language":"php","source_language":null,"source_url":"https://github.com/youshido-php/GraphQL","tags":["graphql","api","schema","php"],"install":[{"cmd":"composer require youshido/graphql","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"Schema","correct":"use Youshido\\GraphQL\\Schema;"}],"quickstart":{"code":"use Youshido\\GraphQL\\Schema;\nuse Youshido\\GraphQL\\Type\\ObjectType;\nuse Youshido\\GraphQL\\Field\\Field;\n\n$schema = new Schema([\n    'query' => new ObjectType([\n        'name' => 'Query',\n        'fields' => [\n            new Field([\n                'name' => 'hello',\n                'type' => Type::string(),\n                'resolve' => function () { return 'World'; }\n            ])\n        ]\n    ])\n]);","lang":"php","description":"Define a simple GraphQL schema with a hello query"},"warnings":[{"fix":"Migrate to webonyx/graphql-php for active development","message":"Library is no longer actively maintained; consider webonyx/graphql-php","severity":"breaking","affected_versions":">=1.0.0"}],"env_vars":null,"search_vec":"'api':7 'graphql':2,5,6 'php':4,9 'pure':3 'schema':8 'youshido':1","created_at":"2026-06-19T10:32:07.226045+00:00","updated_at":"2026-06-19T10:32:07.226045+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/youshido-php/GraphQL","github":"https://github.com/youshido-php/GraphQL","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization","other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}