Giter VIP home page Giter VIP logo

Comments (5)

reedy avatar reedy commented on May 29, 2024 1

Sure! I'll probably do some "cleanup" on the files/repo too in subsequent commits. Thanks!

https://3v4l.org/HfYjP basically confirms it will run fine on PHP 5.0.0 or above (not PHP 4)

from hotp-php.

jakobo avatar jakobo commented on May 29, 2024

I'd love to do that. I don't have too much experience with composer. Can you provide some links for reference or ideally a pull request? Thanks!

from hotp-php.

reedy avatar reedy commented on May 29, 2024

https://packagist.org/ gives most of the required information on how to do this on the home page :)

Should require < 10 lines of json (including the braces) to get going at least

from hotp-php.

reedy avatar reedy commented on May 29, 2024

Haven't tried to work out what sort of PHP version this actually requires. I can make this into a PR if you want

{
    "name": "jakobo/hotp-php",
    "description": "HOTP simplifies One Time Password systems for PHP Authentication",
    "license": "BSD-3-Clause",
    "authors" : [
        {
            "name": "Jakob Heuser",
            "email": "[email protected]"
        }
    ],
    "autoload": {
        "files": [
            "hotp.php"
        ]
    },
    "require": {
        "php": "^5.3.3 || ^7.0"
    }
}

from hotp-php.

jakobo avatar jakobo commented on May 29, 2024

I believe it was PHP 5 at the time, though it would work on any PHP version that supports :: static calls.

@reedy I'm also happy to make you a contributor on the repo if you'd be interested in testing it. (Currently don't have a PHP environment in which I can give this the love it needs)

from hotp-php.

Related Issues (8)

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.