Hi All,
I have been learning the laravel framework recently and find it very useful for a novice coder. I have an upcoming project and was wondering if laravel would be a good use for it. Please let me know your recommendations. I have experience with core php, js, html, css, i am by no means an expert but a intermediate tinkierer.
I have a hosted ecommerce site that needs to connect to a 3rd party shipping fullfilment center (send order data in XML format to warehouse).
My hosted ecomm host has a rest API so i can access all order data programatically (i cant access server side code). My Warehouse is SOAP API.
I was thinking using laravel and my external webserver to middle man between these two platforms. Laravel would query my ecomm API and get new order data, then format orders into XML and use soap protocols to send information to our warehouse and handle responses (errors if any).
I appreciate any input/views, please let me know if there is a much better solution than what i am thinking.
Tuff