PHPackages                             rapidez/amasty-custom-form - 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. rapidez/amasty-custom-form

ActiveLibrary

rapidez/amasty-custom-form
==========================

4.0.0(8mo ago)02.1k3[1 PRs](https://github.com/rapidez/amasty-custom-form/pulls)Blade

Since Apr 25Pushed 2mo ago3 watchersCompare

[ Source](https://github.com/rapidez/amasty-custom-form)[ Packagist](https://packagist.org/packages/rapidez/amasty-custom-form)[ RSS](/packages/rapidez-amasty-custom-form/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (17)Used By (0)

Amasty Custom Form
==================

[](#amasty-custom-form)

Requirements
------------

[](#requirements)

You need to have the [Amasty Custom Form](https://amasty.com/custom-form-for-magento-2.html) module installed and configured within your Magento 2 installation. Including the graphql module.

Installation
------------

[](#installation)

```
composer require rapidez/amasty-custom-form
```

### Showing a Form

[](#showing-a-form)

You can show a form by loading the amasty-custom-form form component:

```

```

the form id is the id that is in the database, not the code.

Getting the form id by code
---------------------------

[](#getting-the-form-id-by-code)

If you want to render the form by code instead of id you can do so by getting it from the database

```
$form = \Rapidez\AmastyCustomForm\Models\AmastyCustomForm::select('form_id')->where('code', )->first();
...

```

Views
-----

[](#views)

If you need to change the views you can publish them with:

```
php artisan vendor:publish --provider="Rapidez\AmastyCustomForm\AmastyCustomFormServiceProvider" --tag=views
```

Note
----

[](#note)

Not all features are implemented yet! For example the review start &amp; file upload aren't supported.

License
-------

[](#license)

GNU General Public License v3. Please see [License File](LICENSE) for more information.

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance75

Regular maintenance activity

Popularity20

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~103 days

Total

15

Last Release

257d ago

Major Versions

0.3.1 → 1.0.02024-02-21

0.3.2 → 1.0.12024-07-10

1.x-dev → 3.0.02025-04-10

3.0.0 → 4.0.02025-09-02

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/72222911?v=4)[Rapidez](/maintainers/rapidez)[@rapidez](https://github.com/rapidez)

---

Top Contributors

[![royduin](https://avatars.githubusercontent.com/u/1703233?v=4)](https://github.com/royduin "royduin (10 commits)")[![indykoning](https://avatars.githubusercontent.com/u/15870933?v=4)](https://github.com/indykoning "indykoning (6 commits)")[![BobWez98](https://avatars.githubusercontent.com/u/23509926?v=4)](https://github.com/BobWez98 "BobWez98 (3 commits)")[![Jade-GG](https://avatars.githubusercontent.com/u/32514269?v=4)](https://github.com/Jade-GG "Jade-GG (2 commits)")[![VincentBean](https://avatars.githubusercontent.com/u/3906942?v=4)](https://github.com/VincentBean "VincentBean (1 commits)")

### Embed Badge

![Health badge](/badges/rapidez-amasty-custom-form/health.svg)

```
[![Health](https://phpackages.com/badges/rapidez-amasty-custom-form/health.svg)](https://phpackages.com/packages/rapidez-amasty-custom-form)
```

PHPackages © 2026

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