PHPackages                             hyyan/login-style - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. hyyan/login-style

AbandonedArchivedWordpress-plugin[Utility &amp; Helpers](/categories/utility)

hyyan/login-style
=================

Wordpress plugin to allow themes to add their own login page style

1.0(11y ago)071MITPHPPHP &gt;=5.3.2

Since Oct 11Pushed 11y ago1 watchersCompare

[ Source](https://github.com/hyyan/login-style)[ Packagist](https://packagist.org/packages/hyyan/login-style)[ RSS](/packages/hyyan-login-style/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

[Wordpress Login Style ](https://github.com/hyyan/login-style/)
===============================================================

[](#wordpress-login-style-)

[![project status](https://camo.githubusercontent.com/2972a877e9f46b874135134ff94f1b3f7669dc2cd148bd03d456c00bb492ec0a/687474703a2f2f7374696c6c6d61696e7461696e65642e636f6d2f687979616e2f6c6f67696e2d7374796c652e706e67)](http://stillmaintained.com/hyyan/login-style)[![Latest Stable Version](https://camo.githubusercontent.com/30e01ae33c5384e5806775e104fcd545f90e901c56165a40d45b6c8fe6c2c106/68747470733a2f2f706f7365722e707567782e6f72672f687979616e2f6c6f67696e2d7374796c652f762f737461626c652e737667)](https://packagist.org/packages/hyyan/login-style)[![Total Downloads](https://camo.githubusercontent.com/69f8f197d437be60f82361c5f8a31efc536db4d5e8e2b82006bd501a5edffc72/68747470733a2f2f706f7365722e707567782e6f72672f687979616e2f6c6f67696e2d7374796c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/hyyan/login-style)[![License](https://camo.githubusercontent.com/c6e3f2934715e0ed34f2912fe873678a55342e4bf6d224a9e36893666f50cd40/68747470733a2f2f706f7365722e707567782e6f72672f687979616e2f6c6f67696e2d7374796c652f6c6963656e73652e737667)](https://packagist.org/packages/hyyan/login-style)

Wordpress plugin to allow themes to add their own login page style

Features
--------

[](#features)

- Add your own login style which is fit with your theme
- check the remember me checkbox by default

Example
-------

[](#example)

The plugin comes with an example to see how the plugin works

To use the example

- Copy `example/css/login.style` to `your/current/theme/css/login.css`
- visit the login page to see the new style

[![ScreenShot](https://camo.githubusercontent.com/68d48a38f5bf16c42c99164ae798bef8be4e77b567ae3fe1b0cce2e1a2f15289/68747470733a2f2f7261772e6769746875622e636f6d2f687979616e2f6c6f67696e2d7374796c652f6d61737465722f73637265656e73686f742d312e706e67)](https://camo.githubusercontent.com/68d48a38f5bf16c42c99164ae798bef8be4e77b567ae3fe1b0cce2e1a2f15289/68747470733a2f2f7261772e6769746875622e636f6d2f687979616e2f6c6f67696e2d7374796c652f6d61737465722f73637265656e73686f742d312e706e67)

How to install
--------------

[](#how-to-install)

### Classical way

[](#classical-way)

1. Download the plugin as zip archive and then upload it to your wordpress plugins folder and extract it there.
2. Activate the plugin from your admin panel

### Composer way

[](#composer-way)

1. run composer command : ` composer require hyyan/login-style`

How to use
----------

[](#how-to-use)

Just add your css file to `your/current/theme/css/login.css` and the plugin will handle the rest for you.

### Plugin configutaion

[](#plugin-configutaion)

The plugin comes with following configuration as default :

```
$default = array(

    // path relative to the theme dir
    // (could be a php file which output css markup)
    'path' => '/css/login.css',

    // check the remember me checkbox
    'check_remember_me' => true,
);
```

You can override the default configuration using `add_filter` function like in the following example :

```
// in the your theme's functions.php file

add_filter('Hyyan\LoginStyle.options', function(array $default) {

    $default['path'] = '/my-login-style.css';

    return $default;
});
```

Contributing
------------

[](#contributing)

Everyone is welcome to help contribute and improve this plugin. There are several ways you can contribute:

- Reporting issues (please read [issue guidelines](https://github.com/necolas/issue-guidelines))
- Suggesting new features
- Writing or refactoring code
- Fixing [issues](https://github.com/hyyan/login-style/issues)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity60

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~77 days

Total

3

Last Release

4081d ago

Major Versions

0.2 → 1.02015-03-16

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4313420?v=4)[Hyyan Abo Fakher](/maintainers/hyyan)[@hyyan](https://github.com/hyyan)

---

Tags

wordpressloginwordpress pluginbedrockhyyanwordpress adminwordpress mupluginlogin logologin style

### Embed Badge

![Health badge](/badges/hyyan-login-style/health.svg)

```
[![Health](https://phpackages.com/badges/hyyan-login-style/health.svg)](https://phpackages.com/packages/hyyan-login-style)
```

###  Alternatives

[roots/bedrock

WordPress boilerplate with Composer, easier configuration, and an improved folder structure

6.5k441.8k2](/packages/roots-bedrock)[stevegrunwell/one-time-callbacks

Enable WordPress actions and filter callbacks to be called exactly once.

6847.4k](/packages/stevegrunwell-one-time-callbacks)[log1x/plugin-meta

A simple meta package for my commonly used WordPress plugins

164.3k](/packages/log1x-plugin-meta)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
