PHP Classes

File: CHANGELOG.md

Recommend this page to a friend!
  Classes of Josantonius   PHP HTTP Request Logger   CHANGELOG.md   Download  
File: CHANGELOG.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: PHP HTTP Request Logger
Store details about the HTTP request in a database
Author: By
Last change:
Date: 6 years ago
Size: 2,053 bytes
 

Contents

Class file image Download

CHANGELOG

1.0.1 - 2018-02-28

  • 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 with `PSR2` code standards.
  • Implemented `Codacy` to automates code reviews and monitors code quality over time.
  • Implemented `Codecov` to coverage reports.

1.0.0 - 2017-07-02

  • 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.