Download the PHP package dominik317/team-members-directory without Composer

On this page you can find all versions of the php package dominik317/team-members-directory. 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 team-members-directory

Team Members Directory

WordPress plugin for managing and displaying team members with Themosis Framework conventions.

Requirements

Installation

Method 1: Drop-in Installation

  1. Copy plugin folder to wp-content/plugins/team-members-directory
  2. Run composer install in plugin directory
  3. Activate plugin in WordPress admin
  4. Install and activate ACF plugin
  5. Flush permalinks: Settings → Permalinks → Save Changes

Method 2: Composer Installation

Step 1: Ensure your WordPress project's composer.json has composer/installers configured:

Step 2: Install the plugin:

This will automatically install the plugin to wp-content/plugins/team-members-directory/

Step 3: Complete setup:

  1. Activate the plugin in WordPress Admin → Plugins
  2. Install and activate Advanced Custom Fields (ACF) plugin
  3. Flush permalinks: Settings → Permalinks → Save Changes

Usage

Creating Team Members

  1. Go to Team Members → Add New in WordPress admin
  2. Fill required fields:
    • Full Name (required)
    • Role/Title (required)
    • Email (optional, validated)
    • Photo (optional)
    • Bio (optional)
  3. Click Publish

Displaying Team Members

Shortcode (embed anywhere):

Dedicated Route:

In PHP Templates:

Configuration

Edit config/team.php:

Filter for custom route slug:

Architecture Notes

This plugin follows Themosis Framework conventions while remaining installable as a standard WordPress plugin. Key decisions:

Project Structure

Testing

Run unit tests:

Coverage: 7 tests, 16 assertions (TeamMemberValidator service)

Screenshots

Admin Interface

Team Members List:

Add/Edit Team Member:

Validation Errors:

Frontend Display

Shortcode Output & Route Output (/team):

Shortcode Output & Route Output (/team) on Mobile:

Author

Dominik Sopic | Version 0.1.0


All versions of team-members-directory with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
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 dominik317/team-members-directory contains the following files

Loading the files please wait ...