php-soap/xml
XML wrappers for SOAP
1.11.0
4.2M downloads/mo
#2148 most downloaded on Packagist
php-soap/xml
What this package is like to depend on
Last release 1 months ago
26 Jun 2026
Release timing varies
gaps range from 4 weeks to 12 months
Most releases are documented
notes for 10 of 15 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
15 releases · first in 2021
3 releases in the last 12 months
see the full history below
Release timeline
14 releases · Jul 2021 to Jun 2026Releases
latest 15-
1.11.026 Jun 2026 -
1.10.027 Mar 2026 -
1.9.020 Oct 2025Release notes
Open source →What's Changed
- Update phpunit/phpunit requirement from ^10.0 to ^10.0 || ^11.0 by @dependabot[bot] in #12
- Php 85 upgrade by @veewee in #14
Full Changelog: 1.8.0...1.9.0
-
1.8.025 Oct 2024Release notes
Open source → -
1.7.006 Jun 2024Release notes
Open source → -
1.6.014 Mar 2024Release notes
Open source →What's Changed
- Update veewee/xml requirement from ^2.2 to ^2.2 || ^3.0 by @dependabot in #8
New Contributors
- @dependabot made their first contribution in #8
Full Changelog: 1.5.0...1.6.0
-
1.5.024 Nov 2023Release notes
Open source → -
v1.4.025 Nov 2022Release notes
Open source → -
1.3.111 Mar 2022Release notes
Open source → -
v1.3.028 Jan 2022Release notes
Open source →What's Changed
Full Changelog: v1.2.0...v1.3.0
New features
Header builders
$builder = new SoapHeaders( new SoapHeader( $targetNamespace, 'x:Auth', children( namespaced_element($targetNamespace, 'x:user', value('josbos')), namespaced_element($targetNamespace, 'x:password', value('topsecret')) ), // Optionally, you can provide additional configurators for setting // SOAP-ENV specific attributes: Actor::next(), new MustUnderstand() ), $header2, $header3 ); $headers = $doc->build($builder); $doc->manipulate(new PrependSoapHeaders(...$headers));
-
v1.2.026 Nov 2021Nothing published for this version
-
v1.1.129 Oct 2021Nothing published for this version
-
v1.1.024 Sep 2021Nothing published for this version
-
v1.0.0no dateNothing published for this version
-
v0.1.008 Jul 2021Nothing published for this version