README.rst 645 B

1234567891011121314151617181920212223242526
  1. ******************************
  2. Minimal set of PEAR core files
  3. ******************************
  4. This repository provides a set of files from ``pear-core``
  5. that are often used in PEAR packages.
  6. It follows the `pear-core`__ repository and gets updated whenever a new
  7. PEAR version is released.
  8. It's meant to be used as dependency for composer packages.
  9. __ https://github.com/pear/pear-core
  10. ==============
  11. Included files
  12. ==============
  13. - ``OS/Guess.php``
  14. - ``PEAR.php``
  15. - ``PEAR/Error.php``
  16. - ``PEAR/ErrorStack.php``
  17. - ``System.php``
  18. ``PEAR/Error.php`` is a dummy file that only includes ``PEAR.php``,
  19. to make autoloaders work without problems.