- Notifications
You must be signed in to change notification settings - Fork9
Provides content-negotiation tools using Accept* headers.
License
auraphp/Aura.Accept
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Provides content-negotiation tools usingAccept*
headers.
This package is installable and PSR-4 autoloadable via Composer asaura/accept.
Alternatively,download a release, or clone this repository, then map theAura\Accept\
namespace to the packagesrc/
directory.
This package requires PHP 7.2 or later. It has been tested on PHP 7.2 - 8.1. We recommend using the latest available version of PHP as a matter of principle.
Aura library packages may sometimes depend on external interfaces, but never onexternal implementations. This allows compliance with community standardswithout compromising flexibility. For specifics, please examine the packagecomposer.json file.
To run thePHPUnit unit tests at the command line, issuecomposer install
and thenvendor/bin/phpunit
at the package root. This requiresComposer to be available ascomposer
.
This library attempts to comply withPSR-1,PSR-2, andPSR-4. Ifyou notice compliance oversights, please send a patch via pull request.
To ask questions, provide feedback, or otherwise communicate with the Aura community, please join ourGoogle Group, follow@auraphp on Twitter, or chat with us on #auraphp on Freenode.
This package is fully documentedhere.
About
Provides content-negotiation tools using Accept* headers.