PHPackages                             akicreative/akiforms - 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. akicreative/akiforms

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

akicreative/akiforms
====================

Bootstrap integrated form generator.

2.0.0(5y ago)01.9kMITJavaScript

Since May 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/akicreative/akiform)[ Packagist](https://packagist.org/packages/akicreative/akiforms)[ RSS](/packages/akicreative-akiforms/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

akiform
=======

[](#akiform)

This package is designed to create forms for Laravel / Bootstrap.

This package is also being used to learn how to build packages so it is not expected to be used by general public and reliability can not be guaranteed.

New Release

Use at your own risk.
---------------------

[](#use-at-your-own-risk)

Installation
============

[](#installation)

Models
======

[](#models)

```
use AkiCreative\AkiForms\Models\Akiasset;

```

Assets
======

[](#assets)

```
Route::get('/asset/private/{id}/private/{filename}', 'AkiCreative\AkiForms\AssetController@private')->name('aki.asset.private');

```

AkiForm Class
=============

[](#akiform-class)

Initialization
--------------

[](#initialization)

```
$ar = new Akiform($errors, []);

```

### Arguments

[](#arguments)

var $errors = \[\]; var $tabindex = 1; var $echo = true; var $csrf = true; var $horizontal = false; var $horizontalleft = 'col-md-3'; var $horizontalright = 'col-md-9'; var $size = 'form-control-sm'; var $defaults = \[\]; var $constrainform = ''; var $inlinelist = false; var $openform = false; var $viewmode = false;

Checkbox Switch
---------------

[](#checkbox-switch)

```
$ar->build('switch', 'Label', 'name', ['checkboxvalues' => [['test1', 'This is a test']]]);

```

Date Picker
-----------

[](#date-picker)

This date picker uses a Modal Pop up to show a calendar.

```
$ar->build('datepicker', 'Label', 'name', []);

```

### Options

[](#options)

datepickertoday = \[false\] datepickerclear = \[true\]

#### Configurations

[](#configurations)

```
$dpcfgs = [
	'yearstart' => date("Y"),
	'yearend' => date("Y") + 5,
	'startrange' => '',
	'endrange' => '',
	'exclude' => '',
	'datepickerformat' => 'd/m/Y'
];

```

### Include Class

[](#include-class)

You must include the class at the bottom of the page in the scripts section.

```
AkiForm::datepickerjs();

```

Light Box
---------

[](#light-box)

Add a lightbox to a page that will change dynamically to the link you send it.

### Button and Trigger

[](#button-and-trigger)

```
Text

```

### In Scripts

[](#in-scripts)

```
AkiForm::lightboxjs();

```

Update Log
==========

[](#update-log)

Remove tags.

Description List
================

[](#description-list)

General a list that will compact down responsively. It will also put in line dividers

Toast
-----

[](#toast)

```
$.post('{{ route('aki.toast') }}', { header: header, body: body }, function(result) {

	$('#toastcontainer').append(result);

});

```

Coming soon.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

Total

2

Last Release

2019d ago

Major Versions

1.0.0 → 2.0.02020-11-07

### Community

Maintainers

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

---

Top Contributors

[![akicreative](https://avatars.githubusercontent.com/u/233123?v=4)](https://github.com/akicreative "akicreative (847 commits)")

### Embed Badge

![Health badge](/badges/akicreative-akiforms/health.svg)

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

###  Alternatives

[laravolt/avatar

Turn name, email, and any other string into initial-based avatar or gravatar.

2.0k5.4M31](/packages/laravolt-avatar)[beyondcode/laravel-favicon

Create dynamic favicons based on your environment settings.

37345.5k](/packages/beyondcode-laravel-favicon)[helgesverre/extractor

AI-Powered Data Extraction for your Laravel application.

22128.0k](/packages/helgesverre-extractor)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[symfony/ux-cropperjs

Cropper.js integration for Symfony

19280.3k3](/packages/symfony-ux-cropperjs)

PHPackages © 2026

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