PHPackages                             omatech/verified-reviews-send - 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. omatech/verified-reviews-send

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

omatech/verified-reviews-send
=============================

Send opinions to verified reviews

03PHP

Since Nov 28Pushed 5y ago5 watchersCompare

[ Source](https://github.com/omatech/verified-reviews-send)[ Packagist](https://packagist.org/packages/omatech/verified-reviews-send)[ RSS](/packages/omatech-verified-reviews-send/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Verified Reviews Send
=====================

[](#verified-reviews-send)

[![Latest Version on Packagist](https://camo.githubusercontent.com/cbe5b59d4adca7cb977c054131ad484c4fe97729247713350f9ccd6ab3a5909a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f6d61746563682f76657269666965642d726576696577732d73656e642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/omatech/verified-reviews-send)[![Total Downloads](https://camo.githubusercontent.com/500d75fefa3d70e44736f601b60f2214699a45613471bb811ce82b4c739e41fc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f6d61746563682f76657269666965642d726576696577732d73656e642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/omatech/verified-reviews-send)

The aim of this package is to ease the sending of purchases made by your customers to verified opinions.

Simply setup the connection and start sending requests to verified opinions.

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

[](#installation)

You can install the package via composer:

```
composer require omatech/verified-reviews-send
```

Environment configuration:

```
Recomended:
VERIFIED_REVIEWS_SERVICE_URL=https://www.opiniones-verificadas.com
VERIFIED_REVIEWS_WEBSITE_ID=xxxx
VERIFIED_REVIEWS_SECRET_KEY=xxxx
```

Usage
-----

[](#usage)

```
// Init the connection with verified reviews
$verifiedReviewService = new VerifiedReviewsService(
  $_ENV['VERIFIED_REVIEWS_SERVICE_URL']
  , $_ENV['VERIFIED_REVIEWS_WEBSITE_ID']
  , $_ENV['VERIFIED_REVIEWS_SECRET_KEY']);

$delay=0; // the delay in days you want to wait before verified opinions send the mail to the user
$really_send=true; // if you want to test the service set this flag to false and no requests will be send
foreach ($orders as $order)
{
  // Send a new purchase
  $ret=$verifiedReviewService->send(
    $order->order_ref // your order reference number
  , $order->firstname
  , $order->lastname
  , $order->email
  , $order->orderdate //yyyy-mm-dd hh24:mi:ss
  , $delay // optional parameter, default 0
  , $really_send // optional parameter, default true
  );
}
```

### Testing

[](#testing)

```
composer test
```

Note: if you are in windows you can use:

```
composer testwindows
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Agusti Pons](https://github.com/aponscat)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity31

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/2a6b2440a7864015d71501a9cd77d28bed549c283afdd8d1af95f54b650dc833?d=identicon)[aponscat](/maintainers/aponscat)

---

Top Contributors

[![aponscat](https://avatars.githubusercontent.com/u/20087234?v=4)](https://github.com/aponscat "aponscat (7 commits)")

### Embed Badge

![Health badge](/badges/omatech-verified-reviews-send/health.svg)

```
[![Health](https://phpackages.com/badges/omatech-verified-reviews-send/health.svg)](https://phpackages.com/packages/omatech-verified-reviews-send)
```

###  Alternatives

[kaufmanndigital/gdpr-cookieconsent

A ready-to-run package, that integrates an advanced cookie consent banner into your Neos CMS site.

2540.7k](/packages/kaufmanndigital-gdpr-cookieconsent)[selective/transformer

A strictly typed array transformer with dot-access, fluent interface and filters.

3817.8k1](/packages/selective-transformer)[derhansen/sf_banners

Banner-Management Extension based on Extbase and Fluid. Loads banners asynchronously using JavaScript.

1144.5k](/packages/derhansen-sf-banners)[martin/wn-forms-plugin

Create easy (and almost magic) AJAX forms

212.3k](/packages/martin-wn-forms-plugin)

PHPackages © 2026

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