Skip to content

b4upradeep/Pdf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mermshaus/Pdf -- A PHP library for working with PDF documents

    *** This is an early release. It is NOT intended for production use.
        Interfaces WILL change. ***

This package ("mermshaus/Pdf") is free software: you can redistribute it and/or
modify it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or (at your
option) any later version. See COPYING for full license info.

Copyright 2013 Marc Ermshaus <http://www.ermshaus.org/>


Setup
=====

    $ curl -s http://getcomposer.org/installer | php
    $ php composer.phar install


Quality assurance
=================

Run all tools from this file's directory. The tools need to be available on your
system.

Unit tests:

    $ phpunit .
    $ phpunit --testdox .

Code analysis:

    $ phpmd ./src text codesize,design,naming

About

A PHP library for working with PDF documents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%