Download the PHP package rvvup/rvvup-php-openapi without Composer

On this page you can find all versions of the php package rvvup/rvvup-php-openapi. 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 rvvup-php-openapi

OpenAPIClient-php

Rvvup Public API

For more information, please visit https://rvvup.com.

Installation & Usage

Requirements

PHP 7.4 and later. Should also work with PHP 8.0.

Composer

To install the bindings via Composer, add the following to composer.json:

Then run composer install

Manual Installation

Download the files and include autoload.php:

Getting Started

Please follow the installation procedure and then run the following:

API Endpoints

All URIs are relative to http://localhost

Class Method HTTP request Description
AccountStatementsApi createAccountStatement POST /api/2024-03-01/{merchantId}/accounts/statements Create a new account statement
AccountStatementsApi getAccountStatement GET /api/2024-03-01/{merchantId}/accounts/statements/{accountStatementId} Get an account statement
AccountStatementsApi getCheckoutForAccountStatement GET /api/2024-03-01/{merchantId}/accounts/statements/{accountStatementId}/checkouts/{checkoutId} Get a checkout for an account statement
AccountStatementsApi getThemeForAccountStatement GET /api/2024-03-01/{merchantId}/accounts/statements/{accountStatementId}/theme Get the theme for an account statement
CheckoutTemplatesApi createCheckoutTemplate POST /api/2024-03-01/{merchantId}/checkout-templates Create new checkout template
CheckoutTemplatesApi getCheckoutTemplate GET /api/2024-03-01/{merchantId}/checkout-templates/{checkoutTemplateId} Get a checkout template
CheckoutTemplatesApi listCheckoutTemplates GET /api/2024-03-01/{merchantId}/checkout-templates List checkout templates
CheckoutTemplatesApi updateCheckoutTemplate PATCH /api/2024-03-01/{merchantId}/checkout-templates/{checkoutTemplateId} Update a checkout template
CheckoutsApi createCheckout POST /api/2024-03-01/{merchantId}/checkouts Create new checkout
CheckoutsApi getCheckout GET /api/2024-03-01/{merchantId}/checkouts/{checkoutId} Get a checkout
CheckoutsApi getThemeForCheckout GET /api/2024-03-01/{merchantId}/checkouts/{checkoutId}/theme Get the theme for a checkout
CheckoutsApi listCheckoutPaymentMethods GET /api/2024-03-01/{merchantId}/checkouts/{checkoutId}/payment-methods Get payment methods for a checkout
CheckoutsApi listCheckouts GET /api/2024-03-01/{merchantId}/checkouts List checkouts
ConnectionsApi createConnection PUT /api/2024-03-01/{merchantId}/connections Create a new connection or updates an existing connection.
ConnectionsApi disconnectConnection DELETE /api/2024-03-01/{merchantId}/connections/{connectionId} Disconnect a connection
ConnectionsApi getConnection GET /api/2024-03-01/{merchantId}/connections/{connectionId} Get a connection
ConnectionsApi listConnections GET /api/2024-03-01/{merchantId}/connections List connections
LogsApi createLog POST /api/2024-03-01/{merchantId}/logs Create a log
NotificationsApi createNotificationSubscription POST /api/2024-03-01/{merchantId}/notification-subscriptions Create a new notification subscription.
NotificationsApi getNotificationSubscription GET /api/2024-03-01/{merchantId}/notification-subscriptions/{id} Get a notification subscription
NotificationsApi listNotificationSubscriptions GET /api/2024-03-01/{merchantId}/notification-subscriptions List notification subscriptions.
PaymentLinksApi createPaymentLink POST /api/2024-03-01/{merchantId}/payment-links Create new payment link
PaymentLinksApi deactivatePaymentLink DELETE /api/2024-03-01/{merchantId}/payment-links/{paymentLinkId} Deactivate a payment link
PaymentLinksApi getPaymentLink GET /api/2024-03-01/{merchantId}/payment-links/{paymentLinkId} Get a payment link
PaymentLinksApi listPaymentLinks GET /api/2024-03-01/{merchantId}/payment-links List payment links
PaymentMethodsApi listPaymentMethods GET /api/2024-03-01/{merchantId}/payment-methods Get payment methods
PaymentSessionsApi createPaymentSession POST /api/2024-03-01/{merchantId}/checkouts/{checkoutId}/payment-sessions Create a payment session
PaymentSessionsApi getPaymentSession GET /api/2024-03-01/{merchantId}/checkouts/{checkoutId}/payment-sessions/{paymentSessionId} Get a payment session
PaymentSettingsApi getPaymentSettings POST /api/2024-03-01/{merchantId}/payment-settings Get payment settings for a merchant
StatementExportsApi exportStatement POST /api/2024-03-01/{merchantId}/statements/export Export a statement
ThemesApi createTheme POST /api/2024-03-01/{merchantId}/themes Create a new theme
ThemesApi getTheme GET /api/2024-03-01/{merchantId}/themes/{themeId} Get a theme
ThemesApi listThemes GET /api/2024-03-01/{merchantId}/themes List themes
ThemesApi updateTheme PATCH /api/2024-03-01/{merchantId}/themes/{themeId} Update a theme
WebhooksApi createWebhook POST /api/2024-03-01/{merchantId}/webhooks Create a new webhook
WebhooksApi getWebhook GET /api/2024-03-01/{merchantId}/webhooks/{webhookId} Get a webhook by id
WebhooksApi listWebhooks GET /api/2024-03-01/{merchantId}/webhooks Get all webhook
WebhooksApi updateWebhook PATCH /api/2024-03-01/{merchantId}/webhooks/{webhookId} Update a webhook

Models

Authorization

Authentication schemes defined for the API:

apiKey

Tests

To run the tests, use:

Author

[email protected]

About this package

This PHP package is automatically generated by the OpenAPI Generator project:


All versions of rvvup-php-openapi with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4 || ^8.0
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.3
guzzlehttp/psr7 Version ^1.7 || ^2.0
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 rvvup/rvvup-php-openapi contains the following files

Loading the files please wait ....