Install SetaPDF With Composer2014-05-07
All our SetaPDF components in their version 2 branch can be installed with Composer as of now. It's simply done by adding our repository and the dependency info to a projects config.json file: Installation With Composer
Furthermore the usage of Composer in an evaluation period will automatically resolve, install and load an evaluation license. You don't have to worry about downloading both packages manually.
The individual package names and detailed config.json examples can be found on each products download page or in your personal pickup depot (login and valid/active licenses required).
A Simple Example
{ "require": { "setasign/setapdf-core": "2.*" }, "repositories": [ { "type": "composer", "url": "http://www.setasign.com/downloads/" } ] }