Download the PHP package edstevo/laravel-integration-credentials without Composer
On this page you can find all versions of the php package edstevo/laravel-integration-credentials. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download edstevo/laravel-integration-credentials
More information about edstevo/laravel-integration-credentials
Files in edstevo/laravel-integration-credentials
Package laravel-integration-credentials
Short Description A small package to store integration credentials against Laravel models
License MIT
Homepage https://github.com/edstevo/laravel-integration-credentials
Informations about the package laravel-integration-credentials
Laravel Integration Credentials
Store integration credentials (provider/key/value) against any Eloquent model through a polymorphic relationship.
Installation
Migrations are auto-discovered and run with your normal php artisan migrate flow.
If you prefer publishing package migrations first:
Usage
Add the trait to any model that should own credentials:
Set and read credentials:
Use expirations:
Delete one credential or all credentials for a provider:
Query models by integration credential value:
Testing
Changelog
See CHANGELOG.md.
Contributing
See CONTRIBUTING.md.
Security
See SECURITY.md.
License
The MIT License (MIT). See LICENSE.md.
All versions of laravel-integration-credentials with dependencies
spatie/laravel-package-tools Version ^1.93
illuminate/contracts Version ^11.0||^12.0||^13.0