Skip to content

pear/pear-core-minimal

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 

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.

Included files

  • OS/Guess.php
  • PEAR.php
  • PEAR/Error.php
  • PEAR/ErrorStack.php
  • System.php

PEAR/Error.php is a dummy file that only includes PEAR.php, to make autoloaders work without problems.