tvogels/fpdf

适用于 Symfony 的 Horde PDF

dev-master 2013-05-31 17:18 UTC

This package is not auto-updated.

Last update: 2024-09-25 10:53:16 UTC


README

使用 File_PDF v 1.48

设置

将以下行添加到您的 deps 文件中

[FilePDF]
   git=http://github.com/tvogels/filepdf.git
   target=filepdf

并添加到 app/autoload.php

$loader->registerPrefixes(array(
    ...
    'Horde_'        => __DIR__.'/../vendor/filepdf/lib',

现在运行 php bin/vendors updatephp bin/vendors install