Skip to content

Latest commit

 

History

History
 
 

docs

About Toman (تومَن)

Toman is a Laravel package that makes working with popular payment gateways much easier.

There are dozens of gateway handlers; Here is why you may choose Laravel Toman:

Heavily Tested

Build Status Code Coverage

Payment is a critical topic, and its handlers must be tested from all aspects. Laravel Toman has an automated test suit with high coverage. On every released build, we're forced to pass all tests so you can add a payment to your code with confidence.

Elegant API

APIs are pretty much easy to use! Requesting a new payment and verifying it will add ~10 lines to your codebase! 😎

Supports Multiple Gateways

We are planning to add new gateway providers. They'll require minimum possible changes in your code. Currently, following gateways are available to use:
Zarinpal.com
IDPay.ir
🔘 YekPay.com
🔘 Pay.ir
🔘 PayPing.ir
🔘 ...

Easy to Test

Writing a test for your application and want to see if you're using the package correctly? No problem at all!

See our testing instructions in your payment gateway section!



➡ Why don't you see yourself? Quick Start

➡ Looking for old documents? V1 Docs