Download the PHP package yangweijie/think-stempler without Composer

On this page you can find all versions of the php package yangweijie/think-stempler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package think-stempler

Think-Stempler 模板引擎

基于 Spiral Stempler 核心功能的 ThinkPHP 模板引擎扩展,提供现代化的模板特性。

🚀 特性

✅ 完全实现的功能

🎯 性能表现

📦 安装

🔧 配置

在 ThinkPHP 配置文件中添加:

📖 基本语法

变量输出

条件指令

循环指令

选择指令

工具指令

🏗️ 布局继承

定义布局

继承布局

📚 栈系统

栈系统允许你在模板的任何地方推送内容,然后在指定位置收集和渲染。

收集栈内容

推送到栈

渲染顺序

🧩 组件系统

内置组件

Alert 组件

Card 组件

Button 组件

Input 组件

Modal 组件

Table 组件

自定义组件

你可以注册自定义组件:

🎮 控制器使用

基本使用

使用布局

🔧 高级配置

组件路径

功能开关

🚀 性能优化

启用缓存

生产环境优化

🐛 调试

启用调试模式

查看编译后的代码

📝 更新日志

v2.0.0 (2024-06-26)

📄 许可证

MIT License

🤝 贡献

欢迎提交 Issue 和 Pull Request!

📞 支持

如有问题,请提交 Issue 或联系维护者。


All versions of think-stempler with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0.0
spiral/stempler Version ^3.15
topthink/think-view Version ^2.0.4
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package yangweijie/think-stempler contains the following files

Loading the files please wait ....