Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1016 Bytes

index.rst

File metadata and controls

41 lines (31 loc) · 1016 Bytes

Jane: Tools for generating PHP Code

Jane is a set of libraries to generate Models & API Clients based on JsonSchema / OpenAPI specs by following high quality PHP code guidelines and respecting common & advanced PSR.

  • /JsonSchema/introduction
  • /OpenAPI/introduction
  • /AutoMapper/introduction

Jane <self> Backwards compatibility <bc> Internal <internal>

Introduction <JsonSchema/introduction> Generating a Model <JsonSchema/generate> Using a generated Model <JsonSchema/usage> Multi schemas <JsonSchema/multi>

Introduction <OpenAPI/introduction> Generating a Client <OpenAPI/generate> Using a generated client <OpenAPI/usage> Example <OpenAPI/example.rst> Extending the Client <OpenAPI/extending>

Introduction <AutoMapper/introduction>