PHPackages                             abyzs/vetmanager-visits - 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. abyzs/vetmanager-visits

ActiveLibrary

abyzs/vetmanager-visits
=======================

Vetmanager - CRM for veterinary. It is a library for counting accepted customers for one day and for a week.

027PHP

Since Aug 12Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Abyzswalker/vetmanager-visits)[ Packagist](https://packagist.org/packages/abyzs/vetmanager-visits)[ RSS](/packages/abyzs-vetmanager-visits/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

How to use
==========

[](#how-to-use)

Installation
------------

[](#installation)

```
composer require abyzs/vetmanager-visits

```

Examples
--------

[](#examples)

```
use Abyzs\VetmanagerVisits\VisitCounter;
use Abyzs\VetmanagerVisits\AuthApi;

$domain = new AuthApi('myclinic', 'api-key');
$visit = new VisitCounter();

/*
  Where 'myclinic' is first part from your clinic url. myclinic.vetmanager.ru
*/

echo $visit->dayCount($domain->getInvoices()); //Visits in one day
echo $visit->weekCount($domain->getInvoices()); //Visits Visits per week
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/34721c5ce1857b7858af0481059f3e2fdd1995271474a030dee3537cebea163e?d=identicon)[olegfill](/maintainers/olegfill)

---

Top Contributors

[![olegfill](https://avatars.githubusercontent.com/u/60538677?v=4)](https://github.com/olegfill "olegfill (23 commits)")

### Embed Badge

![Health badge](/badges/abyzs-vetmanager-visits/health.svg)

```
[![Health](https://phpackages.com/badges/abyzs-vetmanager-visits/health.svg)](https://phpackages.com/packages/abyzs-vetmanager-visits)
```

PHPackages © 2026

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