Uh oh!
There was an error while loading. Please reload this page.
Update Code to newer standards, requiring php 8.1 and fix deprecations - #12
Update Code to newer standards, requiring php 8.1 and fix deprecations#12AnnaDamm wants to merge 10 commits into
Conversation
@AnnaDamm Thank you for taking the time to make this change! Are you actively using this in any projects? I'd love to see where it's being used. :) Since most of the files showed up as deleted and recreated (ugh, git, right?), it is hard for me to evaluate what's changed here. Nothing looks off at first glance, but I'll need some time to consider this. In the meantime, can you also add a change to |
simensen
commented
Mar 4, 2024
Oh, to be clear, the |
@simensen Thanks for looking at it. They show up as changed because I moved the files according to psr-0 to psr-4. As to your question of where we use it: our company uses an hr tool with a REST-API that is using HAWK as their authentication method. We consume this API using your library here. it is also mentioned in their "how to use this rest api" documentation for php: https://documenter.getpostman.com/view/799228/absenceio-api-documentation/2Fwbis#authentication |
reinfi
commented
Jul 10, 2024
any news on this? Used this library for the same api that Anna mentioned but a lot of notices came up on PHP8.3. |
AnnaDamm
commented
Dec 27, 2024
@simensen Could you have a look at it again, please? |
fixes#11
more details, see CHANGELOG.md