Download the PHP package bdunogier/guzzle-site-authenticator without Composer

On this page you can find all versions of the php package bdunogier/guzzle-site-authenticator. 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 guzzle-site-authenticator

Guzzle site authenticator

CI

This package is a plugin for guzzle 5.x. It provides a subscriber that can authenticate requests by posting login information.

It comes up as a Symfony bundle and a generic php lib.

Installation

Using composer

Add the package to your requirements using composer: composer require bdunogier/guzzle-site-authenticator.

If you're using the Symfony fullstack, add BD\GuzzleSiteAuthenticatorBundle\BDGuzzleSiteAuthenticatorBundle to your kernel class.

Usage

The guzzle subscriber, Guzzle\AuthenticatorSubscriber, must be attached to the Guzzle client. It is provided by the bundle as @bd_guzzle_site_authenticator.authenticator_subscriber:

Cookies handling

The CookieJar passed to the guzzle client defaults is important: it will be used read/write cookies received by Guzzle, and is required for authentication to work.

Send a request with Guzzle. If the request's host has a SiteConfig that requires configuration (see below), the plugin will try to log in to the site if it does not have a cookie yet. After a request, if the response contains the not logged in text (matched by xpath), it tries to login again, and retries the request.

Site configuration

Login to sites configured via SiteConfig objects:

SiteConfig objects are returned by a SiteConfigBuilder. The library comes with a default ArraySiteConfigBuilder, that accepts a list of site config properties array, indexed by host. With the bundle, its contents can be configured using the bd_guzzle_site_authenticator.site_config container variable:

Implementations

Used by wallabag, a read it later web application, to fetch content from sites that require a login.

It implements a custom SiteConfigBuilder, based on sites configuration provided by j0k3r/graby.


All versions of guzzle-site-authenticator with dependencies

PHP Build Version
Package Version
Requires guzzlehttp/guzzle Version ^5.3.1
psr/log Version ^1.0.0
symfony/config Version ^4.4|^5.4|^6.0
symfony/dependency-injection Version ^4.4|^5.4|^6.0
symfony/expression-language Version ^4.4|^5.4|^6.0
symfony/http-kernel Version ^4.4|^5.4|^6.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 bdunogier/guzzle-site-authenticator contains the following files

Loading the files please wait ....