Download the PHP package csoellinger/silverstripe-admin-icons without Composer
On this page you can find all versions of the php package csoellinger/silverstripe-admin-icons. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download csoellinger/silverstripe-admin-icons
More information about csoellinger/silverstripe-admin-icons
Files in csoellinger/silverstripe-admin-icons
Package silverstripe-admin-icons
Short Description Little helper classes to get SilverStripe admin icon names easily.
License MIT
Homepage https://github.com/CSoellinger/silverstripe-admin-icons
Informations about the package silverstripe-admin-icons
SilverStripe Admin Icons
Little helper classes to get SilverStripe admin icon names easily.
- Requirements
- Installation
- License
- Documentation
- Csoellinger\Silverstripe\AdminIcons\AdminIcon
- Csoellinger\Silverstripe\AdminIcons\AdminIconCss
- Csoellinger\Silverstripe\AdminIcons\AdminIconUnicode
- Maintainers
- Bugtracker
- Development and contribution
- (Re-)Generate classes
- Icon Preview
Requirements
- PHP 7.* or PHP 8.0
- SilverStripe ^4
- SilverStripe Admin ^1
Installation
Just install it with composer. Major and minor versions should be equal to SilverStripe Admin.
License
See License
Documentation
The package generates three classes for all Icons.
Csoellinger\Silverstripe\AdminIcons\AdminIcon
Held the icon names as class constants. Source
Csoellinger\Silverstripe\AdminIcons\AdminIconCss
Held the icon names prefixed with "font-icon-" as class constants. Source
Csoellinger\Silverstripe\AdminIcons\AdminIconUnicode
Held the icon unicode characters as class constants. Source
Maintainers
- Christopher Söllinger [email protected]
Bugtracker
Bugs are tracked in the issues section of this repository. Before submitting an issue please read over existing issues to ensure yours is unique.
If the issue does look like a new bug:
- Create a new issue
- Describe the steps required to reproduce your issue, and the expected outcome. Unit tests, screenshots and screencasts can help here.
- Describe your environment as detailed as possible: SilverStripe version, Browser, PHP version, Operating System, any installed SilverStripe modules.
Please report security issues to the module maintainers directly. Please don't file security issues in the bugtracker.
Development and contribution
If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.
(Re-)Generate classes
The package provide a composer script which handles the class generation. It uses the SilverStripe font svg directly from the vendor directoryto get only necessary icons. To (re)generate the classes run the following command:
Icon Preview
There is a small script included which allows you to see all included icons. The easiest way to start this is by running a composer script:
All versions of silverstripe-admin-icons with dependencies
silverstripe/admin Version ^1.12
silverstripe/framework Version ^4.10