Download the PHP package sprintive/seeds without Composer

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

Seeds: Kickoff distribution for SMEs

Latest Stable Version Total Downloads Latest Unstable Version License composer.lock

Seeds

Light distribution to kick off all projects regardless scale, you can use it to speed up your projects.

Pre-packaged Feature Modules

Seeds includes a curated set of modules organized into functional bundles to enhance site building, administration, performance, and content experience:

Seeds UI Developer Guide

Migration from Seeds Coat

Important: Seeds UI is replacing Seeds Coat in the Seeds distribution.

External Library Integration

Seeds UI automatically loads default styles from an external library:

This external package provides:

When you run npm install, this external library is automatically installed in node_modules/seeds_ui/ and provides the foundation styles that your subtheme extends.

Creating a Subtheme

Quick Setup with Automated Script

Follow prompts for:

Script handles:

Subtheme File Structure

After creation, your subtheme will have:


Styling with SASS

SASS File Organization

Seeds UI imports default styles from the external library:

In your subtheme, organize SASS files as follows:

Variables Configuration

Define custom variables in scss/_variables.scss:

Build Commands


Enabling RTL Styling

RTL (Right-to-Left) support is automatically handled by Seeds UI's build system.

Automatic RTL Generation

When you run npm run css, the system:

  1. Compiles your SASS to standard CSS
  2. Processes with RTLCss to flip directional properties
  3. Generates RTL versions with .rtl.css suffix
  4. Creates minified versions for production

RTL Output Files

RTL-Specific Styling

For manual RTL adjustments, use direction-specific properties:

Testing RTL

  1. Enable RTL language in Drupal (Arabic, Hebrew)
  2. RTL stylesheets auto-load based on language direction
  3. Test components in both LTR and RTL modes
  4. Adjust as needed using direction-specific selectors

Available SASS Mixins

Subtheme Mixins (scss/_mixin.scss)

Core Mixins (node_modules/seeds_ui/scss/mixins/)

Responsive Breakpoints

Available breakpoints: xs (0px), sm (576px), md (768px), lg (992px), xl (1200px), xxl (1400px)

Grid System

Layout & Styling


Responsive Font Sizes (RFS)

Seeds UI uses RFS (Responsive Font Size) for fluid typography that scales with viewport size.

RFS Mixins

Configuration Variables

Disable bootstrap container in certian content types

Go to /admin/structure/types, Click edit on a content type. You will be met with various settings. At the bottom, you will see Container settings, Navigate there and enable Fluid container to disable the bootstrap container.

Override blazy loader

Go to /admin/config/seeds_media. You will see blazy settings. Check the Override blazy loader? then set the background image and color to something you like, hit save and flush the cache, you should see the loader takes a different appearence.

Set default medias

We also provide a neat feature, you can set some default medias to not allow accidental edits by the client. Simply, go edit any media, you will see at the bottom a checkbox, Default media, check it and save, now only users with Bypass Default Media Access permission can edit the media.

Sponsored and developed by:

Sprintive

Sprintive is a web solution provider which transform ideas into realities, where humans are the center of everything, and Drupal is the heart of our actions, it has built and delivered Drupal projects focusing on a deep understanding of business goals and objective to help companies innovate and grow.


All versions of seeds with dependencies

PHP Build Version
Package Version
Requires php Version >=8.3
drush/drush Version ^13.3.3
drupal/coder Version *
composer/composer Version ^2
cweagans/composer-patches Version 1.7.3
drupal/core-composer-scaffold Version ^10.0
drupal/core Version 11.2.2
drupal/seeds_editor Version ^1.1
drupal/seeds_media Version ^1.0
drupal/seeds_pollination Version ^1.0
drupal/seeds_development Version ^1.0
drupal/seeds_security Version ^2.0
drupal/seeds_seo Version ^2.0
drupal/seeds_performance Version ^1.0
drupal/seeds_layouts Version ^2.0
drupal/seeds_toolbar Version ^2.0
drupal/seeds_ui Version ^1.0
drupal/seeds_page Version ^1.0
drupal/seeds_administration Version ^2.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 sprintive/seeds contains the following files

Loading the files please wait ....