Git Product home page Git Product logo

passwordmeterphp's Introduction

PasswordMeterPHP

A port of the Javascript used on passwordmeter.com. It is a Little Apps script and is coded in PHP.

Integration

This code is a PHP class and meant to be included in a PHP project using one of the following methods:

Composer

You can install the bindings via Composer. Add this to your composer.json:

{
  "require": {
    "little-apps/PasswordMeterPHP": "0.*"
  }
}

Then install via:

composer install

To use the bindings, use Composer's autoload:

require_once('vendor/autoload.php');

Manually

If you do not wish to use Composer, you can download the latest release from GitHub. Then, include the PasswordMeter class.

require_once( '/path/to/PasswordMeterPHP/passwordmeter.class.php' );

Example

An example of how to use PasswordMeterPHP is shown in examples/cli.php. This file can be executed by executing the following in the command line:

php '/path/to/PasswordMeterPHP/examples/cli.php'

License

PasswordMeterPHP
Copyright (C) 2008 Little Apps (https://www.little-apps.com)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

Show Your Support

Little Apps relies on people like you to keep our software running. If you would like to show your support for PasswordMeterPHP, then you can make a donation. Please note that any amount helps (even just $1).

passwordmeterphp's People

Contributors

little-apps avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.