Libraries tagged by team management

xnekv03/freelo-api-client

3 Favers
14 Downloads

Freelo api wrapper

Go to Download


alpixel/assetversionbundle

0 Favers
5530 Downloads

This bundle is used by our team to versionnize assets

Go to Download


aaw-team/fe_cookies

1 Favers
52 Downloads

Provides a cookie consent plugin for the frontend, a backend module for convenient cookie-banner management, simple but powerful APIs (PHP, JavaScript and CSS) and lots of configuration possibilities, including separate cookie settings per domain.

Go to Download


se7enxweb/ezteamroom

0 Favers
0 Downloads

eZ Publish Legacy extension which provides a advanced team management solution for extending thet default eZ Publish within an well developed extension. Great for smart developers!

Go to Download


obblm/core

1 Favers
41 Downloads

Bundle to have Fantasy Bowl team management

Go to Download


jonnysp/fussball

0 Favers
11 Downloads

Adds Fussball Team Management to Contao 4

Go to Download


mhinspeya/mhinspeya-employee-hyva

0 Favers
1 Downloads

The 'Modehaus Employee' module for Magento enables retail organizations to spotlight their employees, fostering a sense of community and trust among customers. This module provides a dedicated space within the Magento store where businesses can feature profiles of their team members, including their roles, expertise, and personal backgrounds. Key Features: 1. Employee Profiles: Create comprehensive profiles for each team member, including their name, position, bio, and a photo. 2. Role-Based Filtering: Allow customers to filter employees based on their roles or departments within the organization. 3. Customizable Templates: Customize the layout and design of employee profiles to match the branding and aesthetics of your store. 4. Social Integration: Optionally include links to employees' social media profiles to encourage engagement and connection. 5. SEO-Friendly: Ensure that employee profiles are optimized for search engines, helping to improve visibility and attract organic traffic. 6. Easy Management: Easily add, edit, or remove employee profiles through a user-friendly interface within the Magento admin panel. 7. Responsive Design: Ensure a seamless browsing experience for customers on all devices, including desktops, tablets, and smartphones. With the 'Modehaus Employee' module, retailers can humanize their brand and build stronger relationships with customers by highlighting the talented individuals who contribute to their success.

Go to Download


mhinspeya/mhinspeya-employee-core

0 Favers
1 Downloads

The 'Modehaus Employee' module for Magento enables retail organizations to spotlight their employees, fostering a sense of community and trust among customers. This module provides a dedicated space within the Magento store where businesses can feature profiles of their team members, including their roles, expertise, and personal backgrounds. Key Features: 1. Employee Profiles: Create comprehensive profiles for each team member, including their name, position, bio, and a photo. 2. Role-Based Filtering: Allow customers to filter employees based on their roles or departments within the organization. 3. Customizable Templates: Customize the layout and design of employee profiles to match the branding and aesthetics of your store. 4. Social Integration: Optionally include links to employees' social media profiles to encourage engagement and connection. 5. SEO-Friendly: Ensure that employee profiles are optimized for search engines, helping to improve visibility and attract organic traffic. 6. Easy Management: Easily add, edit, or remove employee profiles through a user-friendly interface within the Magento admin panel. 7. Responsive Design: Ensure a seamless browsing experience for customers on all devices, including desktops, tablets, and smartphones. With the 'Modehaus Employee' module, retailers can humanize their brand and build stronger relationships with customers by highlighting the talented individuals who contribute to their success.

Go to Download


mhinspeya/mhinspeya-employee

0 Favers
5 Downloads

The 'Modehaus Employee' module for Magento enables retail organizations to spotlight their employees, fostering a sense of community and trust among customers. This module provides a dedicated space within the Magento store where businesses can feature profiles of their team members, including their roles, expertise, and personal backgrounds. Key Features: 1. Employee Profiles: Create comprehensive profiles for each team member, including their name, position, bio, and a photo. 2. Role-Based Filtering: Allow customers to filter employees based on their roles or departments within the organization. 3. Customizable Templates: Customize the layout and design of employee profiles to match the branding and aesthetics of your store. 4. Social Integration: Optionally include links to employees' social media profiles to encourage engagement and connection. 5. SEO-Friendly: Ensure that employee profiles are optimized for search engines, helping to improve visibility and attract organic traffic. 6. Easy Management: Easily add, edit, or remove employee profiles through a user-friendly interface within the Magento admin panel. 7. Responsive Design: Ensure a seamless browsing experience for customers on all devices, including desktops, tablets, and smartphones. With the 'Modehaus Employee' module, retailers can humanize their brand and build stronger relationships with customers by highlighting the talented individuals who contribute to their success.

Go to Download


maggomann/filament-tournament-league-administration

1 Favers
10 Downloads

An event and tournament management plugin for the Filament Admin Panel v2.x, intended for dart clubs in the first implementation. Here you can manage clubs, teams, matches, players and match days including score tables.

Go to Download


imikemiller/pkeys

0 Favers
1344 Downloads

A key management library to keep your key strings consistent, to avoid your team mates duplicating or overwriting your keys, to protect against typo's and unexpected data types and to stop the crime of inlining keys in your code.

Go to Download


fruitware/wp-plugin-mqtranslate

0 Favers
88 Downloads

Based on qTranslate, adds userfriendly multilingual content management and translation support, with collaborative and team-oriented extensions.

Go to Download


eciboadaptech/finapi-webform

0 Favers
314 Downloads

The following pages give you some general information on how to use our APIs.The actual API services documentation then follows further below. You can use the menu to jump between API sections.This page has a built-in HTTP(S) client, so you can test the services directly from within this page, by filling in the request parameters and/or body in the respective services, and then hitting the TRY button. Note that you need to be authorized to make a successful API call. To authorize, refer to the 'Authorization' section of Access, or in case you already have a valid user token, just use the QUICK AUTH on the left.Please also remember that all user management functions should be looked up in Access.You should also check out the Web Form 2.0 Public Documentation as well as Access Public Documentation for more information. If you need any help with the API, contact [email protected] informationRequest IDsWith any API call, you can pass a request ID via a header with name "X-Request-Id". The request ID can be an arbitrary string with up to 255 characters. Passing a longer string will result in an error.If you don't pass a request ID for a call, finAPI will generate a random ID internally.The request ID is always returned back in the response of a service, as a header with name "X-Request-Id".We highly recommend to always pass a (preferably unique) request ID, and include it into your client application logs whenever you make a request or receive a response(especially in the case of an error response). finAPI is also logging request IDs on its end. Having a request ID can help the finAPI support team to work more efficiently and solve tickets faster.Type CoercionIn order to ease the integration for some languages, which do not natively support high precision number representations, Web Form 2.0 API supports relax type binding for the openAPI type number, which is used for money amount fields. If you use one of those languages, to avoid precision errors that can appear from float values, you can pass the amount as a string.FAQIs there a finAPI SDK?Currently we do not offer a native SDK, but there is the option to generate an SDKfor almost any target language via OpenAPI. Use the 'Download SDK' button on this page for SDK generation.Why do I need to keep authorizing when calling services on this page?This page is a "one-page-app". Reloading the page resets the OAuth authorization context. There is generally no need to reload the page, so just don't do it and your authorization will persist.

Go to Download


thienhungho/yii2-term-management

1 Favers
19 Downloads

Yii2 Term Management

Go to Download


tea/kettle

0 Favers
5 Downloads

A dependency management library.

Go to Download


<< Previous Next >>