PHPackages                             travel-paq/packages-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. travel-paq/packages-api

ActiveLibrary

travel-paq/packages-api
=======================

Api para la búsqueda y reserva de paquetes turísticos de Tour Operadores.

v3.0.12(7y ago)21.6kMITPHPPHP &gt;=5.4

Since Sep 5Pushed 7y ago2 watchersCompare

[ Source](https://github.com/travelpaq/Connect-SDK-PHP)[ Packagist](https://packagist.org/packages/travel-paq/packages-api)[ Docs](https://github.com/travelpaq/Connect-SDK-PHP)[ RSS](/packages/travel-paq-packages-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (137)Used By (0)

TravelPAQ Connect Api
=====================

[](#travelpaq-connect-api)

[![Latest Version on Packagist](https://camo.githubusercontent.com/33d55d583cc1a8076bb9c32245976f00c22e2df2cdfd4fe704e77bf9acf21958/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74726176656c2d7061712f7061636b616765732d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/travel-paq/packages-api)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/cb11179311e640818ab161382ab46616c3056e3374c94f90fdc6d06a309cf73b/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f3a76656e646f722f3a7061636b6167655f6e616d652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/:vendor/:package_name)[![Quality Score](https://camo.githubusercontent.com/5ea237d9c7d6af5499007b76e317965f8bdfa4596fd71c22cd7fe2cb818594cc/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f3a76656e646f722f3a7061636b6167655f6e616d652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/:vendor/:package_name)[![Total Downloads](https://camo.githubusercontent.com/b7072cd3bb6b55e88f2741a47349bfe442ac6e2f3779ceeefc4008351049dfd3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74726176656c2d7061712f7061636b616765732d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/travel-paq/packages-api)

Api para la búsqueda y reserva de paquetes turísticos de Tour Operadores

Install
-------

[](#install)

Via Composer

```
$ composer require travel-paq/packages-api
```

Usage
-----

[](#usage)

```
require "vendor/autoload.php";

use TravelPAQ\PackagesAPI\PackagesAPI;

$params = [
	'order_type' => "ASC",
	'order_field' => "PRICE",
	'currency' => "USD",
	'origin_place' => "EZE",
	'destination_place' => "IGR",
	'month_departure' => 9,
	'year_departure' => 2016,
	'Room' => [
		[
			'adult' => 2,
			'Children' => []
		]
	]
];

$tp = new PackagesAPI(['api_key' => 'YOUR_API_KEY','item_per_page' => 10]);
$list = json_decode($tp->getPackageList($params),true);
var_dump($list);
$package = json_decode($tp->getPackage($list['result'][0]['id']));
var_dump($package);
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

37

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Every ~5 days

Recently: every ~31 days

Total

136

Last Release

2796d ago

Major Versions

v0.1.45 → v1.0.462016-11-10

v0.2.18 → v2.0.192017-10-11

v0.2.20 → v3.0.02018-03-27

PHP version history (3 changes)v0.1.0PHP ~5.6

v0.1.6PHP &gt;=5.5

v0.1.93PHP &gt;=5.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/82d6e8df1c09fee4a57f0031de4a39d525386a70b1dc9ca52c484005cd4f6eb6?d=identicon)[gonzalezfj](/maintainers/gonzalezfj)

![](https://www.gravatar.com/avatar/9afdf42504eb2023cda837d3c5e7d284c5d8f359a04f8df5966e844370a9015b?d=identicon)[malves](/maintainers/malves)

---

Top Contributors

[![maxialvesp](https://avatars.githubusercontent.com/u/21064290?v=4)](https://github.com/maxialvesp "maxialvesp (137 commits)")[![gonzalezfj](https://avatars.githubusercontent.com/u/3005929?v=4)](https://github.com/gonzalezfj "gonzalezfj (69 commits)")[![philsturgeon](https://avatars.githubusercontent.com/u/67381?v=4)](https://github.com/philsturgeon "philsturgeon (32 commits)")[![travelpaq](https://avatars.githubusercontent.com/u/21348786?v=4)](https://github.com/travelpaq "travelpaq (27 commits)")[![frankdejonge](https://avatars.githubusercontent.com/u/534693?v=4)](https://github.com/frankdejonge "frankdejonge (19 commits)")[![RobLoach](https://avatars.githubusercontent.com/u/25086?v=4)](https://github.com/RobLoach "RobLoach (7 commits)")[![colinodell](https://avatars.githubusercontent.com/u/202034?v=4)](https://github.com/colinodell "colinodell (5 commits)")[![EmanueleMinotto](https://avatars.githubusercontent.com/u/417201?v=4)](https://github.com/EmanueleMinotto "EmanueleMinotto (5 commits)")[![reinink](https://avatars.githubusercontent.com/u/882133?v=4)](https://github.com/reinink "reinink (5 commits)")[![bcrowe](https://avatars.githubusercontent.com/u/752603?v=4)](https://github.com/bcrowe "bcrowe (5 commits)")[![ravage84](https://avatars.githubusercontent.com/u/625761?v=4)](https://github.com/ravage84 "ravage84 (4 commits)")[![marcqualie](https://avatars.githubusercontent.com/u/101022?v=4)](https://github.com/marcqualie "marcqualie (4 commits)")[![browner12](https://avatars.githubusercontent.com/u/5232313?v=4)](https://github.com/browner12 "browner12 (3 commits)")[![hassankhan](https://avatars.githubusercontent.com/u/1781985?v=4)](https://github.com/hassankhan "hassankhan (3 commits)")[![mAAdhaTTah](https://avatars.githubusercontent.com/u/4371429?v=4)](https://github.com/mAAdhaTTah "mAAdhaTTah (2 commits)")[![vocin89](https://avatars.githubusercontent.com/u/17027426?v=4)](https://github.com/vocin89 "vocin89 (2 commits)")[![alexbilbie](https://avatars.githubusercontent.com/u/77991?v=4)](https://github.com/alexbilbie "alexbilbie (2 commits)")[![assertchris](https://avatars.githubusercontent.com/u/200609?v=4)](https://github.com/assertchris "assertchris (2 commits)")[![barryvdh](https://avatars.githubusercontent.com/u/973269?v=4)](https://github.com/barryvdh "barryvdh (2 commits)")[![kdubuc](https://avatars.githubusercontent.com/u/895661?v=4)](https://github.com/kdubuc "kdubuc (2 commits)")

### Embed Badge

![Health badge](/badges/travel-paq-packages-api/health.svg)

```
[![Health](https://phpackages.com/badges/travel-paq-packages-api/health.svg)](https://phpackages.com/packages/travel-paq-packages-api)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k20](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)

PHPackages © 2026

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