PHPackages                             eix/contact - 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. eix/contact

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

eix/contact
===========

Eixtension that provides contact form interaction.

0.4.2(13y ago)05MITPHP

Since Jan 1Pushed 10y ago1 watchersCompare

[ Source](https://github.com/eix/contact)[ Packagist](https://packagist.org/packages/eix/contact)[ Docs](http://eix.nohex.com/eixtensions/contact)[ RSS](/packages/eix-contact/feed)WikiDiscussions master Synced 4w ago

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

The Eix documentation and sample website
========================================

[](#the-eix-documentation-and-sample-website)

This Eix web application, available at , serves the purposes of both documenting and showcasing Eix's capabilities, and as an example of how to build Eix applications.

Feel free to peruse the source code to get acquainted with Eix's philosophy.

Folder structure
----------------

[](#folder-structure)

Eix applications are organised in a folder structure that facilitates separation of concerns.

For instance, in order to deploy an Eix application in production, only the `public/`, `data/`, `src/` and `system/` folders are needed. The latter can even be deployed separately.

### `public/`

[](#public)

This folder houses the web application's document root — in other words, the publicly available parts of the web application. Whatever the web server is supposed to deliver directly must be here: images, stylesheets, scripts, and the web application index page (i.e. `index.php`).

### `src/`

[](#src)

The application's business logic lives under that folder. It is usually separated by language, which is the reason why a `php` folder is found there.

The `src/php/` folder must be added to PHP's `include_path` for the application to work in the intended way. This task is usually taken care of by `public/index.php`.

### `data/`

[](#data)

Any files required by the application which are not source code can be left here. Typically, the application settings are to be found under `data/environment`, the templates under `data/pages/`, etc.

### `test/`

[](#test)

The unit tests and other testing facilities are stored in the `test/` folder.

### `build/`

[](#build)

When the application is built, the results end up somewhere in the `build/` folder hierarchy. Its contents are volatile, and must never be considered part of the source.

### `system/`

[](#system)

All external system configurations, such as web server settings, must be stored under the `system/` folder.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

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

Total

3

Last Release

4930d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e49292c9aa616de3d363af360570447ce41940fc1f8afda1abd919356995c9b0?d=identicon)[0hex](/maintainers/0hex)

---

Tags

contactcommunicatione-mailcustomercontact form

### Embed Badge

![Health badge](/badges/eix-contact/health.svg)

```
[![Health](https://phpackages.com/badges/eix-contact/health.svg)](https://phpackages.com/packages/eix-contact)
```

###  Alternatives

[astrotomic/laravel-vcard

A fluent builder class for vCard files.

5334.9k](/packages/astrotomic-laravel-vcard)[zoon/rialto

Manage Node resources from PHP

12250.6k3](/packages/zoon-rialto)

PHPackages © 2026

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