PHPackages                             spyrmp/greek-company-data-by-aade - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. spyrmp/greek-company-data-by-aade

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

spyrmp/greek-company-data-by-aade
=================================

Get greek company data from aade service with auth user

v0.0.1(4y ago)14MITPHP

Since Jan 10Pushed 4y ago1 watchersCompare

[ Source](https://github.com/spyrmp/greek-company-data-by-aade)[ Packagist](https://packagist.org/packages/spyrmp/greek-company-data-by-aade)[ RSS](/packages/spyrmp-greek-company-data-by-aade/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

working-days
============

[](#working-days)

Laravel plugin to get company data from AADE(ΑΑΔΕ) service.

Install
-------

[](#install)

This project can be installed via Composer run the following command:

```
composer require spyrmp/greek-company-data-by-aade
```

Add the Service Provider &amp; Facade/Alias
-------------------------------------------

[](#add-the-service-provider--facadealias)

Once spyrmp/greek-company-data-by-aade is installed, you need to register the service provider in config/app.php. Make sure to add the following line above the RouteServiceProvider.

```
\Spyrmp\GreekCompanyDataByAade\GreekCompanyDataByAadeProvider::class,
```

You may add the following `aliases` to your `config/app.php`:

```
'Spyrmp\GreekCompanyDataByAade' => Spyrmp\GreekCompanyDataByAade\Facades\GreekCompanyDataByAade::class,
```

Publish the package config file by running the following command:

```
php artisan vendor:publish --provider="Spyrmp\GreekCompanyDataByAade\GreekCompanyDataByAadeProvider" --tag="greek-company-data-by-aade"

```

Usage
-----

[](#usage)

Get Company data

```
$greekVatNumber = 123456789; // Greek Vat Number
$companyData = \Spyrmp\GreekCompanyDataByAade::getCompanyData($greekVatNumber);
dd($companyData);
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1584d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/625d89fbdb862880e7d85b641c9e066f7db625dd094ecfdae252776a46f6698e?d=identicon)[spyrmp](/maintainers/spyrmp)

---

Top Contributors

[![spyrmp](https://avatars.githubusercontent.com/u/4165165?v=4)](https://github.com/spyrmp "spyrmp (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/spyrmp-greek-company-data-by-aade/health.svg)

```
[![Health](https://phpackages.com/badges/spyrmp-greek-company-data-by-aade/health.svg)](https://phpackages.com/packages/spyrmp-greek-company-data-by-aade)
```

###  Alternatives

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
