PHPackages                             aidsoul/bitrix-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. aidsoul/bitrix-form

ActiveLibrary

aidsoul/bitrix-form
===================

Bitrix Forms

v2.1(2mo ago)013MITPHP

Since Oct 2Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/aidsoul/bitrix-form)[ Packagist](https://packagist.org/packages/aidsoul/bitrix-form)[ Docs](https://github.com/aidsoul/bitrix-form)[ RSS](/packages/aidsoul-bitrix-form/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (1)Versions (13)Used By (0)

Bitrix Forms Component
======================

[](#bitrix-forms-component)

AJAX-форма компонент для Bitrix CMS с валидацией и отправкой данных.

Documentation
-------------

[](#documentation)

For detailed documentation, see the [docs](docs/) folder:

- [Documentation Index](docs/index.md) - Overview and navigation
- [JavaScript API](docs/js-api.md) - Complete JavaScript API reference
- [PHP API](docs/php-api.md) - Complete PHP API reference
- [Examples](docs/examples.md) - Common usage scenarios

Quick Start
-----------

[](#quick-start)

### Installation

[](#installation)

1. Copy the `local/components/aidsoul/forms` folder to your project
2. Copy the `src` folder to `/local/php_interface/` or configure autoload

### Component Call

[](#component-call)

```
$APPLICATION->IncludeComponent(
    "aidsoul:forms",
    ".default",
    array(
        "AJAX" => "Y",
        "FORM_NAME" => "contact",
        "FORM_ID" => "contact-form",
        "TITLE" => "Связаться с нами",
        "SUBMIT_TEXT" => "Отправить заявку"
    )
);
```

### JavaScript AJAX (without BX.ajax)

[](#javascript-ajax-without-bxajax)

```
// Using vanilla JavaScript Ajax class
new Ajax({
    url: '/api/endpoint',
    method: 'POST',
    data: { name: 'John' },
    success: function(data) { console.log(data); }
}).execute();

// Or using static helpers
Ajax.post('/api/submit', { name: 'John' })
    .then(function(data) { console.log(data); });
```

Features
--------

[](#features)

- AJAX form submission without page reload
- Server-side validation
- File uploads
- CSRF protection
- Flexible field configuration
- Email event support
- Custom validation methods
- Error message localization
- Vanilla JavaScript AJAX class without BX.ajax dependency

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance85

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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

Recently: every ~17 days

Total

12

Last Release

77d ago

Major Versions

v1.3.3 → v2.0.x-dev2026-02-27

### Community

Maintainers

![](https://www.gravatar.com/avatar/496f46da5b79aa3ef1bfacadafdc3c86ab57089853c0227b8596f8802d24fef1?d=identicon)[AidSoul](/maintainers/AidSoul)

---

Top Contributors

[![aidsoul](https://avatars.githubusercontent.com/u/47852283?v=4)](https://github.com/aidsoul "aidsoul (25 commits)")

### Embed Badge

![Health badge](/badges/aidsoul-bitrix-form/health.svg)

```
[![Health](https://phpackages.com/badges/aidsoul-bitrix-form/health.svg)](https://phpackages.com/packages/aidsoul-bitrix-form)
```

###  Alternatives

[league/openapi-psr7-validator

Validate PSR-7 messages against OpenAPI (3.0.2) specifications expressed in YAML or JSON

55615.9M69](/packages/league-openapi-psr7-validator)[davidepastore/slim-validation

A slim middleware for validation based on Respect/Validation

171223.7k3](/packages/davidepastore-slim-validation)[hkarlstrom/openapi-validation-middleware

PSR-7 and PSR-15 OpenAPI Validation Middleware

95198.8k1](/packages/hkarlstrom-openapi-validation-middleware)[awurth/slim-validation

A wrapper around the respect/validation PHP validation library for easier error handling and display

65378.4k9](/packages/awurth-slim-validation)[macfja/redisearch

PHP Client for RediSearch

67154.9k1](/packages/macfja-redisearch)[lanlin/nylas-php

Nylas PHP SDK (api version 2.7)

28258.7k](/packages/lanlin-nylas-php)

PHPackages © 2026

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