https://github.com/codekandis/authentication
`codekandis/authentication` is a library providing authentication adapters for various authentication methods.
https://github.com/codekandis/authentication
adapters authentication library php
Last synced: 12 months ago
JSON representation
`codekandis/authentication` is a library providing authentication adapters for various authentication methods.
- Host: GitHub
- URL: https://github.com/codekandis/authentication
- Owner: codekandis
- License: mit
- Created: 2020-09-27T12:11:52.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-02T10:23:15.000Z (almost 3 years ago)
- Last Synced: 2025-05-20T22:33:31.985Z (about 1 year ago)
- Topics: adapters, authentication, library, php
- Language: PHP
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# codekandis/authentication
[![Version][xtlink-version-badge]][srclink-changelog]
[![License][xtlink-license-badge]][srclink-license]
[![Minimum PHP Version][xtlink-php-version-badge]][xtlink-php-net]
![Code Coverage][xtlink-code-coverage-badge]
`codekandis/authentication` is a library providing authentication adapters for various authentication methods.
## Index
* [Installation](#installation)
## Installation
Install the latest version with
```bash
$ composer require codekandis/authentication
```
[xtlink-version-badge]: https://img.shields.io/badge/version-0.9.0-blue.svg
[xtlink-license-badge]: https://img.shields.io/badge/license-MIT-yellow.svg
[xtlink-php-version-badge]: https://img.shields.io/badge/php-%3E%3D%207.4-8892BF.svg
[xtlink-code-coverage-badge]: https://img.shields.io/badge/coverage-0%25-red.svg
[xtlink-php-net]: https://php.net
[srclink-changelog]: ./CHANGELOG.md
[srclink-license]: ./LICENSE