https://github.com/mablae/colorfulbundle
This Bundle provides some Basic functions to work with colors. It also brings a nice Admin Interface for managing colors. ATM this is only a Idea, not a working bundle.
https://github.com/mablae/colorfulbundle
Last synced: 5 months ago
JSON representation
This Bundle provides some Basic functions to work with colors. It also brings a nice Admin Interface for managing colors. ATM this is only a Idea, not a working bundle.
- Host: GitHub
- URL: https://github.com/mablae/colorfulbundle
- Owner: mablae
- Created: 2012-07-18T16:43:06.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-18T16:50:27.000Z (almost 14 years ago)
- Last Synced: 2025-10-20T07:50:29.072Z (9 months ago)
- Size: 97.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ColorfulBundle
==============
This Symfony2 Bundle provides some Basic functions to work with colors.
It also brings a nice Admin Interface for managing colors.
ATM this is only a Idea, not a working bundle.
Ideas:
======
- Have a nice JquerySelector FormType for choosing colors, like DateSelector does for date values.
- Have a Model for persisting values to Database (look at FOSUB implementation to be ODM aware)
- SonataAdmin class for use in Backends.
Basic model:
Color:
id:
hex:
ral:
cymk:
->getHexValue()
->getRalValue()
->getRalString()
->getCmykArray()
->getRgbArray()