Skip to content

[WIP] Zf3 - #73

Open
raykolbe wants to merge 8 commits into
masterfrom
zf3
Open

[WIP] Zf3#73
raykolbe wants to merge 8 commits into
masterfrom
zf3

Conversation

@raykolbe

@raykolberaykolbe commented Nov 25, 2017

Copy link
Copy Markdown
Owner

Change Profile

QuestionAnswer
New featureyes
Bug fixno
BC breaksyes
Passing testsyes

Description

⚠️Work in progress: Upgrade to support ZF3.

Notable Breaking Changes

  • Namespace changed from DOMPDFModule to DompdfModule.
  • Service name change from DOMPDF to Dompdf.
  • No longer works with ZF2.
  • Moved source files from src/DOMPDFModule to src.
  • Moved Module.php to src/Module.php

Reason

Ensure continued support of ZF framework.

@raykolberaykolbe added this to the 0.6.0 milestone Nov 25, 2017
@raykolberaykolbe self-assigned this Nov 25, 2017
This was referenced Nov 25, 2017
Comment threadconfig/module.config.php Outdated
'ViewPdfStrategy' => __NAMESPACE__ . '\Mvc\Service\ViewPdfStrategyFactory',
'Dompdf' => Service\DompdfFactory::class,
'ViewPdfRenderer' => Mvc\Service\ViewPdfRendererFactory::class,
'ViewPdfStrategy' => Mvc\Service\ViewPdfRendererFactory::class

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@raykolbe This should read Mvc\Service\ViewPdfStrategyFactory::class rather than RendererFactory::class.

Copy link
Copy Markdown
OwnerAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch.

@svencan

svencan commented May 23, 2018

Copy link
Copy Markdown

Any update on this? It would be nice if this was finally usable via composer as 0.6.0.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@raykolbe@svencan@SamHutchinson90