PHP异步分页器 基于Amphp的简单异步分页器。 安装 composer require spacetab-io/paginate 用法 use Spacetab \ Paginate \ Paginator ; use Spacetab \ Paginate \ Adapter \ SqlAdapter ; use Amp \ Postgres ; use function Amp \call; call ( function () { $ connection = new Postgres \ ConnectionConfig ( '127.0.0.1' ); $ pa