Clemens Schwaighofer 1203164d7e DB\IO: add convert types to php type (TTD-606)
Convert DB types to PHP types
Current settings:
- off
- on: int/bool on;y
- json: json strings to array
- numeric: and real/float to php float (possible precision loss)
- bytea: convert PostgreSQL bytea strings to php data strings
2023-06-13 11:54:53 +09:00
2023-05-31 16:50:21 +09:00
2023-06-05 18:32:58 +09:00
2023-02-17 13:15:55 +09:00
2023-05-31 16:50:21 +09:00
2023-02-28 18:04:42 +09:00

Composer package from CoreLibs

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

For local install only

Note: for following classes the egrajp/smarty-extended has to be installed

  • Template\SmartyExtended
  • Admin\EditBase

Setup from central composer

Setup from gitea internal servers

composer config repositories.git.egplusww.jp.Composer composer https://git.egplusww.jp/api/packages/Composer/composer

Alternative setup composer local zip file repot: composer config repositories.composer.egplusww.jp composer http://composer.egplusww.jp

Install package

composer require egrajp/corelibs-composer-all:^8.0

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%