PHPackages                             form-synergy/web-essentials - 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. form-synergy/web-essentials

ActiveLibrary

form-synergy/web-essentials
===========================

This template will install web essentials via PHP API. Including: Strategy, objectives and modules.

04PHP

Since Apr 7Pushed 7y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Web Essentials
==============

[](#web-essentials)

This template will install web essentials via PHP API. Including: Strategy, objectives and modules.

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

[](#install-using-composer)

```
composer require form-synergy/web-essentials
```

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\Web_Essentials::Run([
    'fname' => '',
    'lname' => '',
    'email' => '',
    'siteid' => ''
])
```

###  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-web-essentials/health.svg)

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

PHPackages © 2026

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