laravel-stats:轻松跟踪订单,订阅和用户等应用程序状态及其随时间的变化

时间:2024-06-04 05:35:36
【文件属性】:

文件名称:laravel-stats:轻松跟踪订单,订阅和用户等应用程序状态及其随时间的变化

文件大小:9KB

文件格式:ZIP

更新时间:2024-06-04 05:35:36

PHP

跟踪应用程序统计信息随时间的变化 该软件包是一个轻量级的解决方案,用于汇总数据库随时间的变化。 这是一个简单的示例,其中我们将跟踪一段时间内的订阅和取消数量。 首先,您应该创建一个stats类。 use Spatie \ Stats \ BaseStats ; class SubscriptionStats extends BaseStats {} 接下来,您可以在有人订阅时调用“ increase ”,在有人取消计划时调用“ decrease 。 SubscriptionStats :: increase (); // execute whenever somebody subscribes SubscriptionStats :: decrease () // execute whenever somebody cancels the subscription; 有了这


【文件预览】:
laravel-stats-master
----composer.json(2KB)
----database()
--------migrations()
----src()
--------Models()
--------BaseStats.php(1KB)
--------StatsQuery.php(6KB)
--------DataPoint.php(445B)
--------StatsServiceProvider.php(359B)
----LICENSE.md(1KB)
----CHANGELOG.md(126B)
----README.md(6KB)

网友评论