microsoft / kiota-abstractions
Abstractions for Kiota
Requires
- php: ^7.4 || ^8.0
- doctrine/annotations: ^1.13 || ^2.0
- open-telemetry/sdk: ^1.0.0
- php-http/promise: ~1.2.0
- psr/http-message: ^1.1 || ^2.0
- ramsey/uuid: ^3 || ^4
- stduritemplate/stduritemplate: ^0.0.53 || ^0.0.54 || ^0.0.55 || ^0.0.56 || ^0.0.57
Requires (Dev)
- phpstan/phpstan: ^1.2.0
- phpunit/phpunit: ^8.5.5 || ^9.3.5
- dev-main
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
- 0.9.1
- 0.9.0
- 0.8.5
- 0.8.4
- v0.8.3
- 0.8.2
- 0.8.1
- 0.8.0
- 0.7.1
- 0.7.0
- 0.6.7
- 0.6.6
- 0.6.5
- 0.6.4
- 0.6.3
- 0.6.2
- 0.6.1
- 0.6.0
- 0.5.0
- 0.4.4
- 0.4.3
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.0
- 0.1.0
- dev-release/abstractions
- dev-fix/composed-union-types
- dev-fix/random-bytes-bin2hex
- dev-fix/http-discovery
This package is auto-updated.
Last update: 2025-02-10 18:16:48 UTC
README
The Kiota abstractions Library for PHP is the PHP library defining the basic constructs Kiota projects need once an SDK has been generated from an OpenAPI definition.
A Kiota generated project will need a reference to the abstraction package to build and run.
Read more about Kiota here.
Using the Abstractions Library
run composer require microsoft/kiota-abstractions
or add the following to your composer.json
file:
{
"require": {
// x-release-please-start-version
"microsoft/kiota-abstractions": "^1.5.0"
// x-release-please-end
}
}
Contributing
This project welcomes contributions and suggestions. Issues and pull requests should be made against the kiota-php repository. This repository is only used for releases.
Trademarks
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.