npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

tinyphp-bootstrap

v1.0.1

Published

Application development platform integrated bootstrap and tinyphp for PHP frameworks

Readme

tinyphp-bootstrap

  • 本项目作为tinyphp for PHP Frameworks的开箱即用DEMO
  • 后端框架: tinyphp
  • 前端框架: 以webpack5为编译工具,集成了bootstrap4即一系列开源组件
    • bootstrap4
      • jQuery: JavaScript框架
      • pppoer@core: popup定位引擎
      • font-awesome: 图标字体库和CSS框架
      • sweetalert2: 漂亮、响应式、可定制、易用的JavaScript 弹窗
    • echarts: 基于JavaScript的数据可视化图表库

项目适合做什么

  • 熟练掌握bootstrap前端框架,jquery
  • 具备JS全栈技能的PHP爱好者和PHP工程师。
  • 普遍适应于PHP框架的开发和生产环境。
  • 无需前端UI交互设计,依赖bootstrap,可快速进行以下开发
    • API接口开发
    • 后台管理应用开发
    • bootstrap通用风格的WEB应用开发

从0开始一键安装运行环境

  • 推荐使用tinycn/lnmp-utils搭建开发/生产环境
    • Linux(CentOS7X_64) +openresty(nginx)+Mysql+PHP+Redis一键安装包,服务于TinyPHP的生产环境。
   git clone https://github.com/tinycn/lnmp-utils.git
   cd lnmp-utils
      
   #一键安装tinyphp-bootstrap的运行环境
   git clone https://github.com/tinycn/lnmp-utils.git
   cd lnmp-utils
   ./install.sh -m lnmp

componser安装方式

 composer create tinycn/tinyphp-bootstrap ./ master-dev

npm安装方式

npm i tinyphp-bootstrap
mv node_modules/tinyphp-bootstrap ./
cd tinyphp-bootstrap
npm i

docker一键安装运行环境

   docker pull tinycn/centos7-tinyphp