Download the PHP package amostajo/wordpress-login-page without Composer

On this page you can find all versions of the php package amostajo/wordpress-login-page. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package wordpress-login-page

Wordpress Login Page ADD-ON

Latest Stable Version Total Downloads License

Add-on package for Wordpress MVC.

Login Page add-on provides fully customizable ajax login, sign up, and password reset pages for wordpress. Everything out-of-the-box!

Installation

This package requires Composer.

Add it in your composer.json file located on your template's root folder:

Then run

or

to download package and dependencies.

Configure in Template

Add the following string line in your addons array option located at your template's config file.

This should be added to:

Usage

Once installed and configured, this add-on will change your login, signup and reset password pages without you having to do anything.

Customization

All views (templates) located at the assets/views folder can be customized in your theme.

Copy and paste them in your theme's views folder ( with same folder structure), like:

In your theme:

You can modify the HTML and add as many CSS classes as you please to fit your theme. Though there are a couple of things to consider:

Hooks

Custom hooks to use (apart from those standard from Wordpress, like user_register and wp_login to name a few).

FILTER: addon_loginpage_redirect_to Filters redirect to url.

FILTER: addon_loginpage_signup_userdata Filters the userdata obtained from sign up form request. Useful if you need to add more fields to your signup form.

FILTER: registration_errors Filters sign up (registrations) errors. Useful if you need to remove or add validations.

FILTER: addon_loginpage_signup_message Filters message shown to user once registration is completed.

FILTER: retrieve_password_title Filters email subject / title sent with reset password instructions.

FILTER: retrieve_password_message Filters email message sent with reset password instructions. NOTE: You should better modify the view that comes with the add-on instead of using this filter.

FILTER: reset_password_errors Filters reset password errors. Useful if you need to remove or add validations.

FILTER: addon_loginpage_forgotpassword_message Filters message shown to user once reset instructions have been send.

FILTER: addon_loginpage_resetpassword_message Filters message shown to user once password has been reset.

Coding Guidelines

The coding is a mix between PSR-2 and Wordpress PHP guidelines.

License

Page Login ADD-ON is free software distributed under the terms of the MIT license.


All versions of wordpress-login-page with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
10quality/wpmvc-core Version >=3.0.0
10quality/wpmvc-addon Version 1.0.*
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package amostajo/wordpress-login-page contains the following files

Loading the files please wait ....