Download the PHP package codeplace-io/color-picker-bundle without Composer

On this page you can find all versions of the php package codeplace-io/color-picker-bundle. 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 color-picker-bundle

ColorPickerBundle

About

ColorPickerPlus is a Symfony 4 wrapper for Simonwep/pickr Javascript Color-Picker library.

Features

Requirements

see composer.json

Install

Install the assets

Entity

We recommand you to store the hexadecimal color code with alpha (AARRGGBB hex) because it's the shortest standard with a length of simply 9 chars.

You'll be able later to convert to HSL, HSLA, RGB & RGBA if needed (see below).

This bundle is packaged with a custom constraint HexColor that validates this format, see color property on the following example

FormType

This bundle is packaged with a custom ColorPickerType that'll add the Javascript color picker to the input of your choice.

All Simonwep/pickr options are overridable, see complete configuration reference.

Form Theme

Include our Form Theme, it contains the widget that will handle all the Javascript.

Translations

Simonwep/pickr have 3 buttons with litteral text (Clear, Save, Cancel).

If you need to change the translations or add your own locale, simply override ColorPickerBundle.xx.yaml

Twig Filters

If you want to convert your color, use one of the following Twig filters:

Feel free to use these helpers to set dynamically HTML inline styles (e.g. color or background-color).

If you need to know the brightness of the color, you can also use the filter:

If you apply a dynamic background-color to an HTML element, it can be usefull to also change the text color.

WandiEasyAdminPlusBundle

If you're using EasyAdminPlusBundle, our wrapper of EasyAdminBundle, you can easily use this bundle is the admin area.

Form Theme

/!\ If you are using EasyAdminBundle 2.3.1+ /!\

You have to include our Form Theme, it contains the widget that will handle all the Javascript.

List/Show

New/Edit


All versions of color-picker-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2
symfony/config Version ^5.0
symfony/dependency-injection Version ^5.0
symfony/form Version ^5.0
symfony/framework-bundle Version ^5.0
symfony/http-kernel Version ^5.0
symfony/translation Version ^5.0
symfony/twig-bundle Version ^5.0
symfony/validator Version ^5.0
ssnepenthe/color-utils Version ^0.4.2
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 codeplace-io/color-picker-bundle contains the following files

Loading the files please wait ....