Download the PHP package claromentis/opauth without Composer

On this page you can find all versions of the php package claromentis/opauth. 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 opauth

Opauth

Opauth is a multi-provider authentication framework for PHP.

Opauth enables PHP applications to perform user authentication really easily.

Try out Opauth for yourself at http://opauth.org

Notes on 1.0.x

1.0.x is currently under preview release and not to be used for production yet. See release notes for details.

Opauth API and functionalities are fully ready for evaluation. Please try it out and let us know what you think.

1.0.x is not backward-compatible with 0.x. See migration guide on how to migrate Opauth 0.x applications and strategies.

For current stable release, see 0.4.x.

Build Status Coverage Status

What is Opauth?

Opauth provides a standardized interface between PHP applications and authentication providers.

Opauth as a framework provides a set of API that allows developers to create strategies that work in a predictable manner across PHP frameworks and applications.

Opauth works well with other PHP applications & frameworks.

Quick start

  1. Composer require Opauth core and Opauth strategies. Add the following to your application's composer.json:

    Note: While Opauth 1.0.x still is in development, your root composer.json will need to set its minimum-stability to dev.

    Install them

  2. Configure Opauth.
    Create a file opauth.php that is accessible at http://localhost/opauth.php/.

  3. Instantiate and run Opauth

  4. Point your browser to http://localhost/opauth.php/facebook to see it in action.

References

See Opauth documentations for more infomation.

Requirements

Core contributors

  1. U-Zyn Chua (@uzyn on GitHub & Twitter)
  2. Marc Ypes (@ceeram on GitHub & Twitter)

We welcome your contributions to Opauth:

Issues & questions

License

The MIT License
Copyright © 2012-2014 U-Zyn Chua (http://uzyn.com)

Credits


All versions of opauth with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.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 claromentis/opauth contains the following files

Loading the files please wait ....