DEV Community

Discussion on: Connect to APNS via HTTP/2 with PHP

Collapse
 
fodorbalint profile image
fodorbalint

Where does $container come from?

Collapse
 
gustavguez profile image
Gustavo Rodríguez

lcobucci-jwt.readthedocs.io/en/lat...

The examples here fetch the configuration object from a hypothetical dependency injection container. You can create it in the same script or require it from a different file. It basically depends on how your system is bootstrapped.