PHPackages                             form-synergy/site-verification - 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. form-synergy/site-verification

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

form-synergy/site-verification
==============================

This template will attempt to verify the domain name where service will be rendered.

04PHP

Since Apr 7Pushed 7y agoCompare

[ Source](https://github.com/form-synergy/site-verification)[ Packagist](https://packagist.org/packages/form-synergy/site-verification)[ RSS](/packages/form-synergy-site-verification/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Website Verification
====================

[](#website-verification)

This template will attempt to verify the domain name where service will be rendered.

Install using composer
----------------------

[](#install-using-composer)

```
composer require form-synergy/site-verification
```

Include the library
-------------------

[](#include-the-library)

```
require '/vendor/autoload.php';
```

Enable session management
-------------------------

[](#enable-session-management)

```
\FormSynergy\Session::enable();
```

Import the Form Synergy class
-----------------------------

[](#import-the-form-synergy-class)

```
use \FormSynergy\Fs as FS;
```

You will need to retrieve your credentials in the Form Synergy console.

Console Access:

- $profileid = '';
- $apikey = '';
- $apisecret = '';

If you are a reseller

- $resellerid = '';

Configuration
-------------

[](#configuration)

```
FS::Config([
    'version' => 'v1',
    'protocol' => 'https',
    'endpoint' => 'api.formsynergy.com',
    'apikey' => $apikey,
    'secretkey' => $secretkey,
     //'resellerid' => $resellerid,  If you are a reseller
    'max_auth_count' => 15,
]);
```

local storage
-------------

[](#local-storage)

Enable local storage to store downloads and responses.

```
FS::Storage( '/', 'local-storage' );
```

Load account
------------

[](#load-account)

Load and start managing an account.

```
$api = FS::Api()->Load($profileid);
```

Run script
----------

[](#run-script)

update the empty values with the appropriate information.

```
\FormSynergy\Site_Verification::Run([
    'proto' => '',
    'domain' => '',
    'name' => '',
    'indexpage' => '',
])
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

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/094bc96d926497c173f6565c8f7391d3f0db4d860fea4ea115fa710c3cf12dd6?d=identicon)[joeker](/maintainers/joeker)

---

Top Contributors

[![form-synergy](https://avatars.githubusercontent.com/u/47343602?v=4)](https://github.com/form-synergy "form-synergy (2 commits)")

### Embed Badge

![Health badge](/badges/form-synergy-site-verification/health.svg)

```
[![Health](https://phpackages.com/badges/form-synergy-site-verification/health.svg)](https://phpackages.com/packages/form-synergy-site-verification)
```

###  Alternatives

[yireo/magento2-extensionchecker

Scan the code of a Magento module

96151.6k3](/packages/yireo-magento2-extensionchecker)

PHPackages © 2026

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