Download

Download the latest version of PLib. The package also contains the PHP documentation which weights a couple of MB and if you'r cheap on space you can happily delete the directory named __plib which will save you a couple of MB.

If you wan't to read the documentation just add the following to a PHP file on your server and browse to it (of course this won't work if you've deleted the __plib directory) :

4 lines of PHP
  1. <?php
  2. require_once "PLib.php";
  3. PLib::PLibDoc();
  4. ?>

And there you have the documentation!