Clemens Schwaighofer 552854b90e Fix namespace in composer file, add readme + test file
Corelibs -> CoreLibs

test/ folder for test files (future phpunit test)
2023-02-16 13:02:27 +09:00

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
All CoreLibs classes in one composer package In future will be replaced by each class in a separate composer package and then grouped together in one main class. Development is in "development" repository
Readme 3.5 MiB
Languages
PHP 97.2%
PLpgSQL 2.4%
Shell 0.4%