Video: The SprykerPHPBridge put to use

U02P7B6K2LC
U02P7B6K2LC Posts: 121 πŸ§‘πŸ»β€πŸš€ - Cadet
edited May 2023 in PHP Bridge

Comments

  • Chemaclass
    Chemaclass Tech Lead Spryker Solution Partner Posts: 213 πŸ§‘πŸ»β€πŸš€ - Cadet

    Very interesting tool, but especially the use case example at 6:15 min, and seen those 4 lines of code of the SprykerPHPBridge is really nice πŸ‘ŒπŸΌ

  • U02P7B6K2LC
    U02P7B6K2LC Posts: 121 πŸ§‘πŸ»β€πŸš€ - Cadet

    Thank you… yes that was the point. Clean client code is important. the SprykerPHPBridge allows developers to grab GlueAPI data with a nice clean API.

    One of my plans for January is to demo a full YOOtheme builder site that is fully integrated with Spryker via Glue using the Bridge.

    It will have a beautiful frontend layout (as the YOOtheme builder is great for!) as well as full Cart/checkout and user level integration.

  • U02P7B6K2LC
    U02P7B6K2LC Posts: 121 πŸ§‘πŸ»β€πŸš€ - Cadet

    Our team will also start work on the JS version of the Bridge. We hope this will be a simple NPM package that can be installed on any JS project and allow developers to integrate with the Glue API easily in their JS apps. Meaning they don’t have to build complex service layers in their apps.