PHPackages                             portedcheese/ajax-forms - 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. portedcheese/ajax-forms

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

portedcheese/ajax-forms
=======================

Submit contact form by ajax

v2.0.3(7mo ago)11.1k3MITPHP

Since Apr 23Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/PortedCheese/ajax-forms)[ Packagist](https://packagist.org/packages/portedcheese/ajax-forms)[ RSS](/packages/portedcheese-ajax-forms/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (43)Used By (3)

Ajax forms
==========

[](#ajax-forms)

Description
-----------

[](#description)

Предоставляет возможность отправлять лубую форму с классом `sending-form` (это для webflow-integration) и `sending-form-custom` через ajax и сохраняет ее на сайте.

Предварительно на сайте нужно создать форму и поля к ней. Для каждой формы есть страница с сообщениями от этой формы.

Install
-------

[](#install)

Нужно выгрузить js, который отправляет форму с классом `sending-form` и `sending-form-custom`

```
php artisan vendor:publish --provider="PortedCheese\AjaxForms\AjaxFormsServiceProvider" --tag=public --force

php artisan migrate

php artisan make:ajax-forms
                        {--all : Run all}
                        {--controllers : Export controllers}
                        {--models : Export models}
                        {--policies : Export and create rules}
                        {--only-default : Create default rules}
                        {--js : Include js}
                        {--sass : Include scss}
                        {--menu : Config menu}

```

Config
------

[](#config)

Выгрузка конфигурации:

```
php artisan vendor:publish --provider="PortedCheese\AjaxForms\AjaxFormsServiceProvider" --tag=config

```

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance63

Regular maintenance activity

Popularity17

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity72

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

Recently: every ~24 days

Total

41

Last Release

226d ago

Major Versions

v1.7.3 → v2.0.02024-08-21

v1.7.4 → v2.0.12025-06-23

v1.7.6 → v2.0.32025-09-25

### Community

Maintainers

![](https://www.gravatar.com/avatar/ba53ceb68f24f423fef88740a75df7872996a5c2f95ac9503cdaa39da1baccb4?d=identicon)[PortedCheese](/maintainers/PortedCheese)

---

Top Contributors

[![PortedCheese](https://avatars.githubusercontent.com/u/10044027?v=4)](https://github.com/PortedCheese "PortedCheese (13 commits)")

### Embed Badge

![Health badge](/badges/portedcheese-ajax-forms/health.svg)

```
[![Health](https://phpackages.com/badges/portedcheese-ajax-forms/health.svg)](https://phpackages.com/packages/portedcheese-ajax-forms)
```

PHPackages © 2026

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