We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d40e82 + 69280c5 commit f303d94Copy full SHA for f303d94
1 file changed
content/3.libraries/100.php/lpd.md
@@ -15,6 +15,10 @@ github: https://github.com/kduma-OSS/PHP-LPD
15
:u-button[Packagist]{icon="simple-icons:packagist" href="https://packagist.org/packages/kduma/lpd" target="_blank"}
16
::
17
18
+## Requirements
19
+
20
+- PHP `^8.3`
21
22
## Install
23
24
Via Composer
@@ -44,8 +48,8 @@ $ composer require kduma/lpd
44
48
For printing clear text use `TextJob` class:
45
49
``` php
46
50
$job = new KDuma\LPD\Client\Jobs\TextJob("This is content!");
47
-$job->appdendContent("\n");
-$job->appdendContent("And this is second line.");
51
+$job->appendContent("\n");
52
+$job->appendContent("And this is second line.");
53
```
54
55
#### File print job
0 commit comments