PHPackages                             form-synergy/fs-demo - 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/fs-demo

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

form-synergy/fs-demo
====================

This package will create and update multiple resources using the FormSynergy PHP API, along with javaScript, HTML and CSS.

1.51(7y ago)033MITPHPPHP &gt;=7.0

Since Apr 11Pushed 7y agoCompare

[ Source](https://github.com/form-synergy/fs-demo)[ Packagist](https://packagist.org/packages/form-synergy/fs-demo)[ Docs](https://formsynergy.com/)[ RSS](/packages/form-synergy-fs-demo/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (2)Versions (19)Used By (0)

Form Synergy Demo
=================

[](#form-synergy-demo)

This package will automatically configure the following using the API

- Site registration and verification
- Create a strategy.
- Create Multiple objectives.
- Multiple modules, including interactions
- Demo page using HTML, CSS, javaScript, jQuery and SVG

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

[](#install-using-composer)

```
composer require form-synergy/fs-demo
```

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

[](#include-the-library)

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

To Load Package
---------------

[](#to-load-package)

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

```
\FormSynergy\Fs_Demo([
    'strategy'      => '', // Eg: Form Synergy Demo
    'profileid'     => '', // You can find the profile id under the profile tab: https://formsynergy.com/console/
    'website' => [
        'proto'     => '', // Eg: https, or http
        'domain'    => '', // Eg: demo.formsynergy.com
        'name'      => '', // Eg: Form Synergy demo
        'indexpage' => '', // Eg: /packages/fs-demo
    ],
    'config' => [
        'apikey'    => '', // API Key: Under the API access tab: https://formsynergy.com/console/
        'secretkey' => '', // API Key: Under the API access tab: https://formsynergy.com/console/

    ],
    'contact' => [          // Alerts and notifications contact.
        'fname'     => '',
        'lname'     => '',
        'email'     => '',
        /**
         * Format:
         *  - default for HTML & Text,
         *  - text,
         *  - markdown
         */
        'format'    => ''
    ],
    'storage' =>       [__DIR__, 'form-synergy-demo']
]);
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

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

Total

19

Last Release

2555d ago

### 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 (42 commits)")

---

Tags

packageforminteractionscontact formobjectivessynergyweb strategynew letter subscriptionrequest call back

### Embed Badge

![Health badge](/badges/form-synergy-fs-demo/health.svg)

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

###  Alternatives

[composer/composer

Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.

29.4k187.2M2.6k](/packages/composer-composer)[jean85/pretty-package-versions

A library to get pretty versions strings of installed dependencies

1.3k289.5M63](/packages/jean85-pretty-package-versions)[okipa/laravel-form-components

Ready-to-use and customizable form components.

198.0k1](/packages/okipa-laravel-form-components)

PHPackages © 2026

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