PHPackages                             upgradelabs/laravel-avantio-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. upgradelabs/laravel-avantio-api

ActiveLibrary[API Development](/categories/api)

upgradelabs/laravel-avantio-api
===============================

Laravel package to interact with Avantio XML feeds and WebServices

1.0.0(1y ago)001MITPHPPHP ^8.3

Since May 28Pushed 1y agoCompare

[ Source](https://github.com/upgradelabs/avantio-api)[ Packagist](https://packagist.org/packages/upgradelabs/laravel-avantio-api)[ RSS](/packages/upgradelabs-laravel-avantio-api/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Laravel Avantio API Package
===========================

[](#laravel-avantio-api-package)

A Laravel package by Upgradelabs for interacting with the Avantio XML Feeds and WebServices API.

Requirements
------------

[](#requirements)

- PHP ^8.3
- Laravel ^10.0

Installation
------------

[](#installation)

Require the package via Composer:

```
composer require upgradelabs/laravel-avantio-api
```

Publish the configuration file:

```
php artisan vendor:publish --provider="Upgradelabs\\Avantio\\AvantioServiceProvider" --tag="config"
```

Configure your `.env` with Avantio credentials:

```
AVANTIO_WSDL="https://ws.avantio.com/soap/vrmsConnectionServices.php?wsdl"
AVANTIO_USERNAME=your_username
AVANTIO_PASSWORD=your_password
AVANTIO_LANGUAGE=EN
```

Usage
-----

[](#usage)

You can use the `Avantio` facade or inject the `Upgradelabs\\Avantio\\Client` class:

```
use Avantio;

$result = Avantio::isAvailable([
    'Accommodation' => [
        'AccommodationCode' => 123,
        'UserCode' => 456,
        'LoginGA' => 'company_login'
    ],
    'DateFrom' => '2025-06-01',
    'DateTo' => '2025-06-10',
    'Occupants' => [
        'AdultsNumber' => 2
    ]
]);
```

### Available Methods

[](#available-methods)

- `isAvailable(array $criteria)`
- `getBookingPrice(array $criteria)`
- `setBooking(array $criteria)`
- `getBooking(array $criteria)`
- `cancelBooking(array $criteria)`
- `getBookingList(array $criteria)`

Testing
-------

[](#testing)

Run the test suite with PHPUnit:

```
vendor/bin/phpunit
```

Publishing to Packagist
-----------------------

[](#publishing-to-packagist)

1. Push your repository to GitHub.
2. Submit the package on Packagist:

License
-------

[](#license)

MIT

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance46

Moderate activity, may be stable

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

401d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b20557c62a96fca9a58d80b11dffbaf4e3debd77d9358c66ed06d413c1e884a7?d=identicon)[rpsimao](/maintainers/rpsimao)

---

Top Contributors

[![rpsimao](https://avatars.githubusercontent.com/u/205846?v=4)](https://github.com/rpsimao "rpsimao (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/upgradelabs-laravel-avantio-api/health.svg)

```
[![Health](https://phpackages.com/badges/upgradelabs-laravel-avantio-api/health.svg)](https://phpackages.com/packages/upgradelabs-laravel-avantio-api)
```

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.6k3](/packages/defstudio-telegraph)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[rapidez/core

Rapidez Core

1823.5k72](/packages/rapidez-core)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
