Skip to content

PHP Parser to deal with HTTP Accept, Accept-Language, Accept-Encoding, and Content-Type headers

License

Notifications You must be signed in to change notification settings

asispts/http-accept

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b9300ea · Sep 2, 2021

History

23 Commits
Sep 2, 2021
Sep 2, 2021
Sep 2, 2021
Sep 2, 2021
Sep 2, 2021
Sep 2, 2021
Aug 26, 2020
Sep 2, 2021
Sep 2, 2021
Aug 26, 2020
Aug 26, 2020
Aug 26, 2020

Repository files navigation

HTTP Accept

PHP Parser to deal with HTTP Accept, Accept-Language, Accept-Encoding, and Accept-Charset headers

Build License

Installation

Use composer to install the library.

composer require hnet/http-accept

Usage

Changelog

See CHANGELOG.md

Contributing

All form of contributions are welcome. You can report issues, fork the repo and submit pull requests.

For major changes, please open an issue first to discuss what you would like to change.

License

Released under Apache-2.0 License. See LICENSE file for more details.

Copyright 2020 Asis Pattisahusiwa

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.