Skip to content

lesjoursfr/hapiclient-php

This branch is 42 commits ahead of SlimPay/hapiclient-php-guzzle7:master.

Folders and files

NameName
Last commit message
Last commit date
Feb 14, 2025
Oct 7, 2022
Oct 7, 2022
Feb 14, 2025
Feb 14, 2025
Oct 7, 2022
Oct 7, 2022
Oct 7, 2022
Oct 7, 2022
Feb 3, 2021
Oct 7, 2022
Mar 1, 2025
Oct 7, 2022

Repository files navigation

HAPI Client

An HTTP Client implementing the HAL specification. This project is a fork of the original Slimpay PHP HAPI client project rewrited to fix an issue with Guzzle 7.

Installation

composer install lesjoursfr/hapiclient-php

Documentation

The documentation is available here

Development only

To install the Symphony PHP CS you have to run the following commands (assuming you have downloaded composer.phar) :

php composer.phar install
vendor/bin/phpcs --config-set installed_paths vendor/escapestudios/symfony2-coding-standard

Then you can check the code style with the following command

vendor/squizlabs/php_codesniffer/bin/phpcs --standard=./phpcs.xml --no-cache --parallel=1 ./src ./tests

To generate the documentation you have to run (assuming you have downloaded phpDocumentor.phar) :

php phpDocumentor.phar run -d src/ -t docs

About

HAPI Client for PHP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.8%
  • JavaScript 0.2%