matacms/matacms-product
最新稳定版本:1.0.0.1-alpha
Composer 安装命令:
composer require matacms/matacms-product
包简介
Products management for MATA CMS
README 文档
README
Product module allows to manage products in MATA CMS.
Installation
- Add the application using composer:
"matacms/matacms-product": "~1.0.0"
Client
Product Client extends matacms\clients.
In addition, it exposes the following methods:
public function findByURI($uri) {}
Returns Product entity with specified URI.
public function findAll() {}
Returns all published Product entities using caching dependency
public function getFindAllQuery() {}
Returns all published Product entities without caching.
Changelog
1.0.0.1-alpha, September 2, 2016
- Updated Product model
1.0.0-alpha, May 21, 2015
- Initial release.
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-05-21