Clemens Schwaighofer 4bac10bb42 Bug fix for checks, bug fix in config other, test host
Add test host soba-dev.tequila.jp, others will be added

config.other had errors with double define a constant

Supress phan/phpstan errors for ...array calls in methods
2021-12-01 10:58:23 +09:00
2021-11-02 09:33:04 +09:00
2013-12-11 15:58:37 +09:00
2018-01-10 10:58:04 +09:00
2021-10-22 11:14:00 +09:00

PHP Core Library

Code Standard

  • Uses PSR-12
  • tab indent instead of 4 spaces indent
  • Warning at 120 character length, error at 240 character length

General information

Base PHP class files to setup any project

  • login
  • database wrapper
  • basic helper class for debugging and other features
  • admin/frontend split
  • domain controlled database/settings split
  • dynamic layout groups

NOTE

There are three branches:

master

The active branch, which is the namespace branch

legacy

The old non namepsace format layout. This is fully deprecated and will no longer be maintaned. last tested PHP 5.6 and PHP 7.0

namespace

The new namespace branch. This is the development area for the master branch

Static checks

With phpstan phpstan

With phan phan --progress-bar -C --analyze-twice

pslam is setup but not configured

Description
Main development folder for the CoreLibs for PHP This one is not for composer package creation, the composer base package source is in the "composer" repository
Readme GPL-3.0 34 MiB
Languages
JavaScript 51.6%
PHP 42.3%
PLpgSQL 2.2%
CSS 1.6%
Smarty 0.7%
Other 1.6%