Greek company info via GSIS services
gpapakitsos/laravel-greek-company-info is a Laravel package for greek company info via gsis services.
It currently has 0 GitHub stars and 88 downloads on Packagist (latest version v1.0.0).
Install it with composer require gpapakitsos/laravel-greek-company-info.
Discover more Laravel packages by gpapakitsos
or browse all Laravel packages to compare alternatives.
Last updated
This package performs requests to GSIS and returns company info by provided VAT ID.
Require the package with composer.
composer require gpapakitsos/laravel-greek-company-info
Laravel uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php
GPapakitsos\GreekCompanyInfo\GreekCompanyInfoServiceProvider::class,
php artisan vendor:publish --provider="GPapakitsos\GreekCompanyInfo\GreekCompanyInfoServiceProvider"