stringhive/laravel

Stringhive Laravel package

Maintainers

Package info

github.com/stringhive/laravel

pkg:composer/stringhive/laravel

Statistics

Installs: 29

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.10 2026-05-01 01:34 UTC

README

The official Laravel package for Stringhive. Artisan commands to sync and audit your translation files, a full API client if you want to go deeper, and zero boilerplate.

CI Latest Version Total Downloads PHP Laravel License

Installation

composer require stringhive/laravel

Quick start

Push your source strings to Stringhive:

php artisan stringhive:push my-app

Pull translated locales back to lang/:

php artisan stringhive:pull my-app

Audit for missing or orphaned keys:

php artisan stringhive:audit my-app

Full setup and configuration: stringhive.com/docs/sdk/laravel/setup