PHPackages                             sashapekh/vf-api-service - 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. [API Development](/categories/api)
4. /
5. sashapekh/vf-api-service

ActiveLibrary[API Development](/categories/api)

sashapekh/vf-api-service
========================

send data to api service site

1.0.2(5y ago)0268MITPHP

Since Jan 6Pushed 5y ago1 watchersCompare

[ Source](https://github.com/sashapekh/vf-api-service)[ Packagist](https://packagist.org/packages/sashapekh/vf-api-service)[ RSS](/packages/sashapekh-vf-api-service/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

vf-api-service
==============

[](#vf-api-service)

install
-------

[](#install)

`composer require sashapekh/vf-api-service`

publish files
-------------

[](#publish-files)

`php artisan vendor:publish --provider="Sashapekh\VfApi\VfApiServiceProvider" --force`

run migration
-------------

[](#run-migration)

`php artisan make:migration`

add variables to .env file
--------------------------

[](#add-variables-to-env-file)

`VF_SERVICE_URL= `

`VF_SERVICE_TOKEN_URI= `

`VF_SERVICE_SMS_MULTIPLE= `

`VF_SERVICE_SMS_ONE= `

`VF_SERVICE_USER= `

`VF_SERVICE_PASSWORD=< password for service>`

### usage in code

[](#usage-in-code)

#### send to one phone

[](#send-to-one-phone)

```
        return (new SendSmsService())->sendOneSms("", "");
```

#### send to array of phones with same message

[](#send-to-array-of-phones-with-same-message)

```
        return (new SendSmsService())->sendMultipleSms(['array of phones'], "");
```

### return values

[](#return-values)

```
    if error on server side, or could not resolve host return - null
    if has success request , return - json string with data

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 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

Every ~16 days

Total

3

Last Release

1926d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c741447f369de77f12c84ca6ff5e27926f36f6ea3ed17ae376d9db149c878eab?d=identicon)[alexanderpekh](/maintainers/alexanderpekh)

---

Top Contributors

[![sashapekh](https://avatars.githubusercontent.com/u/7290303?v=4)](https://github.com/sashapekh "sashapekh (11 commits)")

### Embed Badge

![Health badge](/badges/sashapekh-vf-api-service/health.svg)

```
[![Health](https://phpackages.com/badges/sashapekh-vf-api-service/health.svg)](https://phpackages.com/packages/sashapekh-vf-api-service)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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