Composer package from CoreLibs

This is just the lib/CoreLibs folder in a composer package.

For local install only

Setup

In the composer.json file add the following

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://git.egplusww.jp/Composer/CoreLibs-Composer-All"
        }
    ],
    "require": {
        "egrajp/corelibs-composer-all": "@dev"
    }
}
Description
CoreLibs composer repository with all CoreLibs packages Does not include Smarty which is needed for SmartyExtended class
Readme 6.5 MiB
Languages
PHP 97.2%
PLpgSQL 2.4%
Shell 0.4%