Php embedded app

App Bridge is a standalone, client-side vanilla JS library. It works with any frontend or backend technology you’d like to use to build your app. Shopify’s backend APIs use industry standard Oauth 2.0. Any backend stack that can implement Oauth 2.0 be used to build a Shopify app. Many people use PHP to build Shopify apps :slightly_smiling_face:

To embed your app in Shopify Admin, you’ll need to:

  1. Authenticate your app with Shopify by implementing Oauth 2.0 on your app’s server https://shopify.dev/tutorials/authenticate-with-oauth

  2. Authenticate your app frontend using App Bridge https://shopify.dev/tools/app-bridge/getting-started