yii2-module/yii2-orange-annuaire-pp

A module to manage data about orange annuaire pages perso

This package is auto-updated.

Last update: 2024-04-08 21:31:44 UTC


README

A module to manage orange-annuaire-pp authentication mechanisms.

coverage build status

Installation

The installation of this library is made via composer and the autoloading of all classes of this library is made through their autoloader.

  • Download composer.phar from their website.
  • Then run the following command to install this library as dependency :
  • php composer.phar install yii2-module/yii2-orange-annuaire-pp ^7

Configuration

This module needs the following components to be set at the configuration level:

  • 'db_orange-annuaire-pp' should be a \yii\db\Connection

If you already have a database connection, you may use the following trick :

'db_orange_annuaire_pp' => function() { return \Yii::$app->get('db'); },

where 'db' is the id of your database connection.

This module uses the following parameters to be set at the configuration level:

  • NONE

Then the module should be configured as follows (in console.php or web.php) :

$config = [
	...
	'modules' => [
		...
		'orange-annuaire-pp' => [
			'class' => 'Yii2Module\Yii2OrangeAnnuairePp\OrangeAnnuairePpModule',
		],
		...
	],
	...
];

Features

License

MIT (See license file)