akeneo / api-php-client

PHP client of Akeneo PIM API

Home Page:https://packagist.org/packages/akeneo/api-php-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP client in docker

heojee1 opened this issue · comments

Hi, I have a question regarding running PHP-client inside docker. I a student who is fairly new to Docker and Akeneo so I am trying to figure out. My goal is to insert data in a database to PIM.

I downloaded PIM with Docker. And I was planning to have PHP-client inside PIM docker (specifically using fpm bash in the PIM docker).

So my question is if it is possible to have PHP-client run like this and insert data to PIM? Or is there a better way to achieve what I am trying to do (insert data from DB to PIM with Docker)?

Also, I am not sure where exactly I should put the PHP script and how to run it.

I would really appreciate your help!! Thank you in advance :)