All Projects → jiminald → PHP-Printer

jiminald / PHP-Printer

Licence: BSD-4-Clause license
Print directly to a local printer from PHP

Projects that are alternatives of or similar to PHP-Printer

homebrew-extensions
🍻 Homebrew tap for PHP extensions
Stars: ✭ 264 (+473.91%)
Mutual labels:  pecl
skeleton-php-ext
Skeleton project for PHP extension (written in C)
Stars: ✭ 24 (-47.83%)
Mutual labels:  pecl
pecl-teds
Tentative Extra Data Structures for php
Stars: ✭ 25 (-45.65%)
Mutual labels:  pecl
php-zookeeper
A PHP extension for interfacing with Apache ZooKeeper
Stars: ✭ 143 (+210.87%)
Mutual labels:  pecl
php-printer-demo
基于php_printer扩展,实现PHP控制连接打印机。示例代码包括文字的打印、条码的打印、以及二维码打印的示例
Stars: ✭ 32 (-30.43%)
Mutual labels:  php-printer
ansible-role-php-pecl
Ansible Role - PHP PECL extension
Stars: ✭ 29 (-36.96%)
Mutual labels:  pecl
Ext Ds
An extension providing efficient data structures for PHP 7
Stars: ✭ 2,010 (+4269.57%)
Mutual labels:  pecl
Php Ext Xlswriter
🚀 PHP Extension for creating and reader XLSX files.
Stars: ✭ 1,734 (+3669.57%)
Mutual labels:  pecl
ext-psi
PHP System Interface (aka FFI)
Stars: ✭ 24 (-47.83%)
Mutual labels:  pecl
php aho corasick
Aho-Corasick string search algorithm PHP extension implementation.
Stars: ✭ 45 (-2.17%)
Mutual labels:  pecl
swoole
FastD Swoole 基础组件
Stars: ✭ 76 (+65.22%)
Mutual labels:  pecl
php-handlebars
PHP bindings for handlebars.c
Stars: ✭ 23 (-50%)
Mutual labels:  pecl
ext-pq
PostgreSQL client library (libpq) binding
Stars: ✭ 33 (-28.26%)
Mutual labels:  pecl
pharext
Distribute your PHP extension as self-installing phar executable
Stars: ✭ 57 (+23.91%)
Mutual labels:  pecl

PHP Printer

PHP Printer has been developed for Web and Command Line Applications that require direct access to Printers.

It is built upon the php_printer.dll found in the PHP PECL repositories. There was no release found in PECL, so php_printer.dll was downloaded from http://downloads.php.net/pierre/

Requirements

Before you install, make sure you have met the dependencies:

Windows XP or above PHP 5.3.x or above Installed php_printer.dll in you php.ini

How to Install

Copy php_printer.dll to your PHP\ext folder add the line to your php.ini file: extension=php_printer.dll

License

Read LICENSE file

Documentation

Read the notes in the code.

Known Issues

None so far

Contributing

Feel free to fork this project and enhance it as you see fit. Push back anything, it will all be considered

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].