Inject parse php SDK as dependency in slime app

I want to use container as my dependencies injection in my slim app
How i can inject parse SDK to be a service in my slim app using Container
Any Help ? !

Hi @Ramyhakam

I want to use container as my dependencies injection in my slim app

Slim comes with Pimple as container. If you need more features, like
autowiring, then try PHP-DI in combination with Slim.

How i can inject parse SDK to be a service in my slim app using Container

I don’t understand this question. What do you mean with “parse” and “SDK” in this context? Software Development Kit?