the-hasanov/millikart

There is no license information available for the latest version (2.3.6) of this package.

Millikart payment for laravel

Installs: 236

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 2

Forks: 3

Open Issues: 0

pkg:composer/the-hasanov/millikart

2.3.6 2022-05-21 21:02 UTC

This package is auto-updated.

Last update: 2025-10-16 14:49:22 UTC


README

Don't use in production. Still in development stage.

use Chameleon\Millikart\Operation\CreateOrder;

Millikart::createOrder(function (CreateOrder $createOrder){
    $createOrder->amount(10.0)
        ->allUrl('http://example.com/payment/callback')
        ->description('Order Description');
});