PHPackages                             otis22/vetmanager-url - 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. otis22/vetmanager-url

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

otis22/vetmanager-url
=====================

Vetmanager - CRM for veterinary. All vetmanager clients has access to their crm via URL. Now Vetmanager is changing server architecure and URL can changes. This project for getting full URL by only first part. Use this library avoid hardcode.

1.0.1(5mo ago)01.3k↓50%12MITPHPPHP ^7.4 | ^8.0CI passing

Since Nov 3Pushed 5mo ago1 watchersCompare

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

READMEChangelog (5)Dependencies (8)Versions (12)Used By (2)

[![GitHub CI](https://github.com/otis22/vetmanager-url/workflows/CI/badge.svg)](https://github.com/otis22/vetmanager-url/actions/workflows/CI.yml?query=branch%3Amain)[![Coverage Status](https://camo.githubusercontent.com/7579179bc03d01bdc2786e355b2710bee7e8353c61283b08e346af02dcf81fa9/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6f74697332322f7665746d616e616765722d75726c2f62616467652e7376673f6272616e63683d6d61696e)](https://coveralls.io/github/otis22/vetmanager-url?branch=main)

Vetmanager Url
==============

[](#vetmanager-url)

Vetmanager - CRM for veterinary. All vetmanager clients has access to their crm via URL. Now Vetmanager is changing server architecure and URL can changes. This project for getting full URL by only first part. Use this library avoid hardcode.

Now url address has format $domain.vetmanager.ru for example: myclinic76.vetmanager.ru, but it url format will be change.

[Vetmanager REST API Docs](https://vetmanager.ru/knowledgebase/rest-api-osnovnaya-informatsia)

[Vetmanager REST API in Postman](https://god.postman.co/run-collection/64d692ca1ea129218ccb)

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

[](#how-to-use)

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

[](#installation)

```
composer require otis22/vetmanager-url

```

Examples
--------

[](#examples)

```
use function Otis22\VetmanagerUrl\url;

/*
    return Url object, which can be convert to string
    with full url address https://$domain.vetmanager.ru
*/
echo url('myclinic')->asString();
```

Where 'myclinic' is first part from your clinic url. $domain.vetmanager.ru and "vetmanager.ru" is a variable

Contributing
------------

[](#contributing)

For run all tests

```
make all
```

or connect to terminal

```
make exec
```

*Dafault php version is 8.2*. Use PHP\_VERSION= for using custom version.

```
make all PHP_VERSION=8.0
# run both
make all PHP_VERSION=7.4 && make all PHP_VERSION=8.0
```

*For integration tests copy .env.example to .env and fill with yours values*

all commands

```
# security check
make security
# composer install
make install
# composer install with --no-dev
make install-no-dev
# check code style
make style
# run static analyze tools
make static-analyze
# run unit tests
make unit
#  check coverage
make coverage
# check integration, .env required
make integration
```

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance71

Regular maintenance activity

Popularity20

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 87.5% 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 ~309 days

Recently: every ~452 days

Total

7

Last Release

166d ago

Major Versions

0.3.2 → 1.0.02023-03-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/61097a8108512dbb04c61cea2c5e2291b31dacc2404e882b2aa12688e587b088?d=identicon)[vromanichev](/maintainers/vromanichev)

---

Top Contributors

[![otis22](https://avatars.githubusercontent.com/u/378373?v=4)](https://github.com/otis22 "otis22 (35 commits)")[![cursoragent](https://avatars.githubusercontent.com/u/199161495?v=4)](https://github.com/cursoragent "cursoragent (3 commits)")[![olegfill](https://avatars.githubusercontent.com/u/60538677?v=4)](https://github.com/olegfill "olegfill (2 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/otis22-vetmanager-url/health.svg)

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

###  Alternatives

[akrabat/akrabat-session

A Zend Framework 2 module for configuring sessions

134.5k](/packages/akrabat-akrabat-session)

PHPackages © 2026

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