{"id":21757813,"url":"https://github.com/sanwebinfo/valentines-day","last_synced_at":"2026-04-28T13:33:19.364Z","repository":{"id":220675559,"uuid":"752262996","full_name":"sanwebinfo/valentines-day","owner":"sanwebinfo","description":"Happy Valentine's Day Terminal Style Wish image ❤️ Impress your Partner ❤️ - Built using PHP 💗 ","archived":false,"fork":false,"pushed_at":"2024-02-13T13:27:52.000Z","size":311,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-10T05:44:33.754Z","etag":null,"topics":["cli","festival","greetings","kavithai","lovers","og-image","php","php-cli","tamil","valentine","valentine-day","valentine-gift","valentines","valentines-day","wishes","wishes-images"],"latest_commit_sha":null,"homepage":"https://love.sanweb.info","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sanwebinfo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2024-02-03T14:17:19.000Z","updated_at":"2025-02-08T18:28:44.000Z","dependencies_parsed_at":"2024-02-03T15:29:13.754Z","dependency_job_id":"f3053b08-7ac6-4c0f-8df0-77932891ab68","html_url":"https://github.com/sanwebinfo/valentines-day","commit_stats":null,"previous_names":["sanwebinfo/valentines-day"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sanwebinfo/valentines-day","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanwebinfo%2Fvalentines-day","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanwebinfo%2Fvalentines-day/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanwebinfo%2Fvalentines-day/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanwebinfo%2Fvalentines-day/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sanwebinfo","download_url":"https://codeload.github.com/sanwebinfo/valentines-day/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanwebinfo%2Fvalentines-day/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263105758,"owners_count":23414722,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cli","festival","greetings","kavithai","lovers","og-image","php","php-cli","tamil","valentine","valentine-day","valentine-gift","valentines","valentines-day","wishes","wishes-images"],"created_at":"2024-11-26T11:17:11.930Z","updated_at":"2026-04-28T13:33:14.339Z","avatar_url":"https://github.com/sanwebinfo.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Valentine's Day 💜  \n\nHappy Valentine's Day Terminal Style Wish image ❤️ Impress your Partner ❤️  \n\nFree Online Valentine's Day Card Maker - Valentine' Day Greeting Image Generator with Name.  \n\n\u003e Linux Terminal Style valentine's day wishes - Built using PHP 💗  \n\n![valentine's day wishes](https://raw.githubusercontent.com/sanwebinfo/valentines-day/main/valentines-day.jpg)  \n\n## Built using\n\n- PHP\n- Bulma CSS\n- `html2canvas` for convert HTML Content to image\n- `Imagick` for OG image Generation\n\n## usage\n\n- Clone or download this repo\n\n```sh\ngit clone https://github.com/sanwebinfo/valentines-day\ncd valentines-day\n\n## Start local server\nphp -S localhost:6003\n```\n\n- Generate Terminal Style Greeting image\n\n```sh\n\n## Set Execute Permission\nchmod a+x cli\n\n## run this Below commands on terminal\nphp cli create\nphp cli greeting\n\nor \n\n./cli create\n./cli greeting\n\n```\n\n- Enter your Partner name and get the Greeting Page URL\n- you can also Create a Greeting image from webpage too\n\n```sh\n## Open URL in webpage\nhttp://localhost:6003/\n\n## Enter your Partner Name in Form and Click Button to Generate the Greeting image\nhttp://localhost:6003/?name=partnername\n\n```\n\n- **it supports English Letters, Numbers and Selected Symbols**\n- Done\n\n## OG image\n\n- if you wanna an OG image then use it like this\n\n```sh\nhttp://localhost:6003/og/?title=partnername\n```\n\n- it require `php-imagick` and `imagemagick` Packages\n\n```sh\n\n## install both packages\nsudo apt install imagemagick\nsudo apt-get install php-imagick\n```\n\n![love-sanweb-info-GId1GAhbzR](https://github.com/sanwebinfo/valentines-day/assets/10300271/d58daa21-0285-4772-a130-7e4a73bf9548)\n\n## SEO Friendly URL\n\n- **nginx** SEO Friendly URL\n\n```sh\nlocation / {\ntry_files $uri $uri/ =404 @rewriteurl;\n  #try_files $uri $uri/ /index.php?$args;\n}\n\nlocation @rewriteurl {\n    rewrite ^/(.*)$ /?name=$1;\n}\n```\n\n- **`https://example.com/?name=partnername` to `https://example.com/partnername`**\n\n## Free Deploy 😍\n\n- Deploy it on Vercel\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fsanwebinfo%2Fvalentines-day)\n\n```sh\nhttps://example.vercel.app/?name=partnername\n```\n\n- you can also host it on your server - just upload the `index.php` file\n\n## Other tools\n\n- Love Calculator : `http://localhost:6003/calculator`\n- Love Calculator CLI : `php love yourname partnername`\n\n## Credits\n\nTerminal Concept - \u003chttps://github.com/fobabs/ubuntu-terminal\u003e\n\n## LICENESE\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanwebinfo%2Fvalentines-day","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanwebinfo%2Fvalentines-day","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanwebinfo%2Fvalentines-day/lists"}