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)0269MITPHP

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 today

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 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

1971d 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

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M987](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M45](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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