okta / okta-sdk-php

PHP SDK for the Okta API
Apache License 2.0
38 stars 71 forks source link

Laravel 9 support #138

Open AndrewHnidets opened 2 years ago

AndrewHnidets commented 2 years ago

Need laravel 9 support. At least "illuminate/collections": "^9.0", probably "php": "^8.0", maybe something more

laura-rodriguez commented 2 years ago

Hi @AndrewHnidets,

Thanks for your request. I'll let the corresponding team know and prioritize accordingly.

eXist73 commented 2 years ago

I'm having the same issue on Laravel 8. Specifically version 8.54

wishtree-jpandya commented 2 years ago

@laura-rodriguez Any update on this? I am trying to install it but getting conflicts same as #123

devilwacause commented 1 year ago

@laura-rodriguez Need update on this. Cannot install in laravel 9 due to dependencies.

Problem 1

laura-rodriguez commented 1 year ago

Hi there! I'm currently waiting for details from our team. We'll respond as soon as there is more information to share.

bjr-okta commented 1 year ago

@devilwacause Thank you for reaching out about the desire for Laravel 9. At this point, our PHP repositories and libraries have been placed on security patch only mode.

We're excited about the acquisition of Auth0 to bring you better support in PHP. This repo will be placed into security patch only mode and we will not be adding any further features. If you are looking for an API that is not supported in this library, please call the API directly. Our documentation for the supported Management APIs are located here: https://developer.okta.com/docs/reference/core-okta-api/. Please reach out to the DevForum for any questions.

For your needs, what I can suggest to get you unblocked is creating a fork of this library. If you have further questions or need some assistance, You can always reach out to support@okta.com

RajulaRafi commented 1 year ago

@laura-rodriguez

I am also facing this issue. Is there any update on this? Problem 1

devilwacause commented 1 year ago

@RajulaRafi - I ultimately had to build out my own API Wrappers. I dont believe we are going to see much movement on this by Okta.

sabin2hats commented 1 year ago

I had forked the okta package and updated the composer.json to laravel 9 then tried to add that to my laravel 9 app , but was getting errors.

Can anyone help with an updated package which suits laravel 9 ? Thanks in advance.