https://github.com/pear/pear-core-minimal
Minimal set of PEAR core files to be used as composer dependency
https://github.com/pear/pear-core-minimal
Last synced: about 1 year ago
JSON representation
Minimal set of PEAR core files to be used as composer dependency
- Host: GitHub
- URL: https://github.com/pear/pear-core-minimal
- Owner: pear
- Created: 2015-02-10T16:40:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-11-24T22:29:06.000Z (over 1 year ago)
- Last Synced: 2025-05-13T05:13:22.491Z (about 1 year ago)
- Language: PHP
- Size: 58.6 KB
- Stars: 77
- Watchers: 8
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
******************************
Minimal set of PEAR core files
******************************
This repository provides a set of files from ``pear-core``
that are often used in PEAR packages.
It follows the `pear-core`__ repository and gets updated whenever a new
PEAR version is released.
It's meant to be used as dependency for composer packages.
__ https://github.com/pear/pear-core
==============
Included files
==============
- ``OS/Guess.php``
- ``PEAR.php``
- ``PEAR/ErrorStack.php``
- ``System.php``