{"id":20618483,"url":"https://github.com/oawu/edmmaker","last_synced_at":"2026-05-31T02:31:45.406Z","repository":{"id":83765890,"uuid":"139161223","full_name":"oawu/EdmMaker","owner":"oawu","description":"直接看範例吧！","archived":false,"fork":false,"pushed_at":"2018-07-02T09:30:33.000Z","size":143,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-06T19:44:26.168Z","etag":null,"topics":["edm","html","mail","php"],"latest_commit_sha":null,"homepage":"https://github.com/comdan66/EdmMaker#%E7%AF%84%E4%BE%8B%E6%AD%A5%E9%A9%9F","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oawu.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-29T14:48:20.000Z","updated_at":"2019-12-21T03:04:38.000Z","dependencies_parsed_at":"2023-03-12T19:40:19.023Z","dependency_job_id":null,"html_url":"https://github.com/oawu/EdmMaker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oawu/EdmMaker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oawu%2FEdmMaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oawu%2FEdmMaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oawu%2FEdmMaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oawu%2FEdmMaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oawu","download_url":"https://codeload.github.com/oawu/EdmMaker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oawu%2FEdmMaker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33717415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["edm","html","mail","php"],"created_at":"2024-11-16T12:08:34.977Z","updated_at":"2026-05-31T02:31:45.389Z","avatar_url":"https://github.com/oawu.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome To OA's EDM Maker!\n使用 php 快速把圖片轉換成 EDM 的 html 工具！\n\n\u003cbr/\u003e\n\n## 聲明\n本作品授權採用 [姓名標示-非商業性 2.0 台灣 (CC BY-NC 2.0 TW) 授權](http://creativecommons.org/licenses/by-nc/2.0/tw/)\n，詳見 [http://creativecommons.org/licenses/by-nc/2.0/tw/](http://creativecommons.org/licenses/by-nc/2.0/tw/)\n\n\u003cbr/\u003e\n\n## 範例步驟\n### 1. 原圖\n![](img/readme/01.png)\n\n### 2. 切割\n![](img/readme/02.png)\n\n### 3. 設定\n![](img/readme/03.png)\n\n### 4. 執行\n![](img/readme/04.png)\n\n### 5. 結果\n![](img/readme/05.png)\n\n## 使用條件\n* Mac OS\n* 電腦要能跑 php\n* 圖片權限要可以 `讀取`\n* 專案目錄資料夾權限要可以 `讀寫`\n\n\u003cbr/\u003e\n\n## 使用方法\n* 將圖片放到 `img` 資料夾內\n* 修改 `edm.php` 檔案\n\t* 依照需求排版調整 `$layout` 變數\n\t* 如有要超鏈結的區塊，則修改 `$links` 變數\n* 打開 `終端機` 或 `瀏覽器` 執行 `edm.php`\n\t* 瀏覽器：`http://127.0.0.1/path../edm.html`\n\t* 瀏覽器：`php edm.html`\n* 檢視目錄，若成功則會出現 `mail.html` 檔案\n\n\u003cbr/\u003e\n\n## 參數說明\n* 變數\n\t* $layout - 由上而下的版型圖片，一個 [] 可以多個圖片\n\t* $links - 設定圖片的超鏈結\n* 常數\n\t* IMGDIR - 圖片資料夾\n\t* ISMINI - 是否壓縮 html\n\t* DEBUG - 是否檢視超鏈結是否正常\n\t* CONTENT - 信件內容文字\n\t* WIDTH - 寬度，若無設定以第一列圖片寬度總和為主\n\t* BASEURL - 圖片網址，若無則以相對位置顯示\n\t* IMGLINK - 圖片使用 # 超鏈結，若無則不使用\n\t* LN - 換行，若壓縮 html，則不換行","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foawu%2Fedmmaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foawu%2Fedmmaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foawu%2Fedmmaker/lists"}