Skip to content

Releases: php-soap/xml

Version 1.7.0

06 Jun 08:02
1.7.0
c963df2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.0...1.7.0

Version 1.6.0

14 Mar 07:25
1.6.0
73830f6
Compare
Choose a tag to compare

What's Changed

  • Update veewee/xml requirement from ^2.2 to ^2.2 || ^3.0 by @dependabot in #8

New Contributors

Full Changelog: 1.5.0...1.6.0

Version 1.5.0

24 Nov 06:54
1.5.0
6c65aa1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...1.5.0

Version 1.4.0

25 Nov 06:12
v1.4.0
fb32fc6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.1...v1.4.0

Version 1.3.1

11 Mar 15:55
1.3.1
7201b06
Compare
Choose a tag to compare

What's Changed

  • Add envelope xmlns namespaces by @veewee in #4

Full Changelog: v1.3.0...1.3.1

v1.3.0

28 Jan 12:43
v1.3.0
dcf466d
Compare
Choose a tag to compare

What's Changed

  • Add shortcut functions for applying headers by @veewee in #3

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));

Release 1.2.0

26 Nov 10:07
v1.2.0
e376d75
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.2.0

Version 1.1.1

29 Oct 13:56
v1.1.1
5e51deb
Compare
Choose a tag to compare

Tagged invalid version 1.1.0 - this is the real one!

Release 1.1.0

29 Oct 13:28
v1.1.0
Compare
Choose a tag to compare

Version 1.0.0

24 Sep 06:47
v1.0.0
Compare
Choose a tag to compare