{"id":23529880,"url":"https://github.com/mnvx/unoconv-laravel","last_synced_at":"2025-05-14T12:33:10.552Z","repository":{"id":57018562,"uuid":"79061456","full_name":"mnvx/unoconv-laravel","owner":"mnvx","description":null,"archived":false,"fork":false,"pushed_at":"2017-01-15T22:09:02.000Z","size":4,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T19:48:27.439Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/mnvx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-15T21:42:44.000Z","updated_at":"2023-08-02T03:19:52.000Z","dependencies_parsed_at":"2022-08-22T20:30:50.972Z","dependency_job_id":null,"html_url":"https://github.com/mnvx/unoconv-laravel","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnvx%2Funoconv-laravel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnvx%2Funoconv-laravel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnvx%2Funoconv-laravel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnvx%2Funoconv-laravel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mnvx","download_url":"https://codeload.github.com/mnvx/unoconv-laravel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254142199,"owners_count":22021480,"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":[],"created_at":"2024-12-25T21:14:06.310Z","updated_at":"2025-05-14T12:33:10.530Z","avatar_url":"https://github.com/mnvx.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Unoconv for Laravel 5\n\nSimple way for documents conversion into various formats.\n\nFor example: html -\u003e docx, html -\u003e pdf, docx -\u003e html and many more.\n\n## Usage\n\nUsing service provider:\n```\nuse Illuminate\\Support\\Facades\\App;\nuse Mnvx\\Unoconv\\ConverterInterface;\nuse Mnvx\\Unoconv\\Format;\nuse Mnvx\\Unoconv\\UnoconvParameters;\n\n$converter = App::make(ConverterInterface::class);\n$parameters = (new UnoconvParameters())\n    -\u003esetInputStream('test text')\n    -\u003esetOutputFormat(Format::FORMAT_TEXT_HTML);\necho $converter-\u003econvert($parameters);\n```\n\nUsing facade:\n```\nuse Mnvx\\Unoconv\\Format;\nuse Mnvx\\Unoconv\\UnoconvParameters;\nuse Mnvx\\UnoconvLaravel\\Facades\\Converter;\n\n$parameters = (new UnoconvParameters())\n    -\u003esetInputStream('test text')\n    -\u003esetOutputFormat(Format::FORMAT_TEXT_HTML);\necho Converter::convert($parameters);\n```\n## Installation\n\n```\ncomposer require mnvx/unoconv-laravel\n```\n\nMore about [PHP wrapper over Unoconv](https://github.com/mnvx/unoconv)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnvx%2Funoconv-laravel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmnvx%2Funoconv-laravel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnvx%2Funoconv-laravel/lists"}