microsoft/kiota-serialization-form
PHP application/x-www-form-urlencoded serialization library for Microsoft Kiota generated SDKs. Adds support for form-encoded request/response payloads from compatible API endpoints; install via Composer and use alongside Kiota PHP projects.
application/x-www-form-urlencoded payloads (e.g., legacy systems, OAuth flows, or Microsoft Graph endpoints). Aligns with Kiota’s multi-language SDK ecosystem, reducing fragmentation if other teams use Kiota in TypeScript/Java/Python.kiota-serialization-json) and form-encoded APIs (e.g., for hybrid integrations).http_build_query()/parse_str() with optimized Kiota parsing (e.g., in high-throughput APIs).Adopt When:
application/x-www-form-urlencoded (e.g., OAuth 2.0 token endpoints, legacy SOAP wrappers, or Microsoft 365 APIs)."false" strings to bool(false) correctly, as fixed in v2.0.1).Look Elsewhere If:
kiota-serialization-json or native PHP libraries instead.Request handling or libraries like symfony/http-foundation.parse_str() may suffice.*"This package lets us standardize on Microsoft’s Kiota framework for API integrations, reducing technical
How can I help you explore Laravel packages today?