mite-php

Interact with mite from your PHP application.

MIT License

Downloads
1K
Stars
8
Committers
3
mite-php - 3.2.0 Latest Release

Published by jeromegamez 7 months ago

Added support for PHP 8.3

mite-php - 3.1.0

Published by jeromegamez over 1 year ago

  • Removed psr/http-message as a direct dependency.
  • Fixed return type annotations for endpoints returning lists
mite-php - 3.0.0

Published by jeromegamez over 1 year ago

Dropped support for PHP <8.1

mite-php - 2.1.0

Published by jeromegamez over 1 year ago

Changed API domain from mite.yo.lk to mite.de(see mite.de blog post) (#5)

mite-php - 2.0.1

Published by jeromegamez over 3 years ago

  • Fixed typo in HttpApiClient causing invalid host names (#2)

Thanks to @LordSimal for the fix!

mite-php - 2.0

Published by jeromegamez over 3 years ago

  • Dropped support for PHP <7.4
  • Removed the GuzzleApiClient implementation, because Guzzle implements PSR-18 since release 7.0. If you used the GuzzleApiClient, please refer to the updated installation instructions in the README.
mite-php - 1.1.1

Published by jeromegamez over 3 years ago

Fixed data being used as URL params for POST and PATCH requests

mite-php - 1.1

Published by jeromegamez over 3 years ago

  • Added support for PHP 8.0
  • The signatures of the following methods have changed
    • GuzzleApiClient::with(string $accountName, string $apiKey, GuzzleClientInterface $client = null)
      • Removed the $options parameter. If you want to modify the behaviour of the underlying GuzzleHTTP client,
        configure it directly.
    • HttpApiClient::with(string $accountName, string $apiKey, ClientInterface $client, RequestFactoryInterface $requestFactory)
      • Removed the $options parameter. If you want to modify the behaviour of the underlying HTTP client,
        configure it directly.
mite-php - 1.0.1

Published by jeromegamez almost 6 years ago

Removed superfluous bracket in the API client's user agent string

mite-php - 1.0

Published by jeromegamez almost 6 years ago

Initial release