PHPackages                             ph-7/dating-affiliate-tools - 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. ph-7/dating-affiliate-tools

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

ph-7/dating-affiliate-tools
===========================

Useful and Powerful tools to increase/boost easily your Affiliate Programs.

v2.1(7y ago)8294GPL-3.0-or-laterPHPPHP &gt;=5.6.0

Since Jul 1Pushed 3y agoCompare

[ Source](https://github.com/pH-7/dating-affiliate-tools)[ Packagist](https://packagist.org/packages/ph-7/dating-affiliate-tools)[ Docs](http://ph7cms.com/dating-business-by-steps/)[ RSS](/packages/ph-7-dating-affiliate-tools/feed)WikiDiscussions main Synced yesterday

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

Dating Affiliate Tools (DAT)
============================

[](#dating-affiliate-tools-dat)

*DAT is a Useful and Powerful affiliate tools to increase/boost easily your Affiliate Programs.*

#### Is it difficult and painful to get more traction/users to the affiliates services you promote on your website?

[](#is-it-difficult-and-painful-to-get-more-tractionusers-to-the-affiliates-services-you-promote-on-your-website)

#### You tried to display affiliate banners, but the conversion rates is really poor?

[](#you-tried-to-display-affiliate-banners-but-the-conversion-rates-is-really-poor)

#### What you really need is a simple way to get affiliate commissions in the same time than a simple action on your website. Users will be much likely to use the affiliate service. The users won't leave your website's page (unlike clicking on affiliate banners) and you won't have more work to do..

[](#what-you-really-need-is-a-simple-way-to-get-affiliate-commissions-in-the-same-time-than-a-simple-action-on-your-website-users-will-be-much-likely-to-use-the-affiliate-service-the-users-wont-leave-your-websites-page-unlike-clicking-on-affiliate-banners-and-you-wont-have-more-work-to-do)

#### **DAT Registration** tool is just a simple piece of code to add on any registration forms asking (with a input checkbox field) if they also want to be registered on a "friend" partner service to increase the chance of solving their problem (like dating someone for a dating service).

[](#dat-registration-tool-is-just-a-simple-piece-of-code-to-add-on-any-registration-forms-asking-with-a-input-checkbox-field-if-they-also-want-to-be-registered-on-a-friend-partner-service-to-increase-the-chance-of-solving-their-problem-like-dating-someone-for-a-dating-service)

How DAT Works?
--------------

[](#how-dat-works)

1. Frontend code. On your POST registration form

```

```

2. Backend code. When the user submit the form

```
use DAT\Service\Identifier\Affiliate as AffiliateId;
use DAT\Service\Provider\TAC\EveFlirt;
use DAT\Tool\Client\Registration;

if (!empty($_POST['register_to_partner'])) {
    // if user consented it
    $aData = [
        // user data to send to the affiliate platform
    ];

    $oAffiliateId = new AffiliateId('');
    $oEveFlirt = new EveFlirt($oAffiliateId);

    $oRegister = new Registration($oEveFlirt, $aData);
    $oRegister->random(); // Optional. Sets the registration niche random
    $oRegister->send();
}
```

Requirements
------------

[](#requirements)

- [PHP 5.6](http://php.net) or higher
- [Composer](https://getcomposer.org)
- [cURL PHP](http://php.net/manual/en/book.curl.php) library

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

[](#installation)

- Install Composer ()
- Then, include it in your project:

```
composer require ph-7/dating-affiliate-tools
```

Who I Am?
---------

[](#who-i-am)

**[Pierre-Henry Soria](http://ph7.me)**, a passionate software engineer and creator of [pH7CMS](https://github.com/pH7Software/pH7-Social-Dating-CMS), for instance.

Where to Contact Me?
--------------------

[](#where-to-contact-me)

*pierrehenrysoria+github \[\[AT\]\] gmail \[\[D0T\]\] com*

Disclaimer
----------

[](#disclaimer)

*The purpose of those tools is to help webmasters and affiliate programs to increase their revenue, but the DAT tools (Dating Affiliate Tools) have to be used only if their usage respect the affiliate platform's terms.*

You CANNOT use this library against the TOS of the services present in this library. There are there as an example, and it is your responsability to check the up-to-date TOS and/or speak to your affiliate manager of the affiliate program(s) to see if you can use those tools.

YOU are fully responsible of the usage of it and YOU CANNOT use it illegally or against those Web services. This present library (Dating-Affiliation-Tools / DAT) and myself (the present author) cannot be in any case responsible of the usage you make with it.

License
-------

[](#license)

Under [General Public License 3](http://www.gnu.org/licenses/gpl.html) or later.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

3

Last Release

2857d ago

Major Versions

v1.0 → v2.02017-07-02

### Community

Maintainers

![](https://www.gravatar.com/avatar/b6d95da236687f1dca4f7d70d60037c70ef217120ea195df23a39a412ba594e0?d=identicon)[ph-7](/maintainers/ph-7)

---

Top Contributors

[![pH-7](https://avatars.githubusercontent.com/u/1325411?v=4)](https://github.com/pH-7 "pH-7 (51 commits)")

---

Tags

affiliateaffiliate-platformaffiliate-programaffiliate-toolsdatingdating-affiliationphptactoolsregisteraffiliateaffiliate-commissionthe adult companyedenflirteveflirtaffiliate program

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ph-7-dating-affiliate-tools/health.svg)

```
[![Health](https://phpackages.com/badges/ph-7-dating-affiliate-tools/health.svg)](https://phpackages.com/packages/ph-7-dating-affiliate-tools)
```

###  Alternatives

[vaimo/composer-patches

Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and patch command for testing/troubleshooting added patches.

3014.5M22](/packages/vaimo-composer-patches)[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

333972.2k49](/packages/dereuromark-cakephp-tools)[longman/ip-tools

PHP IP Tools for manipulation with IPv4 and IPv6

147253.5k7](/packages/longman-ip-tools)[codeigniter4/devkit

Development toolkit for CodeIgniter libraries and projects

68195.7k114](/packages/codeigniter4-devkit)[jijunair/laravel-referral

Laravel package for a referral system

9533.9k](/packages/jijunair-laravel-referral)[ramsey/devtools

A Composer plugin to aid PHP library and application development.

7135.7k29](/packages/ramsey-devtools)

PHPackages © 2026

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