PHPackages                             carcarlo777/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. carcarlo777/cups-ipp

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

carcarlo777/cups-ipp
====================

CUPS Implementation of IPP - PHP Client API

01PHP

Since Jun 13Pushed 1y agoCompare

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

READMEChangelogDependenciesVersions (1)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/50df1d65d69c6226cf46df107201caff81b42ca2bfe13a33f33a7b0c241d536d/68747470733a2f2f7472617669732d63692e6f72672f736d616c6f742f637570732d6970702e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/smalot/cups-ipp)[![Current Version](https://camo.githubusercontent.com/6ce5c0a73b3c34a3ee779b53bffc7e2e8826238f535dd2793024a01b2a7b4b37/68747470733a2f2f706f7365722e707567782e6f72672f736d616c6f742f637570732d6970702f762f737461626c652e706e67)](https://packagist.org/packages/smalot/cups-ipp)[![composer.lock](https://camo.githubusercontent.com/dbc8cd2700bcbe5ee3caacf8b097d0676bafc1968b7af370df1bcfdeac25d19f/68747470733a2f2f706f7365722e707567782e6f72672f736d616c6f742f637570732d6970702f636f6d706f7365726c6f636b)](https://packagist.org/packages/smalot/cups-ipp)

[![Total Downloads](https://camo.githubusercontent.com/8a8da26016dd2fe11fafa6c7341aa86dafc67ef5cc0643246990f2f3145c5601/68747470733a2f2f706f7365722e707567782e6f72672f736d616c6f742f637570732d6970702f646f776e6c6f6164732e706e67)](https://packagist.org/packages/smalot/cups-ipp)[![Monthly Downloads](https://camo.githubusercontent.com/2f824161ed5cf529abe3c5dd1f95a3b90391ad06eb9ef92c96325526c07625cd/68747470733a2f2f706f7365722e707567782e6f72672f736d616c6f742f637570732d6970702f642f6d6f6e74686c79)](https://packagist.org/packages/smalot/cups-ipp)[![Daily Downloads](https://camo.githubusercontent.com/2d3012f0c9fff51f87b25a74de0c165634be16739f5316eb678a23c005a40b1a/68747470733a2f2f706f7365722e707567782e6f72672f736d616c6f742f637570732d6970702f642f6461696c79)](https://packagist.org/packages/smalot/cups-ipp)

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

[](#install-via-composer)

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

```
composer require julianosorio078/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)

```
