Okta Sdk Php Versions Save

PHP SDK for the Okta API

1.3.0

3 years ago

Released March 3, 2021

Updates

  • Updates dependencies to latest possible versions
  • Support PHP 7.3+ AND PHP 8.0

Changes

  • Swaps tightenco/collect with illuminate/collections

Fixes

  • Test bugs
  • Fix Sami build

1.2.1

3 years ago

Released June 11, 2020

Updates

  • Allow for symfony/yaml ^3.2
  • Fixes scopes parsing in clientBuilder

1.2.0

4 years ago

Released Aug 9, 2019

Updates

  • Updates travis.yaml to test only php 7.2 - php 7.3
  • Updates required version of to be php 7.2
  • Updates package tightenco/collect to v5.8.31 ( Resolves #63 )
  • Updates package phpunit/phpunit to ^8.0
  • Updates symfony/yaml to ^4.3 (Resolves #62 )
  • Updates symfony/var-dumper to ^4.3 (Resolves #62 )
  • Updates nesbot/carbon to ^2.0 ( Resolves #64 )

Changes

  • Modifies all tests for setUp setUpBeforeClass tearDownAfterClass to have return type of void to fix errors after updating phpunit
  • Modifies operatorForWhere to have a default operator of null in the collect object as required from update to tightenco/collect
  • changes tests to use assertStringContainsStringIgnoreCase due to update of phpunit and deprecated methods
  • some whitespace changes for cleanup

1.1.0

5 years ago

Released August 21, 2018

  • Updates 3rd Party Notices
  • Now strips + from the cache key generation
  • Updates readme to remove alpha warning
  • Adds cron for travis to run integration tests
  • Merges IT's into release

1.0.0

6 years ago

Released February 6, 2018

  • Stable Version Release
  • Removes application key endpoint due to some restrictions in the API
  • Adds /logs endpoints
  • Adds Caching (psr-6 compliant) and flysystem/memory cache by default.
  • Updates to okta/openapi spec 0.13.0

0.2.0

6 years ago

Released December 6, 2017

  • Session management endpoints added
  • Factor management endpoints added

0.1.0

6 years ago

Released June 27, 2017

  • Initial Release of the Okta PHP SDK
  • User management endpoints added
  • Group management endpoints added
  • GroupRule management endpoints added