awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
thephpleague avatar

thephpleague/omnipay

0
View on GitHub↗
6,053 स्टार्स·933 फोर्क्स·PHP·MIT·10 व्यूज़omnipay.thephpleague.com↗

Omnipay

Omnipay एक PHP पेमेंट गेटवे लाइब्रेरी और इंटीग्रेशन फ्रेमवर्क है जो कई पेमेंट सर्विस प्रोवाइडर्स को एक एकल, सुसंगत API में एब्स्ट्रैक्ट करता है। यह पेमेंट लाइफसाइकिल के प्रबंधन के लिए एक मानकीकृत इंटरफ़ेस प्रदान करता है, जिससे एप्लिकेशन प्रत्येक प्रोवाइडर के लिए कोड को फिर से लिखे बिना विभिन्न वित्तीय सेवाओं में ऑथराइजेशन, कैप्चर और रिफंड निष्पादित कर सकते हैं। यह फ्रेमवर्क एडाप्टर पैटर्न और डेटा-ट्रांसफर ऑब्जेक्ट्स का उपयोग करके एप्लिकेशन लॉजिक को प्रोवाइडर-विशिष्ट SDKs से अलग करता है। यह आर्किटेक्चर सुनिश्चित करता है कि रॉ गेटवे प्रतिक्रियाएं और HTTP अनुरोध अनुमानित डेटा आकृतियों में परिवर्तित हो जाएं, जबकि कॉन्फ़िगरेशन-आधारित वातावरण स्विच डेवलपर्स को ट्रांजेक्शन फ्लो के परीक्षण के लिए सैंडबॉक्स और लाइव API एंडपॉइंट्स के बीच टॉगल करने की अनुमति देता है।

Features

  • Payment Gateways - Acts as a comprehensive library for integrating multiple payment gateways to execute authorizations, captures, and refunds.
  • Payment Gateway Abstractions - Provides a unified interface that abstracts multiple payment gateways behind a single method contract.
  • Payment Coordination Frameworks - Provides a coordination framework to manage the end-to-end payment lifecycle from authorization to final completion.
  • Payment Detail Capture - Collects and validates credit card information and billing addresses using standardized data objects.
  • Payment Gateway Integrations - Integrates multiple different payment service providers through a single standardized PHP interface.
  • Notification Processing - Processes incoming asynchronous payloads from payment gateways to synchronize transaction states.
  • Redirect Handlers - Detects when a gateway requires an off-site redirect and generates the necessary forwarding data for the user.
  • Payment Integrations - Provides a comprehensive framework for managing payment lifecycles, gateway redirects, and transaction notifications.
  • Payment Lifecycle Management - Handles the full transaction lifecycle, including payment authorization, capturing funds, and processing refunds.
  • Payment Tokenization - Manages stored payment methods and tokens with gateways to enable recurring billing without re-entering card details.
  • Payment Webhooks - Converts asynchronous HTTP notifications from payment providers into standardized objects to track transaction status.
  • Sandbox Testing - Provides mechanisms to verify payment flows and transaction logic in sandbox environments without processing real funds.
  • Payment Method Management - Implements systems for managing customer payment instruments, including the creation and deletion of stored card references.
  • Payment Flow Simulation - Enables developers to toggle between sandbox and live environments to simulate and verify payment flows.
  • API Environment Switchings - Supports toggling between sandbox and live API endpoints via configuration to isolate test transactions.
  • Payment Tokenization Services - Provides a standardized way to use payment tokenization services to handle sensitive card data via external gateways.
  • Adapter Patterns - Implements the adapter pattern to wrap provider-specific APIs into a consistent internal format.
  • Data Transfer Object Mapping - Maps raw gateway responses and HTTP requests into structured data transfer objects for predictable data shapes.
  • E-commerce and Payments - Provides a multi-gateway payment abstraction.

स्टार हिस्ट्री

thephpleague/omnipay के लिए स्टार हिस्ट्री चार्टthephpleague/omnipay के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Omnipay के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Omnipay के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • yansongda/payyansongda का अवतार

    yansongda/pay

    5,348GitHub पर देखें↗

    This project is a multi-gateway payment SDK that provides a unified API and abstraction layer for integrating multiple payment providers. It maps high-level payment operations to provider-specific API calls and standardizes diverse outputs through a unified response normalization system. The SDK supports multi-tenant configuration, allowing a single runtime instance to isolate credentials and settings for different business accounts. It features a plugin-based architecture that enables the addition of custom payment gateways through abstract class implementations. The capability surface cove

    PHPalipaydouyinlaravel-pay
    GitHub पर देखें↗5,348
  • stripe/stripe-phpstripe का अवतार

    stripe/stripe-php

    4,017GitHub पर देखें↗

    The stripe-php library is a PHP client used to integrate Stripe payment processing, subscription billing, and financial services into applications. It provides a programmatic interface for managing connected accounts, issuing virtual cards, and automating payouts to sellers. The library distinguishes itself through a comprehensive suite of billing and payment tools, including support for recurring charges, usage-based billing, and the management of customer self-service portals. It further enables financial automation via tax and revenue libraries that handle global sales tax calculation and

    PHP
    GitHub पर देखें↗4,017
  • killbill/killbillkillbill का अवतार

    killbill/killbill

    5,343GitHub पर देखें↗

    Kill Bill is a subscription billing platform and usage-based billing engine designed to manage recurring invoicing and automated payment collection. It functions as a multi-tenant billing infrastructure, providing isolated environments for different organizational entities through a dedicated API. The system is distinguished by a plugin-based extension framework that allows for the integration of third-party payment gateways and custom business logic. It includes a payment gateway orchestrator to handle transactions and refunds, as well as a revenue recognition system to allocate contract rev

    Javabillingkillbillpayments
    GitHub पर देखें↗5,343
  • fetchai/innovation-lab-examplesfetchai का अवतार

    fetchai/innovation-lab-examples

    1,028GitHub पर देखें↗

    This project provides a comprehensive framework for building, deploying, and orchestrating autonomous agents within a decentralized network. It serves as a collection of patterns and examples for developing intelligent software entities capable of performing complex tasks, making decisions, and interacting with other agents to achieve shared goals. The framework distinguishes itself through its focus on multi-agent orchestration and decentralized communication. It enables the coordination of specialized agent teams that collaborate on workflows through structured messaging protocols, allowing

    Python
    GitHub पर देखें↗1,028
Omnipay के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

thephpleague/omnipay क्या करता है?

Omnipay एक PHP पेमेंट गेटवे लाइब्रेरी और इंटीग्रेशन फ्रेमवर्क है जो कई पेमेंट सर्विस प्रोवाइडर्स को एक एकल, सुसंगत API में एब्स्ट्रैक्ट करता है। यह पेमेंट लाइफसाइकिल के प्रबंधन के लिए एक मानकीकृत इंटरफ़ेस प्रदान करता है, जिससे एप्लिकेशन प्रत्येक प्रोवाइडर के लिए कोड को फिर से लिखे बिना विभिन्न वित्तीय सेवाओं में ऑथराइजेशन, कैप्चर और रिफंड निष्पादित कर सकते हैं। यह फ्रेमवर्क एडाप्टर पैटर्न और डेटा-ट्रांसफर ऑब्जेक्ट्स का उपयोग करके एप्लिकेशन लॉजिक को प्रोवाइडर-विशिष्ट SDKs से…

thephpleague/omnipay की मुख्य विशेषताएं क्या हैं?

thephpleague/omnipay की मुख्य विशेषताएं हैं: Payment Gateways, Payment Gateway Abstractions, Payment Coordination Frameworks, Payment Detail Capture, Payment Gateway Integrations, Notification Processing, Redirect Handlers, Payment Integrations।

thephpleague/omnipay के कुछ ओपन-सोर्स विकल्प क्या हैं?

thephpleague/omnipay के ओपन-सोर्स विकल्पों में शामिल हैं: yansongda/pay — This project is a multi-gateway payment SDK that provides a unified API and abstraction layer for integrating multiple… stripe/stripe-php — The stripe-php library is a PHP client used to integrate Stripe payment processing, subscription billing, and… killbill/killbill — Kill Bill is a subscription billing platform and usage-based billing engine designed to manage recurring invoicing and… fetchai/innovation-lab-examples — This project provides a comprehensive framework for building, deploying, and orchestrating autonomous agents within a… go-pay/gopay — GoPay is a Go SDK that aggregates multiple Chinese and international payment gateways behind a single, unified… activemerchant/active_merchant — Active Merchant is a Ruby library that provides a payment gateway abstraction layer to process credit card…