PHPackages                             sandeepchowdary7/laratriposo - 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. sandeepchowdary7/laratriposo

ActiveLibrary[API Development](/categories/api)

sandeepchowdary7/laratriposo
============================

Simple and extensible Triposo API PHP Client with Laravel Support based on Guzzle 6

V2.0.0(6y ago)126MITPHPPHP ^7.1

Since Jun 11Pushed 6y agoCompare

[ Source](https://github.com/sandeepchowdary7/triposo)[ Packagist](https://packagist.org/packages/sandeepchowdary7/laratriposo)[ Docs](https://github.com/sandeepchowdary7/laratriposo)[ RSS](/packages/sandeepchowdary7-laratriposo/feed)WikiDiscussions master Synced today

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

Triposo API Laravel Wrapper
===========================

[](#triposo-api-laravel-wrapper)

A Laravel wrapper for Triposo's PHP wrapper for their REST API
--------------------------------------------------------------

[](#a-laravel-wrapper-for-triposos-php-wrapper-for-their-rest-api)

[![Latest Version on Packagist](https://camo.githubusercontent.com/54a67ce6a991933a86d07616d3bd7da2dad9874f94a5a407b18ad87ec524c8f4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73616e6465657063686f7764617279372f6c617261747269706f736f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sandeepchowdary7/laratriposo)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](license.md)[![Total Downloads](https://camo.githubusercontent.com/b319119701d5d99eb8cc131fd1a0a2b19691ad25cd07886f23d3e5f0a16ab4ba/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73616e6465657063686f7764617279372f6c617261747269706f736f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sandeepchowdary7/laratriposo)

Simple and extensible Triposo API PHP Client with Laravel Facade and ServiceProvider based on Guzzle 6 Currently it supports only userless endpoint requests.

### Installation

[](#installation)

1. Add the package as a dependency in your composer.json

```
composer require sandeepchowdary7/laratriposo

```

2. publish the vendor config file

```
php artisan vendor:publish --provider="Sandeepchowdary7\Laratriposo\LaratriposoServiceProvider"

```

3. Add your Triposo API token to the config file located in app/config/triposo.php. I recommend you add this key to your project .env file instead of directly adding it to your config file. You can find your API token at the user settings page ().

```
TRIPOSO_API_TOKEN=your token here

```

4. Add your Triposo Account ID to the config file located in app/config/triposo.php. I recommend you add this key to your project .env file instead of directly adding it to your config file.

```
TRIPOSO_ACCOUNT_ID=Your Account ID here

```

### Laravel &lt;= 5.4

[](#laravel--54)

1. Add the following line to your providers array in your `config/app.php` file

```
Sandeepchowdary7\Laratriposo\LaratriposoServiceProvider::class,

```

2. Add the following line to your aliases array in your `config/app.php` file

```
'Triposo' => Sandeepchowdary7\Laratriposo\Facade\LaratriposoFacade::class,

```

### The following functions are available:

[](#the-following-functions-are-available)

### Init Triposo rqst

[](#init-triposo-rqst)

```
 $city = new Triposo();

```

### For city info

[](#for-city-info)

```
 $city = new Triposo();
 $city->getCity($cityName);

```

### For city Food info

[](#for-city-food-info)

```
 $cityFood = new Triposo();
 $cityFood->getCityFood($cityName);

```

For more information about the REST API go to this link:

License
-------

[](#license)

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

```

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

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

2527d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2ce09eb83094ef068c0f4170c9c7ffffdf769ff2bd63d572cbcf29e3a27484b6?d=identicon)[sandeep07](/maintainers/sandeep07)

---

Top Contributors

[![sandeepchowdary7](https://avatars.githubusercontent.com/u/25538881?v=4)](https://github.com/sandeepchowdary7 "sandeepchowdary7 (23 commits)")

---

Tags

phpapiclientlaraveltriposo

### Embed Badge

![Health badge](/badges/sandeepchowdary7-laratriposo/health.svg)

```
[![Health](https://phpackages.com/badges/sandeepchowdary7-laratriposo/health.svg)](https://phpackages.com/packages/sandeepchowdary7-laratriposo)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[google-gemini-php/laravel

Google Gemini PHP for Laravel is a supercharged PHP API client that allows you to interact with the Google Gemini AI API

614397.1k4](/packages/google-gemini-php-laravel)[resend/resend-php

Resend PHP library.

564.7M21](/packages/resend-resend-php)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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