Giter Site home page Giter Site logo

Comments (6)

jumbojett avatar jumbojett commented on July 18, 2024 1

@abdulart composer require jumbojett/openid-connect-php
Closing this PR. Feel free to re-open if you're still having issues.

from openid-connect-php.

rasodu avatar rasodu commented on July 18, 2024

Hi abdulart,
This library can now be installed using composer. Additional instructions for installation are added to readme file. 'autoload.php' file created by composer to handle autoloading of all packages installed using composer. Let me know if you still have trouble installing.

from openid-connect-php.

gnm67 avatar gnm67 commented on July 18, 2024

Hi, i'm on windows 'composer' doesn't work.

from openid-connect-php.

abdulart avatar abdulart commented on July 18, 2024

rasodu, thank you for answer. But I still do not understand what actually means installing this package.

I do need on my website to have an abstract button, when you push it this OpenId client gets users data and sends it back to my database.

Which code from archive I downloaded should I insert on my site? Where should I get file autoload.php
And where to get a composer?

Thank you.

from openid-connect-php.

rasodu avatar rasodu commented on July 18, 2024

You can read section 2(linux, unix or osx) or section 3(windows) at https://getcomposer.org/doc/00-intro.md for steps on installing composer.

Once you run composer command to install package, it will create 'vendor/' folder in the directory where you ran the command. This folder will contain an 'autoload.php' file(vendor/autoload.php) and some other folders.

Only file you will need after installing package using composer is something similar to 'client_example.php' that will pull user data and insert it into database . You need to replace 'require "../../autoload.php";' with 'require "<location-of-composer-package-install-folder-path>/vendor/autoload.php"'.

from openid-connect-php.

abdulart avatar abdulart commented on July 18, 2024

rasodu. Thank you for your answers,

I did installed composer, and now the only thing i missed is how to create the command for composer to install the package

Thank you.

from openid-connect-php.

Related Issues (20)

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.