Download the PHP package in2code/t3am_server without Composer

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

T3AM Server - TYPO3 Authentication Manager Server

(Pron.: /tiːm/)

What does it do?

T3AM Server provides a simple yet secure and fast API to check and retrieve backend users as well as validation of their password. T3AM (client) allows you to log in at any TYPO3 with a single username/password which is managed by a central system (where T3AM Server is installed).

T3AM (client) is required if you want to use T3AM Server.

Compatibilty for newer TYPO3 Version

This extension is the Server part for t3am client for older TYPO3 (server) versions. If you want to TYPO3 11 or newer as T3AM Server, please use T3AM. The updated version of T3AM combines now Server and Client.

Installation & Configuration

Prerequisite: You should have installed T3AM (client) in another TYPO3 instance already!

  1. Get T3AM Server a) Composer: composer require in2code/t3am_server b) TER download: extensions.typo3.org c) github dowload https://github.com/in2code-de/t3am_server
  2. Activate T3AM Server in the Extension Manager.
  3. Open the List Module and select the root page (ID=0)
  4. Create a new T3AM Client and fill in the name and description, save (without closing) and copy the token.
  5. Go to your client installation (where you installed T3AM (client)), open the Extension Manager, configure T3AM by pasting the token in the respective field. Add the Server URL.

Now anyone which has an active backend account on the T3AM Server side can use that account to log into the client system without prior account creation. If a user gets deleted in T3AM Server (not removed from the database!) the user will be removed from the client system at next login.

Features

Credits

ext_icon.svg:

Icons made by Smashicons from www.flaticon.com is licensed by CC 3.0 BY

Changelog

V3.0.2

V3.0.0

V2.0.1

v2.0


All versions of t3am_server with dependencies

PHP Build Version
Package Version
Requires php Version ^7.2
ext-openssl Version *
typo3/cms-core Version ^9.5 || ^10.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 in2code/t3am_server contains the following files

Loading the files please wait ....