cyingfan / m3o-php

M3O Client for PHP
MIT License
1 stars 0 forks source link

Any further development? #1

Open asim opened 3 years ago

asim commented 3 years ago

Hi. Our m3o.com offering is continuing to progress and we'd potentially like to make a php client a first class citizen. Do you have any plans for further development on this?

cyingfan commented 3 years ago

Hi @asim, The short answer is yes.

The long answer: My plan has diverged after OpenAPI was introduced. Handcrafting the client code is great for the added domain logic, but comes with the cost of low maintainability. I have written a scraper to grab all JSONs hoping to get the client code generated.

crufter commented 3 years ago

@cyingfan I am writing a generator for php, will soon submit to m3o/m3o

As someone who is OOTL in PHP for some 10+ years I am taking this repo as inspiration if you are okay with that?