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
- dev-main
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-add-fail-on-unapproved
- dev-fix-audit-laravel-namespaced-keys
- dev-add-audit-command
- dev-add-plural-support
- dev-fix/pull-format-auto-detection
- dev-add-lang-path-config
- dev-add-include-filter
- dev-exclude-files-config
- dev-config-hive-optional
This package is auto-updated.
Last update: 2026-05-01 01:35:04 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.
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