Download the PHP package seravo/php-seravo-api without Composer

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

PHP Seravo API

A simple, object-oriented wrapper for the Seravo API, written in PHP.

Getting Started

API credentials are required to use the service. For more information and to request API credentials, please visit our website or contact [email protected] directly.

Requirements

Installation

Clone the project:

HTTPS

SSH

Install composer dependencies:

The package uses PSR-4 autoloader for class autoloading. Activate autoloading by requiring the Composer autoloader (Note the path to the vendor directory is relative to your project):

Environment Variables

The following environment variables are required to be set before using the library:

Optionally, you may pass these environment variables as well:

These values must be set in the /.env file. See .env.example.

Basic Usage

See the examples directory for more detailed information about how to use the library.

Initializing the Client

To initialize the SeravoAPI client, instantiate the class with valid credentials and authenticate:

Public API

Get Single Plan

Return a single Plan by ID:

Order API

Get Single Order

Return a single Order by ID:

Create New Order

Create a new Order:

Documentation

See our documentation for Order Module API & Public Module API.

License

This project is licensed under the MIT License - see the LICENSE file for details.


All versions of php-seravo-api with dependencies

PHP Build Version
Package Version
Requires php Version >=8.2
ext-json Version *
ext-curl Version *
ext-mbstring Version *
php-http/discovery Version ^1.20
php-http/httplug Version ^2.4
php-http/client-common Version ^2.7
psr/http-message Version ^2.0
symfony/serializer Version ^7.2
symfony/property-access Version ^7.2
json-mapper/json-mapper Version ^2.22
firebase/php-jwt Version ^7.0
stevenmaguire/oauth2-keycloak Version ^6.1
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 seravo/php-seravo-api contains the following files

Loading the files please wait ...