PHPackages                             riclep/laravel-storyblok-cli - 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. [CLI &amp; Console](/categories/cli)
4. /
5. riclep/laravel-storyblok-cli

ActiveLibrary[CLI &amp; Console](/categories/cli)

riclep/laravel-storyblok-cli
============================

Artisan commands for working with Storyblok

2.0.10(8mo ago)22032[1 issues](https://github.com/RicLeP/laravel-storyblok-cli/issues)[7 PRs](https://github.com/RicLeP/laravel-storyblok-cli/pulls)1MITPHPPHP ^8.0

Since Oct 13Pushed 1w ago1 watchersCompare

[ Source](https://github.com/RicLeP/laravel-storyblok-cli)[ Packagist](https://packagist.org/packages/riclep/laravel-storyblok-cli)[ Docs](https://github.com/riclep/laravel-storyblok-cli)[ RSS](/packages/riclep-laravel-storyblok-cli/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (5)Versions (33)Used By (1)

Laravel Storyblok - Artisan CLI
===============================

[](#laravel-storyblok---artisan-cli)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f47f33d30653fc4178bda01ccd688c20730d5b79929203e7f8ecf570e6f2fb6e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7269636c65702f6c61726176656c2d73746f7279626c6f6b2d636c692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/riclep/laravel-storyblok-cli)[![Total Downloads](https://camo.githubusercontent.com/f36c57efcf013afa580dfd2bc8508770a77eba274e3a2a1727911b99361461b9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7269636c65702f6c61726176656c2d73746f7279626c6f6b2d636c692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/riclep/laravel-storyblok-cli)[![GitHub Actions](https://github.com/riclep/laravel-storyblok-cli/actions/workflows/main.yml/badge.svg)](https://github.com/riclep/laravel-storyblok-cli/actions/workflows/main.yml/badge.svg)

Artisan commands for working with the Storyblok API in Laravel.

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

[](#installation)

You can install the package via composer:

```
composer require riclep/laravel-storyblok-cli
```

Usage
-----

[](#usage)

### Setting variables environment

[](#setting-variables-environment)

In the `.env` file of your Laravel application, you have to define the environment parameter for setting the Storyblok user Personal access token. You can obtain your Storyblok Personal access token [here](https://app.storyblok.com/#/me/account?tab=token). Then you can define also the default space id for the space you want to manage via the Laravel CLI. In the `.env` file of your Laravel project add these two parameters:

```
STORYBLOK_OAUTH_TOKEN=yourpersonalaccesstoken
STORYBLOK_SPACE_ID=yourspaceid

```

### Changelog

[](#changelog)

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

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Richard Le Poidevin](https://github.com/riclep)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance71

Regular maintenance activity

Popularity20

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 81.6% 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 ~57 days

Recently: every ~74 days

Total

20

Last Release

269d ago

Major Versions

0.0.4 → 1.0.02022-10-18

1.1.1 → 2.0.02023-03-21

### Community

Maintainers

![](https://www.gravatar.com/avatar/8cc0947c5075928ca6160ab3c81f608db980edaefafd50fd904d060ba5c40817?d=identicon)[ric@sirric.co.uk](/maintainers/ric@sirric.co.uk)

---

Top Contributors

[![RicLeP](https://avatars.githubusercontent.com/u/19726976?v=4)](https://github.com/RicLeP "RicLeP (62 commits)")[![roberto-butti](https://avatars.githubusercontent.com/u/678434?v=4)](https://github.com/roberto-butti "roberto-butti (12 commits)")[![codyworthen](https://avatars.githubusercontent.com/u/106708797?v=4)](https://github.com/codyworthen "codyworthen (1 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (1 commits)")

---

Tags

cliricleplaravel clilaravel-storyblok-clistoryblok cliartisan storyblok

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/riclep-laravel-storyblok-cli/health.svg)

```
[![Health](https://phpackages.com/badges/riclep-laravel-storyblok-cli/health.svg)](https://phpackages.com/packages/riclep-laravel-storyblok-cli)
```

###  Alternatives

[symfony/console

Eases the creation of beautiful and testable command line interfaces

9.8k1.1B13.2k](/packages/symfony-console)[nunomaduro/collision

Cli error handling for console/command-line PHP applications.

4.6k348.7M10.4k](/packages/nunomaduro-collision)[nunomaduro/termwind

It's like Tailwind CSS, but for the console.

2.5k260.6M361](/packages/nunomaduro-termwind)[wp-cli/wp-cli

WP-CLI framework

5.1k18.5M386](/packages/wp-cli-wp-cli)[wp-cli/php-cli-tools

Console utilities for PHP

68327.0M372](/packages/wp-cli-php-cli-tools)[socialengine/sniffer-rules

A Lumen 5 and Laravel 5 SquizLabs Code Sniffer 2.0 artisan command. Detect violations of a defined coding standard. It helps your code remains clean and consistent.

1248.3k1](/packages/socialengine-sniffer-rules)

PHPackages © 2026

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