Group function
Open
enhancement
- Dominant language
- PHP
- Stars
- 53
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Allow metadata to be consolidated by a user defined time interval.
``` php
$shtuff->type( 'post' )->item( 5 )->meta( 'foo/bar' )->group('7 days')->track();
```
This would track the metada `foo/bar` for `post` ID 5 and would be consolidate seven days at a time.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.