Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 680 Bytes

CHANGELOG.md

File metadata and controls

26 lines (18 loc) · 680 Bytes

Cherry-request Changelog

v1.0.1 (2019-03-28)

  • Change Namespace

    Now you should use new namespace Cherry\HttpUtils\Request

  • Validate code in PHP CodeSniffer

    Code and comments has checked on PHP CodeSniffer

v1.0.0 (2019-02-25)

The first stable version

  • Package available on: composer require cherry-project/request

  • Class methods

    • getHeaders()
    • hasHeader()
    • getMethod()
    • getPath()
    • getScheme()
    • getQueryParams()
    • getQuery()
    • getData()