PackageTrack
Sign in Get early access

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 2026
2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 15
  1. 1.11.0 26 Jun 2026
    Release notes

    What's Changed

    • Align SoapHeader(s) configurator type with namespaced_element by @veewee in #17

    Full Changelog: 1.10.0...1.11.0

    Open source →
  2. 1.10.0 27 Mar 2026
    Release notes

    What's Changed

    • Upgrade to veewee/xml v4 with PHP 8.4+ minimum by @veewee in #15

    Full Changelog: 1.9.0...1.10.0

    Open source →
  3. 1.9.0 20 Oct 2025
    Release notes

    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

    Open source →
  4. 1.8.0 25 Oct 2024
    Release notes

    What's Changed

    Full Changelog: 1.7.0...1.8.0

    Open source →
  5. 1.7.0 06 Jun 2024
    Release notes

    What's Changed

    Full Changelog: 1.6.0...1.7.0

    Open source →
  6. 1.6.0 14 Mar 2024
    Release notes

    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

    Open source →
  7. 1.5.0 24 Nov 2023
    Release notes

    What's Changed

    Full Changelog: v1.4.0...1.5.0

    Open source →
  8. v1.4.0 25 Nov 2022
    Release notes

    What's Changed

    Full Changelog: 1.3.1...v1.4.0

    Open source →
  9. 1.3.1 11 Mar 2022
    Release notes

    What's Changed

    • Add envelope xmlns namespaces by @veewee in #4

    Full Changelog: v1.3.0...1.3.1

    Open source →
  10. v1.3.0 28 Jan 2022
    Release notes

    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));
    Open source →
  11. v1.2.0 26 Nov 2021

    Nothing published for this version

  12. v1.1.1 29 Oct 2021

    Nothing published for this version

  13. v1.1.0 24 Sep 2021

    Nothing published for this version

  14. v1.0.0 no date

    Nothing published for this version

  15. v0.1.0 08 Jul 2021

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive