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 2mo ago1 watchersCompare

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

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

37

—

LowBetter than 81% of packages

Maintenance57

Moderate activity, may be stable

Popularity15

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

2066d ago

Major Versions

1.0.0 → 2.0.02020-11-07

### Community

Maintainers

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

---

Top Contributors

[![akicreative](https://avatars.githubusercontent.com/u/233123?v=4)](https://github.com/akicreative "akicreative (849 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.8M39](/packages/laravolt-avatar)[azuracast/azuracast

The AzuraCast self-hosted web radio station management suite.

3.9k27.8k](/packages/azuracast-azuracast)[symfony/ux-cropperjs

Cropper.js integration for Symfony

19346.6k3](/packages/symfony-ux-cropperjs)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)

PHPackages © 2026

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