PHPackages                             oadtz/checkout - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. oadtz/checkout

ActiveLibrary[Testing &amp; Quality](/categories/testing)

oadtz/checkout
==============

This is for testing propose only

018PHP

Since Oct 28Pushed 7y ago1 watchersCompare

[ Source](https://github.com/oadtz/checkout)[ Packagist](https://packagist.org/packages/oadtz/checkout)[ RSS](/packages/oadtz-checkout/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Checkout
========

[](#checkout)

A simple PHP package for capture credit card payment using Adyen and Braintree service

Installation
------------

[](#installation)

Use composer to clone this package.

```
$ composer require oadtz/checkout

```

Or download this package and extract to your project or add this package to your composer.json

```
"require": {

...

"oadtz/checkout": "dev-master",

...

},

```

, then run:

```
$ composer update

```

Adyen &amp; Braintree Configuration
-----------------------------------

[](#adyen--braintree-configuration)

Open src/Config/checkout.php file and edit with your own configuration.

```
'adyen' => [
    'username' => 'Your Adyen username',
    'password' => 'Your Adyen password',
    'environment' => 'test',
	'appname' => 'Optional'
],
'braintree' => [
    'environment' => 'sandbox',
    'merchant_id' => 'Your Braintree merchant ID',
    'public_key' => 'Your Braintree public API key',
    'private_key' => 'Your Braintree private API key'
]

```

Unit test
---------

[](#unit-test)

Use this command to run the unit test.

```
$ vendor/bin/phpunit

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 56.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/b4aae3de45fd1d9e0eafcd66533581348a2d09143cc2f734dbbd676cc3a2a7da?d=identicon)[oadtz](/maintainers/oadtz)

---

Top Contributors

[![oadtz](https://avatars.githubusercontent.com/u/4559838?v=4)](https://github.com/oadtz "oadtz (26 commits)")[![Mahmoudz](https://avatars.githubusercontent.com/u/1983984?v=4)](https://github.com/Mahmoudz "Mahmoudz (20 commits)")

### Embed Badge

![Health badge](/badges/oadtz-checkout/health.svg)

```
[![Health](https://phpackages.com/badges/oadtz-checkout/health.svg)](https://phpackages.com/packages/oadtz-checkout)
```

###  Alternatives

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M682](/packages/phpspec-prophecy)[vimeo/psalm

A static analysis tool for finding errors in PHP applications

5.8k77.5M6.7k](/packages/vimeo-psalm)[brianium/paratest

Parallel testing for PHP

2.5k118.8M754](/packages/brianium-paratest)[beberlei/assert

Thin assertion library for input validation in business models.

2.4k96.9M570](/packages/beberlei-assert)[mikey179/vfsstream

Virtual file system to mock the real file system in unit tests.

1.4k108.0M2.7k](/packages/mikey179-vfsstream)[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.1k](/packages/orchestra-testbench)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
