{"id":19647656,"url":"https://github.com/sojebsikder/laravel-html2pdf","last_synced_at":"2026-04-19T10:32:15.840Z","repository":{"id":62983156,"uuid":"564161206","full_name":"SojebSikder/laravel-html2pdf","owner":"SojebSikder","description":"This is a simple html2pdf converter package for laravel","archived":false,"fork":false,"pushed_at":"2022-11-10T06:32:30.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T00:35:10.449Z","etag":null,"topics":["html2pdf","laravel","laravel-package","pdf-converter"],"latest_commit_sha":null,"homepage":"","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/SojebSikder.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}},"created_at":"2022-11-10T05:43:32.000Z","updated_at":"2022-11-10T06:41:41.000Z","dependencies_parsed_at":"2022-11-10T09:15:21.739Z","dependency_job_id":null,"html_url":"https://github.com/SojebSikder/laravel-html2pdf","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/SojebSikder/laravel-html2pdf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SojebSikder%2Flaravel-html2pdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SojebSikder%2Flaravel-html2pdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SojebSikder%2Flaravel-html2pdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SojebSikder%2Flaravel-html2pdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SojebSikder","download_url":"https://codeload.github.com/SojebSikder/laravel-html2pdf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SojebSikder%2Flaravel-html2pdf/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265849011,"owners_count":23838195,"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":["html2pdf","laravel","laravel-package","pdf-converter"],"created_at":"2024-11-11T14:44:47.814Z","updated_at":"2026-04-19T10:32:15.803Z","avatar_url":"https://github.com/SojebSikder.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# laravel-html2pdf\n\nThis is a simple laravel package based on this https://github.com/SojebSikder/extra-power\n\n- It helps to convert html to pdf\n\n## Install\n\n```\ncomposer require sojebsikder/html2pdf\n```\n\n## Example:\n\nSave pdf as file\n\n```php\n    $html = new Html2pdf();\n    $html-\u003esetUrl('http://google.com');\n    return $html-\u003esaveAs('sojeb.pdf');\n```\n\nDownload pdf\n\n```php\n    $html = new Html2pdf();\n    $html-\u003esetUrl('http://google.com');\n    return $html-\u003edownload();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsojebsikder%2Flaravel-html2pdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsojebsikder%2Flaravel-html2pdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsojebsikder%2Flaravel-html2pdf/lists"}