Stripe

PHP library for the Stripe API. (by stripe)

Stripe Alternatives

Similar projects and alternatives to Stripe

  1. Visual Studio Code

    3,136 Stripe VS Visual Studio Code

    Visual Studio Code

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Next.js

    2,331 Stripe VS Next.js

    The React Framework

  4. React

    1,934 Stripe VS React

    The library for web and native user interfaces.

  5. Tailwind CSS

    1,505 Stripe VS Tailwind CSS

    A utility-first CSS framework for rapid UI development.

  6. TypeScript

    1,422 Stripe VS TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  7. supabase

    884 Stripe VS supabase

    The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.

  8. vercel

    592 Stripe VS vercel

    Develop. Preview. Ship.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. Strapi

    502 Stripe VS Strapi

    πŸš€ Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable, and developer-first.

  11. PostgreSQL

    Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch

  12. prettier

    481 Stripe VS prettier

    Prettier is an opinionated code formatter.

  13. Redis

    384 Stripe VS Redis

    For developers, who are building real-time data-driven applications, Redis is the preferred, fastest, and most feature-rich cache, data structure server, and document and vector query engine.

  14. Gatsby

    372 Stripe VS Gatsby

    The best React-based framework with performance, scalability and security built in.

  15. MongoDB

    306 Stripe VS MongoDB

    The MongoDB Database

  16. Nuxt.js

    207 Stripe VS Nuxt.js

    Discontinued Nuxt is an intuitive and extendable way to create type-safe, performant and production-grade full-stack web apps and websites with Vue 3. [Moved to: https://github.com/nuxt/nuxt]

  17. sendgrid-nodejs

    168 Stripe VS sendgrid-nodejs

    The Official Twilio SendGrid Led, Community Driven Node.js API Library

  18. stripe-node

    81 Stripe VS stripe-node

    Node.js library for the Stripe API.

  19. hookdeck-cli

    Alternative to ngrok for localhost asynchronous web development (e.g. webhooks). No account required.

  20. S3 Stream Wrapper

    A PHP Stream wrapper for Amazon S3

  21. botman

    4 Stripe VS botman

    A framework agnostic PHP library to build chat bots

  22. stripe

    8 Stripe VS stripe

    Go library for the Stripe API.

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Stripe alternative or higher similarity.

Stripe discussion

Log in or Post with

Stripe reviews and mentions

Posts with mentions or reviews of Stripe. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-11-01.
  • Release Radar Β· October 2024: Major updates from the open source community
    14 projects | dev.to | 1 Nov 2024
    Sorry to disappoint, but Stripe is not an open source project, nor is it a major release. The reason it's here is because Stripe just shipped a bunch of updates for their open source projects. Someone must have been doing some spring cleaning 🧹 - or is it fall cleaning in the Northern Hemisphere πŸ€”? Whatever is it, Stripe have a tonne of new updates for you including Stripe .NET 47.0, Stripe Node 17.0, Stripe PHP 16.0, Stripe Ruby 13.0, and Stripe Python 11.0. Each of these is a library for accessing Stripe's API from applications written in .NET, Node.js, PHP, Ruby, and Python respectively. These are all updates based on changes to the Stripe API and SDK. Click on each one to check out their breaking changes.
  • Bringing more sweetness to ruby with sorbet types 🍦
    5 projects | dev.to | 18 Sep 2023
    First let's introduce the tool: Sorbet is a gem developed by Stripe that aims to bring type notation syntax and type checking support for the Ruby ecosystem by utilizing the "Gradual typing" philosophy, it also provide type generation from YARD comments via the tapioca gem, allowing to grow alongside the already built Ruby codebase.
  • Which billing processor to use? Stripe vs wise? Which is a better choice for my international business?
    1 project | /r/Entrepreneur | 13 Sep 2023
    The problem is stripe.com charges 4.6% total in fees. Wise charges 1.89%.
  • Ask HN: What are some well-designed websites?
    12 projects | news.ycombinator.com | 7 Sep 2023
    For me Stripe is the peak for a product/company website:

    https://stripe.com/

    I heard some people admire https://linear.app/ but I don't see the appeal myself

    Majority of websites often fall into one of two categories:

    1. Traditional off the shelf template

    2. Look cool but fail when it comes to usability and robustness (those featured on awwwards)

  • How to Process Stripe Subscriptions In Your Serverless Apps
    2 projects | dev.to | 6 Sep 2023
    You could have the best service in the world, but if you have a payment gateway that leaves people feeling uncomfortable, you'll lose them. Not only that, but you have PCI compliance you would need to deal with and a slew of other things that are handled for you with a payment vendor like Stripe, Square, or PayPal.
  • Safe & Easy Boosting || 30% off
    1 project | /r/boosting | 8 Aug 2023
    Your payment and data is processed safely through Stripe. We are verified and also accept Paypal.
  • Using Stripe to Implement Payment handling on a website
    3 projects | dev.to | 21 Jul 2023
    First you'll want to go to Stripe's website and setup an account. Then install Stripe with pip install stripe. In this example I'm using Flask for the backend and React for the frontend. The website is an e-commerce page for buying and selling skateboards. Now create some models for the product to sell and the receipts then run flask db init, flask db migrate, and flask db upgrade to create the database. My models look like so:
  • Clearing up some misconceptions about Kick's Security
    1 project | /r/xqcow | 9 Jul 2023
    Kick uses a Payment Processor called Stripe
  • How do I integrate stripe Payment gateway in react while i am using laravel as bekend ??
    1 project | /r/reactjs | 23 Jun 2023
    I did that with Vue and Laravel a few times. If you need Stripe data linked to a user account your best bet is Laravel Cashier. Otherwise you'll have to use the PHP SDK.
  • Reloadable Purchasing Cards
    1 project | /r/smallbusiness | 22 Jun 2023
    stripe allows issuing cards, similar to how cash app, Venmo and other payment platforms issues cards to users. I’ve personally never issued a card but the documentation is there and should be simple!
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 17 May 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more β†’

Stats

Basic Stripe repo stats
301
3,862
8.7
1 day ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com