PackageTrack
Sign in Get early access

ringcentral/ringcentral-php

RingCentral Platform PHP SDK

3.0.4 2.1M downloads/mo #1829 most downloaded on Packagist ringcentral/ringcentral-php

What this package is like to depend on

Last release 2 years ago

no release in 18 months

Release timing varies

gaps range from 4 weeks to 1.3 years

Some releases are documented

notes for 10 of 40 stable releases

Nothing withdrawn

no release was ever pulled

12 years old

41 releases · first in 2015

0 releases in the last 12 months

see the full history below

Release timeline

41 releases · Feb 2015 to Feb 2025
2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 41
  1. 3.0.4 07 Feb 2025
    Release notes

    What's Changed

    Full Changelog: 3.0.3...3.0.4

    Open source →
  2. 3.0.3 06 Aug 2024
    Release notes

    What's Changed

    Full Changelog: 3.0.2...3.0.3

    Open source →
  3. 3.0.2 05 Aug 2024
    Release notes

    What's Changed

    Full Changelog: 3.0.1...3.0.2

    Note:

    Breaking Change: Added $body Parameter to delete Method

    Change Summary:
    The delete method in our HTTP client now includes a new $body parameter. This change allows users to pass a request body with DELETE requests.

    Previous Method Signature:

    public function delete($url = '', $queryParameters = [], array $headers = [], $options = [])

    New Method Signature:

    public function delete($url = '', $body = null, $queryParameters = [], array $headers = [], $options = [])

    Impact on Existing Code:

    1. Existing code that calls the delete method without a $body argument will continue to function as before, as the $body parameter is optional and defaults to null.
    2. However, codebases that rely on positional arguments in method calls will need to update their calls to handle the new parameter, particularly if they are passing arguments that previously matched queryParameters, headers, or options.

    Recommended Action:

    1. Review all instances of the delete method call in your codebase.
    2. Update method calls to explicitly specify parameters using named arguments where necessary, especially if your code relies on the position of parameters after $url.

    Example After Changes with request body

    `$body = array(
    'records' => array(
    'id1',
    'id2'
    )
    );

    delete(
    'https://api.example.com/resource',
    $body,
    ['param1' => 'value'], // Query parameters
    ['Content-Type' => 'application/json'] // Headers
    );`

    Open source →
  4. 3.0.1 12 Mar 2024
    Release notes

    What's Changed

    Full Changelog: 3.0.0...3.0.1

    Open source →
  5. 3.0.0 31 May 2023
    Release notes

    What's Changed

    • feat: add WebSocket subscription support
    • misc: show deprecated warning at pubnub subscription
    • misc: show deprecated warning at password login

    Full Changelog: 2.3.6...3.0.0

    Open source →
  6. 2.3.6 03 May 2023
    Release notes

    Support PubNub library 6.x

    Open source →
  7. 2.3.5 16 Feb 2023
    Release notes

    updating exclude paths for endpoint URLs

    Open source →
  8. 2.3.4 20 Jan 2023
    Release notes

    What's Changed

    Full Changelog: 2.3.3...2.3.4

    Open source →
  9. 2.3.3 15 Dec 2022
    Release notes

    Adds support for the Conversational Intelligence APIs

    Open source →
  10. 2.3.2 09 Aug 2022
    Release notes

    Updates for improved compatibility with RingCentral Video and Analytics APIs.

    Open source →
  11. 2.3.1 25 Apr 2022

    Nothing published for this version

  12. 2.3.0 20 Jan 2022

    Nothing published for this version

  13. 2.2.5 16 Oct 2020

    Nothing published for this version

  14. 2.2.4 07 Mar 2020

    Nothing published for this version

  15. 2.2.3 07 Jun 2019

    Nothing published for this version

  16. 2.2.2 05 Jun 2019

    Nothing published for this version

  17. 2.2.1 26 Feb 2019

    Nothing published for this version

  18. 2.2.0 01 Feb 2019

    Nothing published for this version

  19. 2.1.3 06 Feb 2018

    Nothing published for this version

  20. 2.1.2 27 Sep 2017

    Nothing published for this version

  21. 2.1.1 21 Aug 2017

    Nothing published for this version

  22. 2.0.1 25 Apr 2017

    Nothing published for this version

  23. 2.0.0 04 Jan 2017

    Nothing published for this version

  24. 2.0.0-rc1 27 Jul 2016 pre-release

    Nothing published for this version

  25. 1.1.1 11 Jan 2016

    Nothing published for this version

  26. 1.1.0 06 Oct 2015

    Nothing published for this version

  27. 1.0.1 26 Sep 2015

    Nothing published for this version

  28. 1.0.0 11 Sep 2015

    Nothing published for this version

  29. 0.5.0 27 Jul 2015

    Nothing published for this version

  30. 0.4.5 27 Jul 2015

    Nothing published for this version

  31. 0.4.4 27 Jul 2015

    Nothing published for this version

  32. 0.4.3 02 Jul 2015

    Nothing published for this version

  33. 0.4.2 22 Apr 2015

    Nothing published for this version

  34. 0.4.1 17 Apr 2015

    Nothing published for this version

  35. 0.3.0 24 Mar 2015

    Nothing published for this version

  36. 0.2.2 02 Mar 2015

    Nothing published for this version

  37. 0.2.1 27 Feb 2015

    Nothing published for this version

  38. 0.2.0 27 Feb 2015

    Nothing published for this version

  39. 0.1.2 27 Feb 2015

    Nothing published for this version

  40. 0.1.1 20 Feb 2015

    Nothing published for this version

  41. 0.1.0 20 Feb 2015

    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