Download the PHP package macopedia/orotpay without Composer

On this page you can find all versions of the php package macopedia/orotpay. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package orotpay

Tpay & OroCommerce payment gateway integration



The OroTpay bundle is a free and official Tpay extension for OroCommerce that enables seamless payment processing for your OroCommerce application. Bundle provides a secure, frictionless checkout experience by integrating one of Poland’s leading payment gateways directly into your store.

Key features

Technical requirements

Please verify your environment meets the following criteria:

Component Requirement
OroCommerce Version 6.x
PHP Version >= PHP 8.4
Tpay Account Active production or Tpay sandbox account (testing only)
Apple/Goole MerchantID To offer digital wallets (Apple Pay/Google Pay) to your customers, ensure your Merchant ID is correctly configured in the integration settings. Note on Apple Pay: to enable Apple Pay, you must verify your store domain within the Tpay Merchant Panel. This involves uploading a verification file provided by Apple

Installation & Setup

Follow these steps to integrate Tpay into your OroCommerce instance:

1. Install via Composer

Execute the following command in your project root:

2. Run database migrations & load translations

3. Configuration

  1. Parameters: If necessary, customize the default parameters found in:
    Resources/config/parameters.yml
  2. Deployment: Deploy the changes to your OroCommerce instance (remember: run migrations on first deployment!)
  3. Go to ORO admin panel:
    • Navigate to the OroCommerce admin panel.
    • Go to System > Integrations > Manage Integrations.
    • Create a new integration, select Tpay, provide your API credentials and select production or sandbox mode
    • Configure your desired payment methods within System > Payment Rules.
  4. Note: By default, the extension sends the client IP address to the gateway for processing in prod environments; in dev mode, this is disabled. Since the gateway validates IP addresses, ensure your server is properly configured to forward user IPs to the Oro application to avoid processing errors. For local development, please use OroCommerce in dev mode.

4. Documentation

Documentation for the extension is available on Tpay's website in:

  1. Polish
  2. English

License

This plugin's source code is completely free and released under the terms of the MIT license.

About extension

This extension is a joint initiative developed by Macopedia in official partnership with Tpay.

About Tpay

Tpay is one of Poland’s leading online payment operators, providing secure and convenient payment solutions for thousands of e-commerce businesses.

About Macopedia

Macopedia is a software development house and digital commerce partner with strong expertise in PIM and e-commerce, supporting B2B and B2C companies worldwide. Since 2006, we’ve been helping manufacturers, importers, and distributors scale their digital sales by bridging business needs with robust, modern technology.

We specialize in building and maintaining solutions based on proven platforms such as OroCommerce, Adobe Commerce (Magento), Shopware, Akeneo, Pimcore, and Odoo, as well as custom integrations across complex system landscapes. Our teams deliver end-to-end solutions, from architecture and development to integrations with ERP, CRM, and payment systems. We build scalable, headless, and traditional web applications using TYPO3 and modern frameworks.

Beyond project delivery, we actively share knowledge and educate the market through initiatives like the B2B MasterClass podcast and PIM Academy, supporting the growth of the digital commerce community.

Contact us


All versions of orotpay with dependencies

PHP Build Version
Package Version
Requires php Version ~8.4
oro/commerce Version ^6.0
tpay-com/tpay-openapi-php Version ^2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package macopedia/orotpay contains the following files

Loading the files please wait ...