stolfam/eshop
Composer 安装命令:
composer require stolfam/eshop
包简介
PHP Classes for building an e-shop system.
README 文档
README
Universal PHP Classes for e-shop system.
Requirements
- PHP 7.4
Install
composer require stolfam/eshop
What's inside?
Now this package includes classes for:
- Cart
- CartStorage (interface)
- Products
- Attributes (interfaces)
- Orders
- Status history
- Customers
- Addreses
- Roles
- Tags
- Repositories (interfaces)
How to use it?
As you want and as you need. I recommend creating your own classes and implementing all interfaces (repositories, attributes). For example:
class MyAttribute implements IAttribute {
// here should be your implementation
}
统计信息
- 总下载量: 45
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-04-01