LaravelPackages.net
Acme Inc.
Toggle sidebar
gpapakitsos/laravel-greek-company-info

Greek company info via GSIS services

88
0
v1.0.0
About gpapakitsos/laravel-greek-company-info

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

Greek company info via GSIS services

This package performs requests to GSIS and returns company info by provided VAT ID.

Requirements

Installation

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.

Laravel without auto-discovery:

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

GPapakitsos\GreekCompanyInfo\GreekCompanyInfoServiceProvider::class,

Copy the package config file to your local config folder with the publish command:

php artisan vendor:publish --provider="GPapakitsos\GreekCompanyInfo\GreekCompanyInfoServiceProvider"

Star History Chart