- The repository was archived.
-
Implemented
PHP Mess Detector
to detect inconsistencies in code styles. -
Implemented
PHP Code Beautifier and Fixer
to fixing errors automatically. -
Implemented
PHP Coding Standards Fixer
to organize PHP code automatically according to PSR standards. -
Implemented
PSR-4 autoloader standard
from all library files. -
Implemented
PSR-2 coding standard
from all library PHP files. -
Implemented
PHPCS
to ensure that PHP code complies withPSR2
code standards. -
Implemented
Codacy
to automates code reviews and monitors code quality over time. -
Implemented
Codecov
to coverage reports.
-
Added
App\Modules\Request\Controller\Exception\RequestException
class. -
Added
App\Modules\Request\Controller\Exception\RequestException->__construct()
method. -
Added
App\Modules\Request\Controller\Launcher\Launcher
class. -
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\Request
class. -
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\Request
class. -
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.php
file. -
Added
config/server.php
file. -
Added
config/set-hooks.php
file. -
Added
config/tables.php
file. -
Added
request.php
file.