PHPackages                             acrossoffwest/laravel-kraken - 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. acrossoffwest/laravel-kraken

ActiveLibrary[API Development](/categories/api)

acrossoffwest/laravel-kraken
============================

A minimal service provider to set up and use the Kraken API PHP library in Laravel 5

v1.0.3(3y ago)031MITPHP

Since Nov 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/acrossoffwest/laravel-kraken)[ Packagist](https://packagist.org/packages/acrossoffwest/laravel-kraken)[ RSS](/packages/acrossoffwest-laravel-kraken/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

A composer package for the Kraken PHP API which supports the Laravel 5 framework. Original package by , but wasn't updated in months for Laravel 5.4 and 5.5. Credits go completely to him!

laravel-kraken
==============

[](#laravel-kraken)

A composer package for the Kraken PHP API which supports the Laravel 5 framework.

Composer Installation
---------------------

[](#composer-installation)

The best way to install laravel-kraken is with [Composer](https://getcomposer.org/).

To install the most recent version, run the following command.

`$ php composer.phar require acrossoffwest/laravel-kraken`

Alternatively, you may edit your composer.son directly by adding the following to the require section.

```
"require": {
    "acrossoffwest/laravel-kraken": "1.*",
}

```

Integration in Laravel
----------------------

[](#integration-in-laravel)

### Providers

[](#providers)

Register the service provider in `config/app.php` by inserting it into the providers array:

```
'providers' => [
    ...
    Danvuquoc\Kraken\KrakenServiceProvider::class,
    ...
]

```

### Publish Configuration File

[](#publish-configuration-file)

Running the following command will publish `config/kraken.php` to your config folder. In this file you will need to insert your api key and api secret.

`$ php artisan vendor:publish —provider="Danvuquoc\Kraken\KrakenServiceProvider"`

### Facade

[](#facade)

Register the facade in `config/app.php` by inserting it into the aliases array:

```
'aliases' => [
    ...
    'KrakenIO' => Danvuquoc\Kraken\KrakenFacade::class,
    ...
]

```

Usage
-----

[](#usage)

Be sure to `use KrakenIO;` in your code

Then you can simply:

```
$response = KrakenIO::url([
    'url' => 'http://url-to-image.com/file.jpg',
    'wait' => true,
]);

```

Full documentation on the Kraken PHP Api is available on their [Kraken PHP API Github Repo](https://github.com/kraken-io/kraken-php).

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 54.5% 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 ~917 days

Total

4

Last Release

1134d ago

### Community

Maintainers

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

---

Top Contributors

[![danvuquoc](https://avatars.githubusercontent.com/u/1421270?v=4)](https://github.com/danvuquoc "danvuquoc (12 commits)")[![acrossoffwest](https://avatars.githubusercontent.com/u/1808737?v=4)](https://github.com/acrossoffwest "acrossoffwest (8 commits)")[![django23](https://avatars.githubusercontent.com/u/827397?v=4)](https://github.com/django23 "django23 (2 commits)")

---

Tags

laravelkraken

### Embed Badge

![Health badge](/badges/acrossoffwest-laravel-kraken/health.svg)

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.5M925](/packages/statamic-cms)[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k36.4M127](/packages/darkaonline-l5-swagger)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k13.5M61](/packages/knuckleswtf-scribe)[mozex/anthropic-laravel

Laravel integration for the Anthropic API: facade, config publishing, install command, testing fakes, messages, streaming, tool use, thinking, and batches.

72287.1k1](/packages/mozex-anthropic-laravel)[yakovenko/laravel-lighthouse-graphql-multi-schema

A Laravel package that provides multi-schema support for Lighthouse GraphQL.

17112.5k](/packages/yakovenko-laravel-lighthouse-graphql-multi-schema)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

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

PHPackages © 2026

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