stringhive / laravel
Stringhive Laravel package
v1.0.10
2026-05-01 01:34 UTC
Requires
- php: ^8.5
- illuminate/console: ^13.0
- illuminate/support: ^13.0
Requires (Dev)
- larastan/larastan: ^3.0
- laravel/pint: ^1.29
- orchestra/testbench: ^11.0
- pestphp/pest: ^4.0
- pestphp/pest-plugin-laravel: ^4.0
- phpstan/phpstan: ^2.0
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.
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