willem/pagecount

网页计数器

v1.0.1 2020-12-11 08:06 UTC

This package is not auto-updated.

Last update: 2024-05-12 00:58:37 UTC


README

通过composer包引入PageCountClass类静态调用即可输出

<?php
use PageCount\PageCountClass;
require "vendor/autoload.php";
echo PageCountClass::pageCounts();

如果是laravel框架生成文件会在public文件夹下。