https://github.com/jinyphp/liquid
https://github.com/jinyphp/liquid
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jinyphp/liquid
- Owner: jinyphp
- License: mit
- Created: 2020-06-05T06:50:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-07T06:29:24.000Z (about 6 years ago)
- Last Synced: 2025-08-05T05:33:07.354Z (11 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
# Liquid
본 코드는 `PHP`언어로 작성된 `composer` 페키지 입니다. 또한 `jinyPHP` 프레임워크와 같이 동작을 합니다.
지니PHP는 MVC 패턴의 웹프레임워크 입니다.
## 설치방법
composer를 통하여 설치를 진행할 수 있습니다.
```php
composer require jiny/liquid
```