laravel-stripe-webhooks | Handle Stripe webhooks in a Laravel application | Ecommerce library

 by   spatie PHP Version: 3.3.0 License: MIT

kandi X-RAY | laravel-stripe-webhooks Summary

kandi X-RAY | laravel-stripe-webhooks Summary

laravel-stripe-webhooks is a PHP library typically used in Web Site, Ecommerce applications. laravel-stripe-webhooks has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

Stripe can notify your application of events using webhooks. This package can help you handle those webhooks. Out of the box it will verify the Stripe signature of all incoming requests. All valid calls will be logged to the database. You can easily define jobs or events that should be dispatched when specific events hit your app. This package will not handle what should be done after the webhook request has been validated and the right job or event is called. You should still code up any work (eg. regarding payments) yourself. Before using this package we highly recommend reading the entire documentation on webhooks over at Stripe.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              laravel-stripe-webhooks has a low active ecosystem.
              It has 434 star(s) with 65 fork(s). There are 7 watchers for this library.
              There were 1 major release(s) in the last 12 months.
              There are 0 open issues and 68 have been closed. On average issues are closed in 4 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of laravel-stripe-webhooks is 3.3.0

            kandi-Quality Quality

              laravel-stripe-webhooks has 0 bugs and 0 code smells.

            kandi-Security Security

              laravel-stripe-webhooks has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              laravel-stripe-webhooks code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              laravel-stripe-webhooks is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              laravel-stripe-webhooks releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.
              laravel-stripe-webhooks saves you 43 person hours of effort in developing the same functionality from scratch.
              It has 124 lines of code, 10 functions and 7 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed laravel-stripe-webhooks and discovered the below as its top functions. This is intended to give you an instant insight into laravel-stripe-webhooks implemented functionality, and help decide if they suit your requirements.
            • Handle the webhook call .
            • Validate webhook .
            • Configure package .
            • Determine the job class .
            • Creates an exception for the given Webhook class name .
            • Thrown when a webhook call is missing .
            • Render the error page .
            Get all kandi verified functions for this library.

            laravel-stripe-webhooks Key Features

            No Key Features are available at this moment for laravel-stripe-webhooks.

            laravel-stripe-webhooks Examples and Code Snippets

            No Code Snippets are available at this moment for laravel-stripe-webhooks.

            Community Discussions

            QUESTION

            Integrating stripe webhook in laravel with redis queue driver
            Asked 2021-Apr-24 at 02:37

            I've been implemented stripe webhook in laravel 7 using library https://github.com/spatie/laravel-stripe-webhooks

            The goal is to subscribe my users to plan created in stripe and generate an invoice on charge succeeded webhook request. Now to achieve this I created a cron script that dispatches the job to subscribe users. Also, set up a webhook endpoint in stripe. All setup is done and configuration in environment variables. It works perfectly when set the queue connection to "sync". However, when setting the queue connection to Redis it doesn't work.

            Here's the code inside my config/stripe-webhooks.php

            ...

            ANSWER

            Answered 2021-Apr-24 at 02:37

            I've fixed this issue it's my bad that I accidentally put an invalid queue name in my queue worker setup in supervisor.

            Source https://stackoverflow.com/questions/67101018

            QUESTION

            Instalation issue
            Asked 2021-Mar-01 at 17:15

            I have the following error by installing spatie/laravel-stripe-webhooks whit composer after trying to downgrade composer version or remove some packages , could't resolve the problem

            ...

            ANSWER

            Answered 2021-Mar-01 at 17:15

            The problem is because of in spatie/laravel-stripe-webhooks the illuminate/support version required as ~5.8.0 which conflicts with your composer.json illuminate/support version (you can check it in the package v2.0.0 Link)

            You can upgrade it to v2.5.0 (current last release) which requires "illuminate/support": "^6.0|^7.0|^8.0", and its satisfiable with your version "illuminate/support": "^8.29".

            To do that just call composer require spatie/laravel-stripe-webhooks

            Source https://stackoverflow.com/questions/66426458

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install laravel-stripe-webhooks

            You can install the package via composer:. The service provider will automatically register itself.

            Support

            We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products. We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/spatie/laravel-stripe-webhooks.git

          • CLI

            gh repo clone spatie/laravel-stripe-webhooks

          • sshUrl

            git@github.com:spatie/laravel-stripe-webhooks.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Ecommerce Libraries

            saleor

            by saleor

            saleor

            by mirumee

            spree

            by spree

            reaction

            by reactioncommerce

            medusa

            by medusajs

            Try Top Libraries by spatie

            laravel-permission

            by spatiePHP

            laravel-backup

            by spatiePHP

            browsershot

            by spatiePHP