PHPackages                             maddin-68/cups-ipp - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. maddin-68/cups-ipp

ActiveLibrary[HTTP &amp; Networking](/categories/http)

maddin-68/cups-ipp
==================

CUPS Implementation of IPP - PHP Client API

v0.1(3y ago)016MITPHPPHP &gt;=7.4

Since Dec 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/maddin-68/cups-ipp)[ Packagist](https://packagist.org/packages/maddin-68/cups-ipp)[ RSS](/packages/maddin-68-cups-ipp/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (7)Versions (2)Used By (0)

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.

[![Build Status](https://camo.githubusercontent.com/e402a64130816b3ff6dc2f7f93339acd20a4e3529a264d8bfc12fe1ce06fcc7c/68747470733a2f2f7472617669732d63692e6f72672f6d616464696e2d36382f637570732d6970702e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/maddin-68/cups-ipp)[![Current Version](https://camo.githubusercontent.com/872393cff0f646bdcc9fa13d61ea62cfb44f6c302d899c8e0cc3acc0af6ec199/68747470733a2f2f706f7365722e707567782e6f72672f6d616464696e2d36382f637570732d6970702f762f737461626c652e706e67)](https://packagist.org/packages/maddin-68/cups-ipp)[![composer.lock](https://camo.githubusercontent.com/2ec290058d44ac9bf489e061157f58d091eeb5e72eb9fc362fd0a33527c3db59/68747470733a2f2f706f7365722e707567782e6f72672f6d616464696e2d36382f637570732d6970702f636f6d706f7365726c6f636b)](https://packagist.org/packages/maddin-68/cups-ipp)

[![Total Downloads](https://camo.githubusercontent.com/5b4ec1b15fa3f18fc9721af96640ac63222237f76c8a5903069f7e22e1ababeb/68747470733a2f2f706f7365722e707567782e6f72672f6d616464696e2d36382f637570732d6970702f646f776e6c6f6164732e706e67)](https://packagist.org/packages/maddin-68/cups-ipp)[![Monthly Downloads](https://camo.githubusercontent.com/ef074026d1c8454db2da6e1f61e1a8182102b04c8e2f6559cefb103b0473e36b/68747470733a2f2f706f7365722e707567782e6f72672f6d616464696e2d36382f637570732d6970702f642f6d6f6e74686c79)](https://packagist.org/packages/maddin-68/cups-ipp)[![Daily Downloads](https://camo.githubusercontent.com/b4332a960bc50d1d9f268af9a14c95b184514b4f833811ab30a7787c01f449d4/68747470733a2f2f706f7365722e707567782e6f72672f6d616464696e2d36382f637570732d6970702f642f6461696c79)](https://packagist.org/packages/maddin-68/cups-ipp)

Install via Composer
--------------------

[](#install-via-composer)

You can install the component using [Composer](https://getcomposer.org/).

```
composer require maddin-68/cups-ipp
```

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
------------

[](#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
--------------

[](#implementation)

### List printers

[](#list-printers)

```
