|
1 | | -PrintNode-PHP |
| 1 | +🚀 PrintNode for PHP |
2 | 2 | ============= |
3 | 3 |
|
| 4 | +[![GitHub Release][ico-release]][link-github-release] |
| 5 | +[![License][ico-license]](LICENSE) |
| 6 | + |
| 7 | +## Disclaimer |
| 8 | +This package was originally maintained by [PrintNode](https://github.com/PrintNode/PrintNode-PHP) but is now currently unmaintained. |
| 9 | + |
| 10 | +All credits go to the team @ [printnode.com](https://www.printnode.com/en) |
| 11 | + |
| 12 | +## Introduction |
| 13 | + |
4 | 14 | PrintNode is a cloud printing services which allows you to connect any printer to your application using our PrintNode Client and easy to use JSON API. |
5 | 15 |
|
6 | 16 | See www.printnode.com for more information. |
7 | 17 |
|
8 | 18 | This quick start guide covers using the PHP API library. It shows how to find which Computers and Printers you have available for printing and how you can submit PrintJobs using the provided PHP API libraries. |
9 | 19 |
|
10 | | -## Step 1: Sign Up |
11 | | -Before you can use the API, you will need to sign up to PrintNode account, and make a new API key. You can sign up here https://app.printnode.com/account/register |
| 20 | +## Installation |
12 | 21 |
|
13 | | -## Step 2: Add a computer and printer |
14 | | -To have somewhere to print to you need to download and install the PrintNode desktop client on a computer with some printers. You can download the PrintNode Client installer here - www.printnode.com/download . It should be intuitive to setup but for more detailed instructions please see here: https://www.printnode.com/docs/installation/windows/ . |
15 | | - |
16 | | -## Step 3: Install library |
17 | | - |
18 | | -### Download the PHP Library |
19 | | -You can download the client from our Github account. If you have a git client installed locally, you can clone our repository |
| 22 | +### Sign Up |
| 23 | +Before you can use the API, you will need to sign up to PrintNode account, and make a new API key. You can sign up here https://app.printnode.com/account/register |
20 | 24 |
|
21 | | -https://github.com/PrintNode/PrintNode-PHP/archive/master.zip |
| 25 | +### Add a computer and printer |
| 26 | +To have somewhere to print to you need to download and install the PrintNode desktop client on a computer with some printers. You can download the PrintNode Client installer here - www.printnode.com/download . It should be intuitive to setup but for more detailed instructions please see here: https://www.printnode.com/docs/installation/windows/. |
22 | 27 |
|
23 | | -### Install via composer |
| 28 | +### Composer |
24 | 29 |
|
25 | 30 | ```bash |
26 | | -composer require PrintNode/printnode-php:dev-master |
| 31 | +$ composer require culturekings/printnode-php |
27 | 32 | ``` |
28 | 33 |
|
29 | | -## Step 4: See examples how to use this library |
| 34 | +## Examples |
| 35 | + |
| 36 | +See the [./examples](./examples) directory to learn how to use this library. |
30 | 37 |
|
31 | | -See `examples` directory to learn how to use this library. |
| 38 | +[ico-release]: https://img.shields.io/github/tag/culturekings/printnode-php.svg |
| 39 | +[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg |
| 40 | +[link-github-release]: https://github.com/culturekings/printnode-php/releases |
0 commit comments