ajaximple / forms
Nette form extensions from AJAXimple.
v6.2.0
2026-09-10 20:12 UTC
Requires
- php: >=8.5
- nette/application: ^3.3
- nette/di: ^3.2
- nette/forms: ^3.3
- snugcomponents/utils: ^5.0
Requires (Dev)
- lifephp/coding-standards: ^2.2
- lifephp/phpstan-rules: ^2.0
- mockery/mockery: ^1.6
- nette/tester: ^2.6
- phpstan/extension-installer: ^1.4
- phpstan/phpstan: ^2.2
Suggests
None
Provides
None
Conflicts
None
Replaces
None
- dev-PHP8.5/Nette4.0
- v6.2.0
- v6.1.1
- v6.1.0
- v6.0.0
- v5.0.0
- v4.2.6
- v4.2.5
- v4.2.4
- v4.2.3
- v4.2.2
- v4.2.1
- v4.2.0
- v4.1.0
- V4.0.8
- v4.0.7
- v4.0.6
- v4.0.5
- v4.0.4
- v4.0.3
- v4.0.2
- v4.0.1
- v4.0.0
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v2.4.7
- v2.4.6
- v2.4.5
- v2.4.4
- v2.4.3
- v2.4.2
- v2.4.1
- v2.4
- dev-bump-deps-latest-minor
- dev-use-group-spacing
- dev-PHP8.4/Nette4.0
- dev-master
- dev-Nette4.0
- dev-PHP8.3
- dev-PHP8.2
This package is auto-updated.
Last update: 2026-09-10 18:31:21 UTC
README
Quickstart
This extension add more form components to Yours forms.
Instalation
Download
The best way to install AJAXimple/forms is using Composer:
$ composer require ajaximple/forms
Registering
You can enable the extension using your neon config:
extensions:
AJAXimpleForms: AJAXimple\Forms\AJAXimpleFormsExtension
Injecting
You can simply inject factory in Your Presenters/Services:
public function __construct(AJAXimple\Forms\FormFactory $formFactory)
{
parent::__construct();
....
}
or You can create your own form using:
public function createComponentMyForm()
{
$form = new AJAXimple\Forms\Form();
...
return $form;
}
Documentation
For details on how to use this package, check out our documentation.
Versions
| State | Version | Branch | Nette | PHP |
|---|---|---|---|---|
| stable | ^5.0.0 | Nette4.0 | 4.0 | >=8.4 |
Development
This package is currently maintaining by these authors:
Conclusion
This extension requires PHP 8.4, Nette4.0, and it is property of Antonín Jehlář © 2020 - 2025