Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-07T06:29:24.000Z (over 4 years ago)
- Last Synced: 2024-04-19T15:08:20.709Z (7 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- 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
```