All Projects → stormpath → Stormpath Sdk Php

stormpath / Stormpath Sdk Php

Licence: other
PHP SDK for the Stormpath User Management and Authentication REST+JSON API

Projects that are alternatives of or similar to Stormpath Sdk Php

Fosite
Extensible security first OAuth 2.0 and OpenID Connect SDK for Go.
Stars: ✭ 1,738 (+2313.89%)
Mutual labels:  authentication, authorization, oauth
Oauthlib
A generic, spec-compliant, thorough implementation of the OAuth request-signing logic
Stars: ✭ 2,323 (+3126.39%)
Mutual labels:  authentication, authorization, oauth
Spark Pac4j
Security library for Sparkjava: OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 154 (+113.89%)
Mutual labels:  authentication, authorization, oauth
Warden Github Rails
Use GitHub as authorization and more. Use organizations and teams as means of authorization by simply wrapping your rails routes in a block. Also useful to get a user's details through OAuth.
Stars: ✭ 100 (+38.89%)
Mutual labels:  authentication, authorization, oauth
Play Pac4j
Security library for Play framework 2 in Java and Scala: OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 375 (+420.83%)
Mutual labels:  authentication, authorization, oauth
Spring Webmvc Pac4j
Security library for Spring Web MVC: OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 110 (+52.78%)
Mutual labels:  authentication, authorization, oauth
Pac4j
Security engine for Java (authentication, authorization, multi frameworks): OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 2,097 (+2812.5%)
Mutual labels:  authentication, authorization, oauth
Security.identity
.NET DevPack Identity is a set of common implementations to help you implementing Identity, Jwt, claims validation and another facilities
Stars: ✭ 165 (+129.17%)
Mutual labels:  authentication, authorization, oauth
Grant
OAuth Proxy
Stars: ✭ 3,509 (+4773.61%)
Mutual labels:  authentication, authorization, oauth
Spring Security Pac4j
pac4j security library for Spring Security: OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 231 (+220.83%)
Mutual labels:  authentication, authorization, oauth
Appy Backend
A user system to bootstrap your app.
Stars: ✭ 96 (+33.33%)
Mutual labels:  authentication, authorization, user-management
Doorkeeper
Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.
Stars: ✭ 4,917 (+6729.17%)
Mutual labels:  authentication, authorization, oauth
Ueberauth
An Elixir Authentication System for Plug-based Web Applications
Stars: ✭ 1,259 (+1648.61%)
Mutual labels:  authentication, authorization, oauth
Mern Boilerplate
Fullstack boilerplate with React, Redux, Express, Mongoose, Passport Local, JWT, Facebook and Google OAuth out of the box.
Stars: ✭ 112 (+55.56%)
Mutual labels:  authentication, authorization, oauth
Pow
Robust, modular, and extendable user authentication system
Stars: ✭ 1,213 (+1584.72%)
Mutual labels:  authentication, authorization, user-management
Awesome Iam
👤 Identity and Access Management Knowledge for Cloud Platforms
Stars: ✭ 186 (+158.33%)
Mutual labels:  authentication, authorization, oauth
Buji Pac4j
pac4j security library for Shiro: OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 444 (+516.67%)
Mutual labels:  authentication, authorization, oauth
Github Create Token
Create a Github OAuth access token.
Stars: ✭ 6 (-91.67%)
Mutual labels:  authentication, authorization, oauth
Rbac
Hierarchical Role Based Access Control for NodeJS
Stars: ✭ 857 (+1090.28%)
Mutual labels:  authentication, authorization
Fernet Java8
Java 8 implementation of the Fernet Specification
Stars: ✭ 24 (-66.67%)
Mutual labels:  authentication, authorization

#Stormpath is Joining Okta We are incredibly excited to announce that Stormpath is joining forces with Okta. Please visit the Migration FAQs for a detailed look at what this means for Stormpath users.

We're available to answer all questions at [email protected].

Stormpath PHP SDK

Build Status Codecov Total Downloads Latest Stable Version License Chat Support

Stormpath is a complete user management API. This library gives your PHP application access to all of Stormpath's features:

  • Robust authentication and authorization.
  • Schemaless user data and profiles.
  • A hosted login subdomain, for easy Single Sign-On across your apps.
  • External login with social providers like Facebook and Google, or SAML IdPs.
  • Secure API key authentication for your service.

Installation

stormpath-sdk-php is available on Packagist as the stormpath/sdk package.

Run composer require stormpath/sdk from the root of your project in terminal, and you are done.

Quickstart

To learn how to use the Stompath PHP SDK in a simple project, follow our quickstart:

Full Documentation

We have moved our full documentation away from the Github readme file. For full documentation, please visit our new documentation

Testing

The PHP SDK uses phpunit for testing. These tests are full integration tests which means it hits actual endpoints of the API.

To setup testing, first, clone the repository. You will not be able to run the tests from your vendor folder as all unnecessary items are removed when you require the SDK with composer. You will also need to set an environment variable to set up your API keys.

On Mac

export STORMPATH_SDK_TEST_API_KEY_FILE_LOCATION=path_to_apiKey.properties_file

On Windows

setx STORMPATH_SDK_TEST_API_KEY_FILE_LOCATION path_to_apiKey.properties_file

After you have this set, you will be able to run phpunit from the root of the SDK folder. If your API keys are not from a subscription that has access to the SAML resources, you will have to make sure you skip those tests. You can do so by running phpunit --exclude-group=saml from the command line.

Contributing

Contributions, bug reports, and issues are very welcome! Stormpath regularly maintains this repository, and are quick to review pull requests and accept changes.

You can make your own contributions by forking the develop branch of this repository, making your changes, and issuing pull requests against the develop branch.

Continuous Integration (Travis CI)

Please note that due to security reasons, travis will not run pull requests submitted. With your pull request, please submit the results of the tests in the comments.

Documentation

If you feel the contributions require document changes as well, or the contributions you want to make are for documentation, please submit a PR to our documentation repo

Copyright

Copyright © 2013-2017 Stormpath, Inc. and contributors.

This project is open-source via the Apache 2.0 License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].