03-25-2019, 09:19 AM
Hi all! I'm a long-time user with many live CI3 projects. Managing libraries across them got to be almost as much work as each project, so I developed five "zero conf" libraries to add core functions I needed which could be dropped in and used without setup. I never got around to publishing them, but as I rewrite them for CI4 I'll be making them available.
Next up, the third library:
Tatter/Visits - "Zero conf" traffic tracking for CodeIgniter 4
Basic usage:
1. Install with Composer: `> composer require tatter/visits`
2. Update the database: `> php spark migrate:latest -n Tatter`
3. Add to controller: `service('visits')->record();`
I learned a lot from this library as it is more involved than the previous two, so I'll be reworking the Asset Loader and User Alert libraries to be more "CodeIgniter 4"-style. As always I am eager for feedback, suggestions, and contributions - feel free to respond here or on GitHub (https://github.com/tattersoftware/codeigniter4-visits).
Thanks for reading!
Next up, the third library:
Tatter/Visits - "Zero conf" traffic tracking for CodeIgniter 4
Basic usage:
1. Install with Composer: `> composer require tatter/visits`
2. Update the database: `> php spark migrate:latest -n Tatter`
3. Add to controller: `service('visits')->record();`
I learned a lot from this library as it is more involved than the previous two, so I'll be reworking the Asset Loader and User Alert libraries to be more "CodeIgniter 4"-style. As always I am eager for feedback, suggestions, and contributions - feel free to respond here or on GitHub (https://github.com/tattersoftware/codeigniter4-visits).
Thanks for reading!