PHP API to trade products from eshop through REST/xml
Posted
by
Donatas Veikutis
on Programmers
See other posts from Programmers
or by Donatas Veikutis
Published on 2013-11-08T09:29:17Z
Indexed on
2013/11/08
10:18 UTC
Read the original article
Hit count: 316
I need algorithm, or PHP api example, or existing decision how to make system for trade big information for B2B xml with goods information. Now I try to use
Slim framework
to do that system. But for me need some documentation what architecture have to be in here. System requiments is simple:
- User have autentification username and password
- Then he can see which product groups assigned to it
- Then he can see all product with information (price, title, description, images, specifications etc.).
Its will the easiest way to get a free php api for that I think, and try too edit some code. But I did not found anything.
© Programmers or respective owner