nuxia/mail-storage-bundle
Composer 安装命令:
composer require nuxia/mail-storage-bundle
包简介
Bundle to store your sent mail
README 文档
README
Bundle to store your sent mail
Installation:
Step 1 : composer
composer require nuxia/mail-storage-bundle: "dev-master"
Step 2 : MailEntry entity
# MailEntry.orm.yml MyApp\Entity\MailEntry: type: "entity" table: "your__mail_storage_table" id: id: type: "string" length: "32" generator: strategy: "NONE" indexes: mle_id_i: columns: "id" mle_object_i: columns: "object" mle_object_id_i: columns: "object_id" mle_reference_i: columns: "reference" mle_language_i: columns: "language" mle_subject_i: columns: "subject" mle_status_i: columns: "status" mle_created_att_i: columns: "created_at" mle_sent_at_i: columns: "sent_at"
<?php //MyApp\Entity\MailEntry.php class MailEntry extends \Nuxia\MailStorageBundle\Entity\AbstractMailEntry { //Some application logic }
Override the container parameter nuxia.mail_storage.mail_entry.class using à compiler pass or a service file.
# myapp/service.yml parameters: nuxia.mail_storage.mail_entry.class: MyApp\Entity\MailEntry
统计信息
- 总下载量: 6.35k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-01-06