Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Test Driven Stripe Checkout with Laravel
Rating: 4.3 out of 5(20 ratings)
90 students

Test Driven Stripe Checkout with Laravel

Learn how to integrate a third party API using Test Driven Development
Created byArturo Rojas
Last updated 3/2018
English

What you'll learn

  • Create Feature & Unit tests for your projects
  • Apply Test Driven Development best practices
  • Implement a simple shopping cart in session
  • Create a checkout page using Stripe Checkout API
  • Create integration tests for Stripe's API
  • Create a simple store application

Course content

7 sections19 lectures2h 39m total length
  • Welcome0:38
  • Project Setup3:30
  • The First Test4:46
  • Passing The Test26:19

Requirements

  • You should be familiar with Laravel 5.5 at a beginner level.
  • You should have Laravel Homestead already installed

Description

Integrating a third party API into your project can be complicated. Even more so if you want to use Test Driven Development. In this course we will examine a simple approach to test your integration with Stripe 

Create a Shopping Cart with Stripe Checkout using TDD and Laravel

By the end of this course, you will acquire sufficient knowledge on:

  • Feature, Unit and Integration Testing

  • Test Driven Development

  • Stripe API

Develop faster and deliver better products

By using Test Driven Development and integration testing, you will feel much more confident about your final product and its interactions with a third party API, knowing that it has been thoroughly tested and it works as intended.

Who this course is for:

  • PHP developers who want to apply Test Driven Development techniques in Laravel
  • PHP developers that want to use Stripe Checkout as their payment service