Download the PHP package ouxsoft/promare-gradients without Composer

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

Promare Gradients

SASS npm version Packagist Version Github Release Known Vulnerabilities Total Downloads License

Promare Gradients standardizes the use of neon colors for web backgrounds. It's a tiny stylesheet library that comes with over 25,000 different neon background combinations.

Neon colors have a high chroma. When they are contrasted they psychologically grab the users' attention[^1]. It's no wonder why neon signs have been used for call to actions.

Quick start

Here are some ways to start your own dramatic neon colored web presence:

Usage

Neon Colors

Promare Gradients features sixteen (16) base colors that were carefully chosen to embody neon lights:

green, ufo, lime, red, orange, yellow, absinthe, chartreuse, pink, magenta, plastic, purple, proton, blue, cyan, and grayscale.

Shades and Tones

Each neon color comes in a regular form, two shades (*-0, *-25), and two tints (*-75, *-100). These classes color backgrounds a solid neon color:

Regular Darkest Dark Light Lightest
.bg-green .bg-green-0 .bg-green-25 .bg-green-75 .bg-green-100
.bg-ufo .bg-ufo-0 .bg-ufo-25 .bg-ufo-75 .bg-ufo-100
.bg-lime .bg-lime-0 .bg-lime-25 .bg-lime-75 .bg-lime-100
.bg-red .bg-red-0 .bg-red-25 .bg-red-75 .bg-red-100
.bg-orange .bg-orange-0 .bg-orange-25 .bg-orange-75 .bg-orange-100
.bg-yellow .bg-yellow-0 .bg-yellow-25 .bg-yellow-75 .bg-yellow-100
.bg-absinthe .bg-absinthe-0 .bg-absinthe-25 .bg-absinthe-75 .bg-absinthe-100
.bg-chartreuse .bg-chartreuse-0 .bg-chartreuse-25 .bg-chartreuse-75 .bg-chartreuse-100
.bg-pink .bg-pink-0 .bg-pink-25 .bg-pink-75 .bg-pink-100
.bg-magenta .bg-magenta-0 .bg-magenta-25 .bg-magenta-75 .bg-magenta-100
.bg-plastic .bg-plastic-0 .bg-plastic-25 .bg-plastic-75 .bg-plastic-100
.bg-purple .bg-purple-0 .bg-purple-25 .bg-purple-75 .bg-purple-100
.bg-proton .bg-proton-0 .bg-proton-25 .bg-proton-75 .bg-proton-100
.bg-blue .bg-blue-0 .bg-blue-25 .bg-blue-75 .bg-blue-100
.bg-cyan .bg-cyan-0 .bg-cyan-25 .bg-cyan-75 .bg-cyan-100
.bg-grayscale .bg-grayscale-0 .bg-grayscale-25 .bg-grayscale-75 .bg-grayscale-100

Gradients

Combine any two of the above shades and tones to add a neon background gradient to your web page.

Example

Direction of Gradient

The last suffix in the class defines the direction of the gradient. The below options are available:

Suffix Direction
*-nw Northwest
*-ne Northeast
*-sw Southeast
*-sw Southwest

Acknowledgements

Promare Gradients derives its name from the movie Promare which features rich neon gradient coloring and inspired this package.

[^1]: Bojko, A. (2013). Eye tracking the user experience: A practical guide to research. Rosenfeld.


All versions of promare-gradients with dependencies

PHP Build Version
Package Version
No informations.
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 ouxsoft/promare-gradients contains the following files

Loading the files please wait ....