2017 © Pedro PelĂĄez
 

library pdfreactor

Library for the PDFreactor PHP wrapper

image

b13/pdfreactor

Library for the PDFreactor PHP wrapper

  • Wednesday, July 26, 2017
  • by b13
  • Repository
  • 5 Watchers
  • 0 Stars
  • 779 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 16 % Grown

The README.md

RealObjects PDFreactorÂź PHP wrapper

PHP wrapper API for PDFreactor (PHP include, PHP sample), put into a composer-compatible library package which autoloads the PDFreactor wrapper., (*1)

Used from PDFreactor.com / Version 9.0.9411.6, 2017-07-06, (*2)

Please note that by installing and using PDFreactor itself (not the wrapper) you agree to the license, terms and conditions of PDFreactor.com., (*3)

This package is not affiliated with RealObjects or PDFreactor., (*4)

Usage

Use composer to install the library via composer require b13/pdfreactor., (*5)

In an ideal world, you then have your composer-based application and just use it like this:, (*6)

$pdfReactor = new PDFreactor('http://yourServer:9423/service/rest');

or via .env logic, (*7)

$pdfReactor = new PDFreactor(getenv('PDFREACTOR_API_ENDPOINT'));

as the class is already available via the composer autoloader., (*8)

The default example taken from PDFreactor can be found under example/sample.php., (*9)

License

The PDFreactor wrapper library is licensed under MIT, see LICENSE file for more details., (*10)

The Versions

26/07 2017

dev-master

9999999-dev

Library for the PDFreactor PHP wrapper

  Sources   Download

MIT

The Requires

  • php >=5.3

 

by Benni Mack

pdf pdfreactor

26/07 2017

v1.0.0

1.0.0.0

Library for the PDFreactor PHP wrapper

  Sources   Download

MIT

The Requires

  • php >=5.3

 

by Benni Mack

pdf pdfreactor