- The repository was archived.
-
Implemented
PHP Mess Detectorto detect inconsistencies in code styles. -
Implemented
PHP Code Beautifier and Fixerto fixing errors automatically. -
Implemented
PHP Coding Standards Fixerto organize PHP code automatically according to PSR standards. -
Implemented
PSR-4 autoloader standardfrom all library files. -
Implemented
PSR-2 coding standardfrom all library PHP files. -
Implemented
PHPCSto ensure that PHP code complies withPSR2code standards. -
Implemented
Codacyto automates code reviews and monitors code quality over time. -
Implemented
Codecovto coverage reports.
-
Added
App\Modules\Request\Controller\Exception\RequestExceptionclass. -
Added
App\Modules\Request\Controller\Exception\RequestException->__construct()method. -
Added
App\Modules\Request\Controller\Launcher\Launcherclass. -
Added
App\Modules\Request\Controller\Launcher\Launcher->init()method. -
Added
App\Modules\Request\Controller\Launcher\Launcher->getDatabaseId()method. -
Added
App\Modules\Request\Controller\Launcher\Launcher->activation()method. -
Added
App\Modules\Request\Controller\Launcher\Launcher->deactivation()method. -
Added
App\Modules\Request\Controller\Request\Requestclass. -
Added
App\Modules\Request\Controller\Request\Request->createTable()method. -
Added
App\Modules\Request\Controller\Request\Request->dropTable()method. -
Added
App\Modules\Request\Controller\Request\Request->insert()method. -
Added
App\Modules\Request\Model\Request\Requestclass. -
Added
App\Modules\Request\Model\Request\Request->__construct()method. -
Added
App\Modules\Request\Model\Request\Request->createTable()method. -
Added
App\Modules\Request\Model\Request\Request->dropTable()method. -
Added
App\Modules\Request\Model\Request\Request->insert()method. -
Added
config/namespaces.phpfile. -
Added
config/server.phpfile. -
Added
config/set-hooks.phpfile. -
Added
config/tables.phpfile. -
Added
request.phpfile.