Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The Kinde PHP SDK provides two main clients:
## Installation

```bash
composer require kinde-oss/kinde-php-sdk
composer require kinde-oss/kinde-auth-php
```

Comment on lines 12 to 17
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Verification agent

🧩 Analysis chain

Quick scan to catch any lingering old package names.

Run to ensure no references to kinde-php-sdk or kinde-oss/kinde-php-sdk remain.


🏁 Script executed:

#!/bin/bash
rg -nP '(kinde-php-sdk|kinde-oss/kinde-php-sdk)'

Length of output: 927


Replace lingering references to the old kinde-php-sdk package
Update all instances of kinde-php-sdk or kinde-oss/kinde-php-sdk to the new kinde-oss/kinde-auth-php in:

  • run-tests.sh
  • run-examples.sh
  • playground/README.md, playground/symfony/README.md, playground/codeigniter/README.md
  • NAMESPACE_FIX.md
🤖 Prompt for AI Agents
In README.md around lines 12 to 17, there are lingering references to the old
package name; search for and replace all instances of "kinde-php-sdk" and
"kinde-oss/kinde-php-sdk" with "kinde-oss/kinde-auth-php" across the repository
(specifically update run-tests.sh, run-examples.sh, playground/README.md,
playground/symfony/README.md, playground/codeigniter/README.md, and
NAMESPACE_FIX.md), update any composer require lines, script invocations, and
docs to use the new package name, and confirm consistency by running the scripts
that reference the package.

## Quick Start
Expand Down