Download the PHP package nilsteampassnet/teampass without Composer

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

SWUbanner

Teampass 3

Teampass is a Collaborative Passwords Manager solution installed On-Premise.

StandWithUkraine

PRs Welcome

Scrutinizer Code Quality Build Status Code Intelligence Status

Copyright © 2009-2024, Nils Laumaillé

Requirements

Website article with instructions: https://www.valters.eu/teampass-a-self-hosted-password-manager-to-increase-organizations-cybersecurity/

YouTube video: https://youtu.be/eXieWAIsGzc?feature=shared

About PHP versions

Teampass should be installed using the most recent PHP version. The branch master is the living one that is improved and comes with new features. It requires at least PHP 8.1 installed on the server.

Nevertheless, Teampass can be used with PHP 7.4 version. The Github Teampass project has a dedicated branch called PHP_7.4 for this version. Notice that only bug fixing will be performed on this branch.

Documentation

✍️ Documentation is available.

Run from Docker image

@valterseu created a Docker image from scratch with no dependencies and fully automated that you can also use.

Open the Docker Hub image and get all information.

Complete usage documentation can be found at GitHub Docker image URL.

Install with Docker

The Docker image provided will create a Teampass installation in its /var/www/html/ directory, which you should mount as a volume to keep persistent. SSL is not provided if you use this image without a proxy in front of it. See the included Docker Compose file for an example setup.

Note: Use /var/www/html/sk as your "Absolute path to saltkey" during installation.

Install with Docker Compose

The included jwilder/nginx-proxy image for details. In short, you'll need to put your certificate file (with extension .crt, e.g. teampass.domain.local.crt) and the according private key file (with extension .key, e.g. teampass.domain.local.key) into the directory ssl, named exactly after the FQDN you put into the VIRTUAL_HOST variable. Make sure to restart the nginx service after changes to the certificate or at least signal it with the reload command: docker-compose exec nginx nginx -s reload.

Note1: The database's hostname is db. You can find the database's credentials in the environment variables of the db service.

Note2: Use /var/www/html/sk as your "Absolute path to saltkey" during installation.

Languages

Teampass is currently available in the following languages:

Languages strings are managed at POEditor.com. Please participate to improving its translation by joining Teampass POEditor project.

Licence Agreement

For detailed information on the licenses of our dependencies and our licence policy, please see Detailed Licence Information.

Website

Visit Teampass.net

Bugs

If you discover bugs, please report them in Github Issues.


All versions of teampass with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
ext-mysqli Version >=5.1.0
ext-mbstring Version *
ext-openssl Version *
ext-bcmath Version *
ext-iconv Version *
ext-xml Version *
ext-gd Version *
teampassclasses/sessionmanager Version dev-master
teampassclasses/superglobal Version dev-master
teampassclasses/nestedtree Version dev-master
ezimuel/php-secure-session Version dev-master
teampassclasses/performchecks Version dev-master
teampassclasses/encryption Version dev-master
teampassclasses/language Version dev-master
teampassclasses/ldapextra Version dev-master
illuminate/contracts Version ^10.32
tightenco/collect Version ^9.52
nesbot/carbon Version ^2.71
directorytree/ldaprecord Version ^2.20
voku/anti-xss Version ^4.1
tiben/crontab-manager Version ^1.4
sergeytsalkov/meekrodb Version ^2.5
owasp/csrf-protector-php Version ^1.0
phpmailer/phpmailer Version ^6.8
moxiecode/plupload Version ^3.1
tecnickcom/tcpdf Version ^6.6
paragonie/random_compat Version ^9.99
elegantweb/sanitizer Version ^2.1
defuse/php-encryption Version ^2.4
dittertp/gibberish-aes-php Version ^4.0
phpseclib/phpseclib Version ~1.0
firebase/php-jwt Version ^6.9
neitanod/forceutf8 Version ^2.0
goodby/csv Version ^1.3
robthree/twofactorauth Version ~2.1
passwordlib/passwordlib Version ^1.0.0-alpha2
hackzilla/password-generator Version ^1.6
peppeocchi/php-cron-scheduler Version ^4.0
duosecurity/duo_universal_php Version ^1.0
spomky-labs/otphp Version ^11.2
symfony/http-foundation Version ^6.4
symfony/password-hasher Version ^6.4
symfony/finder Version ^6.3
symfony/process Version ^6.3
symfony/contracts Version ^3.4
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 nilsteampassnet/teampass contains the following files

Loading the files please wait ....