PHPackages                             anywhere/wrapper - 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. anywhere/wrapper

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

anywhere/wrapper
================

Class Wrapper and library for used with OAAS Anywhere

0.2.0(6y ago)04.4k↓47.2%MITPHP

Since May 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Velliz/anywrapper)[ Packagist](https://packagist.org/packages/anywhere/wrapper)[ RSS](/packages/anywhere-wrapper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

anywrapper
==========

[](#anywrapper)

PHP based client for **Anywhere**

[![Latest Stable Version](https://camo.githubusercontent.com/77488a7d750629422392051f891dd53c48bc538fd03cb3324fcb6fc8d0a759ad/68747470733a2f2f706f7365722e707567782e6f72672f616e7977686572652f777261707065722f762f737461626c65)](https://packagist.org/packages/anywhere/wrapper)[![Total Downloads](https://camo.githubusercontent.com/a8c7984dba04daad5fd34bcf77bf2607e9dfd9a35ad049997057c13b03d3a2c3/68747470733a2f2f706f7365722e707567782e6f72672f616e7977686572652f777261707065722f646f776e6c6f616473)](https://packagist.org/packages/anywhere/wrapper)

Add this library by executing composer command: `composer require anywhere/wrapper` or add this library to your composer.json

```
"require": {
    "anywhere/wrapper": "0.2.0"
}

```

> since version 0.2.0 floors support was dropped to maintain library size and relevance

Anywrapper Usage
----------------

[](#anywrapper-usage)

**PDF requests sample**

Always choose **POST** for your request URL. Because GET works without use of this library.

```
$pdf = new wrapper\anywhere\Pdf(Wrapper::POST);

$pdf->setValue('Name', 'Someone');
$pdf->setValue('Age', '22');

$pdf->Send(API_URL, false);
```

**Email requests sample**

Always choose POST for your request URL.

```
$mail = new AnywhereMail(Wrapper::POST);

$mail->setTo('example@gmail.com');

$mail->setCc('example@outlook.com');
$mail->setBcc('example@yahoo.co.id');

$mail->setSubject('Anywhere Wrapper');

$mail->setValue('Name', 'Anywhere');
$mail->setValue('Age', '22');

$mail->setAttachment('qrcode.png', 'https://anywhere.cf/qr/render?data=admin@example.co.id');
$mail->setAttachment('qrcode1.png', 'https://anywhere.cf/qr/render?data=developer@example.co.id');

$mail->Send(API_URL, false);
```

**Images request sample**

```
$images = new \wrapper\anywhere\Image();
$images->setImageContentUrl('http://anywhere.test/qr/render?data=05b810384abc26a2365e1108501534a2&size=300&label=Anywhere');

$images->Send("http://anywhere.test/images/render/4f1bf2f1a5546d2d567043d14f1a14ae/1");
```

---

*Extras*

made with &lt;3 from bandung, indonesia.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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 ~294 days

Total

2

Last Release

2260d ago

### Community

Maintainers

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

---

Top Contributors

[![Velliz](https://avatars.githubusercontent.com/u/4044364?v=4)](https://github.com/Velliz "Velliz (58 commits)")

---

Tags

loginoutput

### Embed Badge

![Health badge](/badges/anywhere-wrapper/health.svg)

```
[![Health](https://phpackages.com/badges/anywhere-wrapper/health.svg)](https://phpackages.com/packages/anywhere-wrapper)
```

###  Alternatives

[nicolasbize/magicsuggest

MagicSuggest is a multiple selection auto-suggest input box for Bootstrap 3.

1.3k83.3k4](/packages/nicolasbize-magicsuggest)[spatie/filament-markdown-editor

A markdown editor for Filament with code highlighting and image uploads

14940.6k3](/packages/spatie-filament-markdown-editor)[drupal-composer/preserve-paths

Composer plugin for preserving custom paths and supporting nested packages

271.1M5](/packages/drupal-composer-preserve-paths)[juststeveking/laravel-postcodes

A service wrapper around postcodes.io

81113.9k](/packages/juststeveking-laravel-postcodes)[b13/justincase

With incoming URLs, it does not matter if they are upper/lowercase, they just work.

17220.2k](/packages/b13-justincase)[soukicz/llm

LLM client with support for cache, tools and async requests

445.6k](/packages/soukicz-llm)

PHPackages © 2026

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