php - Which API standard? -


we're planning new project feature api available customers interact our app own web sites , systems. never having built close full-fledged api in past, not aware of standards or recommendations available , used make api more adapted our customers.

we build api using php , parts of api need authentication while others don't. of today, have read little oauth, soap & rest, have no idea on practiec.

what technology/standard recommended base api 2011+ upon?

there number of options, suggest may find publishing soap api php quite tricky maintain.

the reason there no inherent wsdl generation within php, you'll either have roll own (and modify each time), or experiment 1 of 3rd party tools - none of have found particularly satisfactory in past.

i suggest more straightfoward method implementing api in php go down restful route.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -