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 2025Releases
latest 41-
3.0.407 Feb 2025Release notes
Open source →What's Changed
- Allow symfony/event-dispatcher:^7 version dependency by @SushilMallRC in #140
Full Changelog: 3.0.3...3.0.4
-
3.0.306 Aug 2024Release notes
Open source →What's Changed
- [mis] Remove username andd password from Demo files and added support of JWT by @SushilMallRC in #138
- Extract Truncated error response by @SushilMallRC in #139
Full Changelog: 3.0.2...3.0.3
-
3.0.205 Aug 2024Release notes
Open source →What's Changed
- Generate PHP Doc by @SushilMallRC in #130
- Add body param for delete request by @SushilMallRC in #136
- Remove PubNub SubscriptionTest by @SushilMallRC in #137
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:
- 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.
- 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:
- Review all instances of the delete method call in your codebase.
- 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
);` -
3.0.112 Mar 2024Release notes
Open source → -
3.0.031 May 2023Release notes
Open source →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
-
2.3.603 May 2023 -
2.3.516 Feb 2023 -
2.3.420 Jan 2023Release notes
Open source → -
2.3.315 Dec 2022 -
2.3.209 Aug 2022Release notes
Open source →Updates for improved compatibility with RingCentral Video and Analytics APIs.
-
2.3.125 Apr 2022Nothing published for this version
-
2.3.020 Jan 2022Nothing published for this version
-
2.2.516 Oct 2020Nothing published for this version
-
2.2.407 Mar 2020Nothing published for this version
-
2.2.307 Jun 2019Nothing published for this version
-
2.2.205 Jun 2019Nothing published for this version
-
2.2.126 Feb 2019Nothing published for this version
-
2.2.001 Feb 2019Nothing published for this version
-
2.1.306 Feb 2018Nothing published for this version
-
2.1.227 Sep 2017Nothing published for this version
-
2.1.121 Aug 2017Nothing published for this version
-
2.0.125 Apr 2017Nothing published for this version
-
2.0.004 Jan 2017Nothing published for this version
-
2.0.0-rc127 Jul 2016 pre-releaseNothing published for this version
-
1.1.111 Jan 2016Nothing published for this version
-
1.1.006 Oct 2015Nothing published for this version
-
1.0.126 Sep 2015Nothing published for this version
-
1.0.011 Sep 2015Nothing published for this version
-
0.5.027 Jul 2015Nothing published for this version
-
0.4.527 Jul 2015Nothing published for this version
-
0.4.427 Jul 2015Nothing published for this version
-
0.4.302 Jul 2015Nothing published for this version
-
0.4.222 Apr 2015Nothing published for this version
-
0.4.117 Apr 2015Nothing published for this version
-
0.3.024 Mar 2015Nothing published for this version
-
0.2.202 Mar 2015Nothing published for this version
-
0.2.127 Feb 2015Nothing published for this version
-
0.2.027 Feb 2015Nothing published for this version
-
0.1.227 Feb 2015Nothing published for this version
-
0.1.120 Feb 2015Nothing published for this version
-
0.1.020 Feb 2015Nothing published for this version