Download the PHP package youcanshop/liquid without Composer
On this page you can find all versions of the php package youcanshop/liquid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download youcanshop/liquid
More information about youcanshop/liquid
Files in youcanshop/liquid
Download youcanshop/liquid
More information about youcanshop/liquid
Files in youcanshop/liquid
Vendor youcanshop
Package liquid
Short Description Liquid template engine for themes.
License MIT
Homepage https://github.com/youcan-shop/liquid
Package liquid
Short Description Liquid template engine for themes.
License MIT
Homepage https://github.com/youcan-shop/liquid
Please rate this library. Is it a good library?
Informations about the package liquid
Liquid template engine for PHP
A PHP version of Ruby's Liquid Template Engine for YouCan Shop theme development.
Liquid allows you to create flexible and dynamic themes for e-commerce stores.
Why Use Liquid?
- Seperate compiling and rendering stages for improved performance.
- Simple syntax for creating dynamic templates.
- Create reusable components
Installation
Install via Composer:
Example Usage
Creating YouCan Themes
Liquid uses a combination of objects, tags, and filters inside template files to display dynamic content.
What does it look like?
- Output Tags
({{ }})
: used to display content. - Logic Tags
({% %})
: used to perform actions such as conditions and loops. - Filters
(|)
: used to format the output of variables - Variables: used to store data that can be rendered in templates.
For more information, visit the YouCan Theme Documentation.
All versions of liquid with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4 || ^8.2
The package youcanshop/liquid contains the following files
Loading the files please wait ....