Download the PHP package calderawp/laravel-wp-user without Composer
On this page you can find all versions of the php package calderawp/laravel-wp-user. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download calderawp/laravel-wp-user
More information about calderawp/laravel-wp-user
Files in calderawp/laravel-wp-user
Download calderawp/laravel-wp-user
More information about calderawp/laravel-wp-user
Files in calderawp/laravel-wp-user
Vendor calderawp
Package laravel-wp-user
Short Description Use WordPress for authentication, user managment in laravel app
License GPLv2+
Package laravel-wp-user
Short Description Use WordPress for authentication, user managment in laravel app
License GPLv2+
Please rate this library. Is it a good library?
Informations about the package laravel-wp-user
laravel-wp-user
Use a WordPress site as the authentication provider for a Laravel app.
Also can act as a WordPress REST API client.
Goals and Status
- Authenticate as a WordPress user from Laravel - done.
- Provide an API client for querying the WordPress REST API from Laravel - done.
- Provide a WordPress based middleware. - Next step
Usage
Setting Up WordPress
This library could use other authentication systems but only JWT is implimented.
- Have WordPress 4.7 or later
- Install JWT Authentication for the WP REST API
- Set the right constants as describe in the plugin's readme.
- Activate plugin
Add WordPress Login To Your App
-
Config
- Publish config and set url for WordPress site or use
WPUSERWPURL
in your .env - URL must include
/wp-json/
(or whatever) you use WITH trailing slash.
- Publish config and set url for WordPress site or use
- Add a login route, for example
NOTES:
- This uses a User Model from the package. No migration is provided to save.
- You could save the WP User in database, with token.
Example To Authenticate User
License
Copyright 2017 CalderaWP LLC. Licensed under the terms of the GNU GPL V2+. Please share with your neighbor.
All versions of laravel-wp-user with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
^6.2
The package calderawp/laravel-wp-user contains the following files
Loading the files please wait ....