ciebit/photos
Composer 安装命令:
composer require ciebit/photos
包简介
Model de fotos e álbuns
README 文档
README
Classes de representação de foto e álbum.
Exemplo de Uso
use Ciebit\Files\Images\Image; use Ciebit\Files\Status as ImageStatus; use Ciebit\Photos\Photo; use Ciebit\Photos\Status; $image = new Image( 'Name Image', 'image/jpeg', 'uri-image.jpg', 400, # width 300, # height ImageStatus::ACTIVE() ); $status = Status::ACTIVE(); $photo = new Photo($image, $status); $photo ->setId('2') ->setViews(5) ->setPosition(1) ;
统计信息
- 总下载量: 340
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-09-15