A reusable KIT library for CodeIgniter as part of my bachelor's thesis. This library includes generic AI functions designed to enhance the power of forms in web applications.

Maintainers

Details

github.com/niklose00/kit

Source

Issues

Installs: 56

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

dev-main 2024-07-18 12:37 UTC

This package is not auto-updated.

Last update: 2025-03-27 15:54:04 UTC


README

A reusable KIT library for CodeIgniter as part of my bachelor's thesis. This library includes generic AI functions designed to enhance the power of forms in web applications.

Installation

You can install the library using Composer: composer require niklose00/kit:dev-main

Important

The following links and scripts need to be implemented in the head tag. IMPORTANT: Make sure to adjust the paths correctly. Replace "your_project" with your project name. Additionally, you need to adjust the baseurl in the config file.

<script type="module" src="http://localhost/your_projectvendor/niklose00/kit/assets/js/main.js"></script> <script type="module" src="http://localhost/your_project/vendor/niklose00/kit/assets/js/recorder.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>