PHPackages                             cryptoweb/infoflot-laravel - 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. cryptoweb/infoflot-laravel

ActiveLibrary[API Development](/categories/api)

cryptoweb/infoflot-laravel
==========================

Laravel Package for Infoflot PHP Client

0.1.5(2mo ago)329↓100%1MITPHP

Since Jul 3Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/Xmk/infoflot-laravel)[ Packagist](https://packagist.org/packages/cryptoweb/infoflot-laravel)[ RSS](/packages/cryptoweb-infoflot-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (2)Versions (7)Used By (0)

[![Latest Version](https://camo.githubusercontent.com/61be6267b430aa7e73bc66428887ce883ad0aabaca40aff49dd28f512b6b5db1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f63727970746f7765622f696e666f666c6f742d6c61726176656c3f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/cryptoweb/infoflot-laravel)[![License](https://camo.githubusercontent.com/7e4adf9c3f0afdb9248f641328a4371aa8472ddcfae7ad9347f643c8910333d6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f63727970746f7765622f696e666f666c6f742d6c61726176656c3f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/cryptoweb/infoflot-laravel)

Warning

This package is at an early stage of development!

Description
-----------

[](#description)

Laravel Package for fast and easy access to Infoflot API. This package is wrap for the [cryptoweb/infoflot-api](https://packagist.org/packages/cryptoweb/infoflot-api) for the Laravel

Note

Basic documentation:

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

[](#installation)

```
composer require cryptoweb/infoflot-laravel
```

Usage
-----

[](#usage)

Use `.env` variable:

```
INFOFLOT_API_KEY=insert-api-key-here
```

Or publish the package config:

```
php artisan vendor:publish --tag=infoflot-config
```

Then, put your api key in the `config/infoflot.php`

```
return [
	...
	'api_key' => 'insert-api-key-here',
	...
];
```

For tests use demo api url:

```
INFOFLOT_BASE_URI=https://demoapi.infoflot.com
```

### Usage with helper method

[](#usage-with-helper-method)

```
$riverCruises = infoflot()->cruises()->type('river')->get();
```

### Usage with facade

[](#usage-with-facade)

```
use CryptoWeb\Infoflot\Facades\Infoflot;
// or Alias
use Infoflot;

$riverCruises = Infoflot::cruises()->type('river')->get();

/// etc...
```

License
-------

[](#license)

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

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance87

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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

Every ~123 days

Recently: every ~154 days

Total

6

Last Release

63d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/25a9323a28949b80f42baee1862e443e59254b07f6301991fcf324967b7fd761?d=identicon)[CryptoWeb](/maintainers/CryptoWeb)

---

Top Contributors

[![Xmk](https://avatars.githubusercontent.com/u/1087368?v=4)](https://github.com/Xmk "Xmk (25 commits)")

---

Tags

phplaravelinfoflot

### Embed Badge

![Health badge](/badges/cryptoweb-infoflot-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/cryptoweb-infoflot-laravel/health.svg)](https://phpackages.com/packages/cryptoweb-infoflot-laravel)
```

###  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)[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)
