Download the PHP package amol/reactiveci4 without Composer
On this page you can find all versions of the php package amol/reactiveci4. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download amol/reactiveci4
More information about amol/reactiveci4
Files in amol/reactiveci4
Package reactiveci4
Short Description Activity logger for Codeigniter 4
License MIT
Homepage https://github.com/AmolKumarGupta/ReactiveCi4/
Informations about the package reactiveci4
Log activities in codeigniter 4.
The amol/reactiveci4
helps to log activities of user in your website easily. It stores all activities in database table activity
.
It helps to boost your work speed.
Features
- Easy setup.
- Use Codeigniter Models.
- Easy to use.
Basic Example
Advanced Example using Class
Installation
you can install the package via composer.
After installing. run spark
command
it will create Reactive
config and Activity
model file.
it also migrate activity
table.
Documentation and Examples
Class Reactive
has function log
Helper
It also provides helper
return id of activity instance or false on failure.
Activity
Model
You can use model to retrieve data from activity table and also do crud operations with it. You can also customize the model.
Label
Label used to categories the record in different groups. You can change its default value using config file.
Full documentation and Examples
Coming soon
Bugs & Issues
If you find any bugs. Dont hesitate to create a issue.
Contributing
Please see CONTRIBUTING for details.