awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 مستودعات

Awesome GitHub RepositoriesTransaction Testing

Utilities for simulating protocol handshakes and transactions to verify server configuration.

Distinct from SMTP Clients: Focuses on diagnostic transaction simulation rather than providing a general-purpose client library

Explore 6 awesome GitHub repositories matching development tools & productivity · Transaction Testing. Refine with filters or upvote what's useful.

Awesome Transaction Testing GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • nicolaka/netshootالصورة الرمزية لـ nicolaka

    nicolaka/netshoot

    10,400عرض على GitHub↗

    Netshoot is a Docker network troubleshooting toolkit and container image bundled with specialized utilities for DNS resolution, performance benchmarking, and TCP/IP packet inspection. It serves as a portable set of tools designed for diagnosing connectivity and routing issues within Docker and Kubernetes environments. The project is distributed as a tool-aggregated container image that can be deployed as a debugging sidecar or an ephemeral runtime. It supports namespace-joined execution, allowing the toolkit to attach to the network namespace of another process to inspect traffic and diagnose

    Provides scriptable SMTP transactions to verify and validate mail server configurations.

    Shellcontainersdockerkubernetes
    عرض على GitHub↗10,400
  • thephpleague/omnipayالصورة الرمزية لـ thephpleague

    thephpleague/omnipay

    6,053عرض على GitHub↗

    Omnipay هي مكتبة بوابة دفع PHP وإطار عمل تكامل يجرد مزودي خدمات الدفع المتعددين في واجهة برمجة تطبيقات واحدة متسقة. توفر واجهة موحدة لإدارة دورات حياة الدفع، مما يسمح للتطبيقات بتنفيذ التفويضات، والالتقاط، وعمليات الاسترداد عبر خدمات مالية مختلفة دون إعادة كتابة الكود لكل مزود. يجرد إطار العمل منطق التطبيق من حزم SDK الخاصة بالمزود باستخدام نمط المحول (adapter pattern) وكائنات نقل البيانات. تضمن هذه البنية تحويل استجابات البوابة الخام وطلبات HTTP إلى أشكال بيانات يمكن التنبؤ بها، بينما يسمح مفتاح البيئة القائم على الإعدادات للمطورين بالتبديل بين نقاط نهاية sandbox و API الحية لاختبار تدفقات المعاملات. تغطي المكتبة نطاقاً واسعاً من قدرات معالجة الدفع، بما في ذلك ترميز بطاقات الائتمان للفواتير المتكررة والتحقق من أرقام البطاقات باستخدام خوارزمية Luhn. تتعامل مع تنسيق دورات حياة المعاملات، بما في ذلك إدارة إعادة التوجيه خارج الموقع ومعالجة إشعارات البوابة غير المتزامنة عبر خطافات الويب. تتضمن الوظائف الإضافية أدوات لتخصيص حمولات الطلبات بمعلمات عشوائية ونقل بيانات تفصيلية على مستوى البند إلى بوابات الدفع.

    Enables developers to toggle between sandbox and live environments to simulate and verify payment flows.

    PHP
    عرض على GitHub↗6,053
  • paradigmxyz/rethالصورة الرمزية لـ paradigmxyz

    paradigmxyz/reth

    5,652عرض على GitHub↗

    Reth is a modular, high-performance Ethereum execution layer client written in Rust. It serves as a full Ethereum node that syncs, validates, and serves blockchain data, functioning as an archive node implementation, a high-throughput RPC node server, and a snapshot sync tool. The project is built around a modular component architecture that allows assembling custom node behavior by swapping independent Rust crates for consensus, execution, mempool, and networking. The client distinguishes itself through a staged sync pipeline that downloads headers and bodies online before processing the res

    Provides the ability to swap the EVM component to customize transaction execution and state transitions.

    Rust
    عرض على GitHub↗5,652
  • xrplf/rippledالصورة الرمزية لـ XRPLF

    XRPLF/rippled

    5,166عرض على GitHub↗

    rippled is a peer-to-peer node implementation for the XRP Ledger. It serves as a distributed ledger consensus engine and a blockchain API gateway, allowing servers to validate transactions and maintain a shared, immutable sequence of ledger state. The project features a built-in decentralized exchange engine capable of executing atomic cross-currency payments and managing order books. It includes an on-chain asset management system for issuing and controlling fungible tokens and NFTs, as well as a Byzantine Fault Tolerant system for coordinating validators. The platform provides comprehensiv

    XRP Ledger submits and validates custom or pre-release transaction types on a development network.

    C++blockchainc-plus-pluscplusplus
    عرض على GitHub↗5,166
  • solana-foundation/anchorالصورة الرمزية لـ solana-foundation

    solana-foundation/anchor

    5,090عرض على GitHub↗

    Anchor is a framework for building, testing, and deploying Solana smart contracts. It provides a Rust domain-specific language (DSL) that uses macro‑based instruction dispatch and derive‑macro account validation to automate ownership checks, discriminator enforcement, and serialization before instruction execution. The framework also includes a CLI toolchain for scaffolding, compiling, and managing contracts across workspaces, a test harness that simulates program execution with account manipulation and compute unit benchmarking, and an IDL generator that emits a standardized JSON interface fr

    Provides test-time configuration of compute limits and signature verification for transaction execution.

    Rustblockchaincoralrust
    عرض على GitHub↗5,090
  • stripe/stripe-phpالصورة الرمزية لـ stripe

    stripe/stripe-php

    4,017عرض على GitHub↗

    مكتبة stripe-php هي عميل PHP يُستخدم لدمج معالجة مدفوعات Stripe، وفواتير الاشتراك، والخدمات المالية في التطبيقات. توفر واجهة برمجية لإدارة الحسابات المتصلة، وإصدار البطاقات الافتراضية، وأتمتة المدفوعات للبائعين. تتميز المكتبة بجناح شامل من أدوات الفواتير والمدفوعات، بما في ذلك دعم الرسوم المتكررة، والفواتير القائمة على الاستخدام، وإدارة بوابات الخدمة الذاتية للعملاء. كما تُمكّن الأتمتة المالية عبر مكتبات الضرائب والإيرادات التي تتعامل مع حساب ضريبة المبيعات العالمية والاعتراف التلقائي بالإيرادات لمحاسبة الاستحقاق. يغطي المشروع مساحة إمكانيات واسعة بما في ذلك تنسيق السوق، وإدارة الاحتيال والمخاطر، وتكامل نقاط البيع. كما يتضمن أدوات لاتصال الحسابات المالية، وإصدار البطاقات التجارية، وإدارة مبيعات المنتجات الرقمية من خلال خدمات تاجر السجل. يمكن للمطورين استخدام بيئة sandbox موفرة مع مفاتيح API تجريبية لتسهيل تطوير التكامل الفوري.

    Simulates successful and failed card transactions using test cards to verify integration and brand handling.

    PHP
    عرض على GitHub↗4,017
  1. Home
  2. Development Tools & Productivity
  3. Client Libraries
  4. SMTP Clients
  5. Transaction Testing

استكشف الوسوم الفرعية

  • ExperimentalValidation and submission of custom or pre-release transaction types within isolated development networks. **Distinct from Transaction Testing:** Specifically focuses on testing new/experimental transaction types rather than general protocol handshakes or server configuration simulation.
  • Payment Flow SimulationSimulating the sequence of requests and responses for payment transactions to verify integration logic. **Distinct from Transaction Testing:** Focuses on payment-specific transaction flows rather than protocol handshakes or blockchain simulations
  • Transaction Execution Customizations1 وسم فرعيCapabilities to set compute limits and toggle signature verification for customizing transaction processing in tests. **Distinct from Transaction Testing:** Distinct from Transaction Testing: focuses on configuring execution parameters like compute limits and signature verification, not general transaction simulation.