PHPackages                             pixiucz/ares-finder - 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. pixiucz/ares-finder

ActiveLibrary

pixiucz/ares-finder
===================

0.1.6(8y ago)1852PHP

Since Sep 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/pixiucz/AresFinder)[ Packagist](https://packagist.org/packages/pixiucz/ares-finder)[ RSS](/packages/pixiucz-ares-finder/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (7)Dependencies (1)Versions (7)Used By (0)

Pixiucz\\AresFinder
===================

[](#pixiuczaresfinder)

### Register in October CMS

[](#register-in-october-cms)

- `composer require pixiucz/ares-finder`
- Add this to your `Plugin.php`

```
public function boot()
{
    ...
    $this->app->register(\Pixiucz\AresFinder\AresFinderServiceProvider::class)
    ...
}
```

### Usage

[](#usage)

```
// Can be injected through constructor or by using service provider
$AresFinder = app('AresFinder');
$results = $AresFinder->findByName("Pixiu");
$results2 = $AresFinder->findByIco("05307503");
```

### Response format

[](#response-format)

- Returns Laravel **Collection** (even in case of single response)

```
[
    {
        "Name": "Pixiu s.r.o.",
        "Origin": "2016-08-22",
        "Validity": "2017-09-08",
        "Legal form of bussiness": "Společnost s ručením omezeným",
        "ICO": "05307503",
        "Address": {
            "State code": "203",
            "District": "Brno-město",
            "City": "Brno",
            "Street": "Příkop",
            "House number": "843",
            "Orientation number": "4",
            "Zip": "60200"
        }
    }
]
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.9% 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

Every ~10 days

Total

6

Last Release

3121d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8c7ef30baec908d3f1a9696e9d17a68dc94293d94a9351a4c1fe2e373035bbb1?d=identicon)[pixiu](/maintainers/pixiu)

---

Top Contributors

[![ChvilaMartin](https://avatars.githubusercontent.com/u/17902085?v=4)](https://github.com/ChvilaMartin "ChvilaMartin (16 commits)")[![hawkcashm](https://avatars.githubusercontent.com/u/24529402?v=4)](https://github.com/hawkcashm "hawkcashm (2 commits)")

### Embed Badge

![Health badge](/badges/pixiucz-ares-finder/health.svg)

```
[![Health](https://phpackages.com/badges/pixiucz-ares-finder/health.svg)](https://phpackages.com/packages/pixiucz-ares-finder)
```

PHPackages © 2026

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