specinweb / auth
Social Connection Auth Component
3.2.42
2024-05-07 14:39 UTC
Requires
- php: >=7.1
- ext-json: *
- ext-mbstring: *
- psr/http-client: ^1.0 || ^2.0
- psr/http-factory: ^1.0 || ^2.0
- psr/simple-cache: ^1.0 || ^2.0
- socialconnect/jwx: ^1.0
Requires (Dev)
- phpstan/phpstan-shim: ^0.11.12
- phpunit/phpunit: ^7.5
- socialconnect/http-client: ^1.0
- squizlabs/php_codesniffer: ^3.3.2
Replaces
- socialconnect/common: 3.2.42
- socialconnect/oauth1: 3.2.42
- socialconnect/oauth2: 3.2.42
- socialconnect/openid: 3.2.42
- socialconnect/openid-connect: 3.2.42
- socialconnect/provider: 3.2.42
- dev-master
- 3.x-dev
- 3.2.42
- 3.2.41
- 3.2.40
- 3.2.39
- 3.2.38
- 3.2.37
- 3.2.36
- 3.2.35
- 3.2.34
- 3.2.33
- 3.2.32
- 3.2.31
- 3.2.30
- 3.2.29
- 3.2.28
- 3.2.27
- 3.2.26
- 3.2.25
- 3.2.24
- 3.2.23
- 3.2.22
- 3.2.21
- 3.2.20
- 3.2.19
- 3.2.18
- 3.2.17
- 3.2.16
- 3.2.15
- 3.2.14
- 3.2.13
- 3.2.12
- 3.2.11
- 3.2.10
- 3.2.9
- 3.2.8
- 3.2.7
- 3.2.6
- 3.2.5
- 3.2.4
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.7
- 3.1.6
- 3.1.5
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.1
- 3.0.0
- 2.x-dev
- 2.2.1
- 2.2.0
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.0
- 1.x-dev
- 1.14.0
- 1.13.1
- 1.13.0
- 1.12.0
- 1.11.1
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.1
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.1
- 1.0.0
- 0.4.8
- 0.4.7
- 0.4.6
- 0.4.5
- 0.4.4
- 0.4.3
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3
- 0.2.1
- 0.2
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1
- dev-heiglandreas-patch-1
- dev-github-graphql-v3
This package is auto-updated.
Last update: 2025-03-07 16:19:02 UTC
README
Getting Started :: Documentation :: Demo
Open source social sign on PHP. Connect your application(s) with social network(s).
Code examples you can find in example directory
Features
- Functional: support 30+ providers such as Facebook, Google, Twitter, GitHub, Vk and another.
- Completely: We supports all social sign standarts: OAuth1/OAuth2/OpenID/OpenIDConnect.
- Follow standards: We follow PSR-7/PSR-17/PSR-18 standards.
- Modular: Use only what, that you need, see architecture overview.
- Quality: CodeCoverage with 80%+ and We are using static analyzers.
Supported type of providers
- OAuth1 spec RFC 5849
- OAuth2 spec RFC 6749
- OpenID v1 (1.1) (WIP!) spec
- OpenID v2 spec
- OpenID Connect (1.0) spec
- JWT (JSON Web Token) spec RFC 7519
- JWK (JSON Web Keys) spec RFC 7517
Supported providers
SocialConnect/Auth
support 30+ providers such as Facebook, Google, Twitter, GitHub, Vk and another.
Installation & Getting Started
There is a documentation for Installation & Getting Started
Referenced projects
- OrgHeiglHybridAuth from @heiglandreas - Authentication-layer for your ZendFramework3 App.
- cakephp-social-auth from @ADmad - CakePHP plugin.
- Phalcon-module-skeleton from @ovr - There is a module for Phalcon inside project.
Versions
Version | Status | EOL | PHP Version |
---|---|---|---|
3.x | Current | -- | >= 7.1 |
2.x | Maintenance | 2020-06-01 | >= 7.0 |
1.x | EOL | 2020-01-24 | >= 5.5 |
Contributors
This project exists thanks to all the people who contribute. Contributions are welcome!
License
This project is open-sourced software licensed under the MIT License.
See the LICENSE file for more information.