Download the PHP package support-site/cups-ipp without Composer
On this page you can find all versions of the php package support-site/cups-ipp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download support-site/cups-ipp
More information about support-site/cups-ipp
Files in support-site/cups-ipp
Package cups-ipp
Short Description CUPS Implementation of IPP - PHP Client API
License MIT
Informations about the package cups-ipp
Cups IPP
CUPS Implementation of IPP - PHP Client API
CUPS (Common Unix Printing System) is a modular printing system for Unix-like computer operating systems which allows a computer to act as a print server. A computer running CUPS is a host that can accept print jobs from client computers, process them, and send them to the appropriate printer.
Install via Composer
You can install the component using Composer.
`
Then, require the vendor/autoload.php
file to enable the autoloading mechanism provided by Composer.
Otherwise, your application won't be able to find the classes of this component.
Requirements
This library use unix sock connection: unix:///var/run/cups/cups.sock
First of all, check if you have correct access to this file: /var/run/cups/cups.sock
Implementation
List printers
``
List all printer's jobs
``
Create and send a new job
``
All versions of cups-ipp with dependencies
php-http/socket-client Version ^2.0
php-http/client-common Version ^2.1
php-http/message Version ^1.0
guzzlehttp/psr7 Version ^1.2
symfony/yaml Version ^3.2||^4.0||^5.0