credibility / laravel-localeze
Installs: 13 808
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 2
pkg:composer/credibility/laravel-localeze
Requires
- php: >=5.3.0
- illuminate/support: 4.1.*
Requires (Dev)
- mockery/mockery: dev-master
- phpunit/phpunit: 4.0.*
This package is not auto-updated.
Last update: 2025-10-07 09:41:58 UTC
README
This package wraps the Localeze SOAP API for distributing business data.
To install via composer:
"require": {
"credibility/laravel-localeze": "0.1.*"
}
Publish configuration files:
php artisan config:publish credibility/laravel-localeze
Upon install, publish the package migrations
php artisan migrate:publish credibility/laravel-localeze