Download the PHP package alizharb/filament-game-icons without Composer

On this page you can find all versions of the php package alizharb/filament-game-icons. 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 filament-game-icons

๐ŸŽฎ Filament Game Icons

Filament Game Icons **The ultimate Game Icons collection for FilamentPHP** [![Latest Version](https://img.shields.io/packagist/v/alizharb/filament-game-icons.svg?style=for-the-badge&logo=packagist)](https://packagist.org/packages/alizharb/filament-game-icons) [![Total Downloads](https://img.shields.io/packagist/dt/alizharb/filament-game-icons.svg?style=for-the-badge&logo=packagist)](https://packagist.org/packages/alizharb/filament-game-icons) [![License](https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge)](LICENSE) [![PHP Version](https://img.shields.io/packagist/php-v/alizharb/filament-game-icons?style=for-the-badge&logo=php)](https://packagist.org/packages/alizharb/filament-game-icons) [![Code Quality](https://img.shields.io/scrutinizer/quality/g/alizharb/filament-game-icons?style=for-the-badge&logo=scrutinizer)](https://scrutinizer-ci.com/g/alizharb/filament-game-icons) [![FilamentPHP](https://img.shields.io/badge/FilamentPHP-4.x-FF6719?style=for-the-badge&logo=data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDJMMTMuMDkgOC4yNkwyMCA5TDEzLjA5IDE1Ljc0TDEyIDIyTDEwLjkxIDE1Ljc0TDQgOUwxMC45MSA4LjI2TDEyIDJaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9zdmc+)](https://filamentphp.com) _Transform your FilamentPHP applications with 4000+ beautiful game icons_ [๐Ÿ“– Documentation](#-documentation) โ€ข [๐Ÿš€ Quick Start](#-quick-start) โ€ข [๐Ÿ’ก Examples](#-examples) โ€ข [๐Ÿค Contributing](#-contributing)

โœจ Features

### ๐ŸŽฏ **Core Features** - ๐ŸŽฎ **4000+ Game Icons** - Complete collection from game-icons.net - ๐Ÿ”ง **Type Safe** - Full PHP enum with IDE autocompletion - ๐Ÿท๏ธ **Human Readable** - Implements `HasLabel` for better UX - ๐Ÿ“ฆ **Zero Config** - Works out of the box - โšก **Optimized** - Blazing fast with smart caching ### ๐Ÿ› ๏ธ **Developer Experience** - ๐Ÿ” **Searchable** - Built-in search and categorization - ๐ŸŽจ **Customizable** - Easy theming and icon replacement - ๐Ÿ“ฑ **Responsive** - Looks great on all devices - ๐Ÿ”„ **Auto-sync** - Keep icons updated automatically - ๐Ÿ’ก **IntelliSense** - Full IDE support

๐Ÿš€ Quick Start

Installation

Install the package via Composer:

Asset Registration

Register the assets with FilamentPHP:

Basic Usage

Start using Game Icons immediately in any FilamentPHP component:


๐Ÿ“– Documentation

๐Ÿ—๏ธ Architecture Overview

๐ŸŽฏ Component Integration

๐Ÿ“‹ Actions & Buttons
๐Ÿ“ Form Components
๐Ÿ“Š Table Columns
๐Ÿ“ฑ Widgets & Dashboard

๐Ÿ—‚๏ธ Icon Categories

| Category | Count | Examples | Usage | | -------------------- | ----- | -------------------------------------- | ---------------------------- | | **โš”๏ธ Weapons** | 500+ | `Sword`, `BowArrow`, `Shield`, `Axe` | Combat systems, inventory | | **๐Ÿ”ฎ Magic** | 300+ | `MagicSwirl`, `HealingPotion`, `Rune` | Spell systems, enchantments | | **๐Ÿ‘ค Characters** | 200+ | `Wizard`, `Warrior`, `Archer`, `Rogue` | Character selection, classes | | **๐Ÿ‰ Creatures** | 400+ | `Dragon`, `Wolf`, `Phoenix`, `Demon` | Bestiary, enemy systems | | **๐Ÿ’Ž Items** | 600+ | `Armor`, `Crown`, `Gem`, `Treasure` | Inventory, rewards | | **๐ŸŽฒ Dice & Gaming** | 50+ | `D4`, `D6`, `D20`, `Cards` | Game mechanics, RNG | | **๐Ÿฐ Environment** | 300+ | `Castle`, `Forest`, `Cave`, `Tower` | World building, locations | | **โš™๏ธ Interface** | 200+ | `Settings`, `Menu`, `Save`, `Load` | UI elements, navigation |

๐Ÿ’ก Examples

๐ŸŽฎ Complete Gaming Resource

Character Management System
๐Ÿ“Š Advanced Dashboard Widgets

๐Ÿ”ง API Reference

๐Ÿท๏ธ GameIcons Enum Methods

๐Ÿ” Search & Filtering


โš™๏ธ Configuration

๐ŸŽจ Custom Styling

Publish and customize the CSS:

๐Ÿ”ง Icon Replacement

Replace default FilamentPHP icons system-wide:


๐ŸŽฎ Gaming-Specific Helpers


๐Ÿ› ๏ธ Management Commands

๐Ÿ“ฅ Sync Command

Keep your icons up-to-date with the latest from game-icons.net:


๐ŸŽจ Theming Examples

๐ŸŒ™ Dark Mode Support

๐ŸŽญ Custom Icon Themes


๐Ÿงช Testing

Running Tests

๐ŸŽฏ Test Examples


๐Ÿš€ Performance

โšก Optimization Features


๐Ÿ”’ Security

๐Ÿ›ก๏ธ Security Features

๐Ÿ” Security Testing


๐Ÿ”Œ Plugin Integration

๐ŸŽฏ Popular FilamentPHP Plugin Compatibility

| Plugin | Status | Integration Example | | -------------------------- | --------------- | ----------------------------------------------------- | | **Filament Tables** | โœ… Full Support | `IconColumn::make()->icon(GameIcons::Sword)` | | **Filament Forms** | โœ… Full Support | `Select::make()->options(GameIcons::toSelectArray())` | | **Filament Actions** | โœ… Full Support | `Action::make()->icon(GameIcons::Attack)` | | **Filament Widgets** | โœ… Full Support | `Stat::make()->descriptionIcon(GameIcons::Trophy)` | | **Filament Notifications** | โœ… Full Support | `Notification::make()->icon(GameIcons::Success)` |

๐Ÿ”— Third-party Integrations


๐Ÿš€ Migration Guide

โฌ†๏ธ From Heroicons to Game Icons


๐Ÿค Contributing

We love contributions! Here's how you can help make this package even better:

๐ŸŽฏ Ways to Contribute

๐Ÿ› ๏ธ Development Setup

๐Ÿ“‹ Contribution Guidelines

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

๐Ÿ“‹ Requirements

| Requirement | Version | Status | | -------------------- | ------------------ | ----------------- | | **PHP** | 8.1+ | โœ… | | **Laravel** | 10.x / 11.x / 12.x | โœ… | | **FilamentPHP** | 4.x | โœ… | | **Blade Game Icons** | ^1.0 | โœ… Auto-installed |

๐Ÿ”ง Troubleshooting

โ“ Common Issues

Icons not displaying **Solution:**
IDE autocompletion not working **Solution:**
Performance issues with large icon sets **Solution:**

๐Ÿ“Š Statistics

### ๐Ÿ“ˆ **Package Stats** ![GitHub stars](https://img.shields.io/github/stars/alizharb/filament-game-icons?style=social) ![GitHub forks](https://img.shields.io/github/forks/alizharb/filament-game-icons?style=social) ![GitHub watchers](https://img.shields.io/github/watchers/alizharb/filament-game-icons?style=social) ### ๐ŸŽฎ **Icon Collection** | **Total Icons** | **Categories** | **Weekly Downloads** | **GitHub Stars** | | :-------------: | :------------: | :------------------: | :--------------: | | 4,000+ | 8 Major | 1,000+ | 50+ |

๐ŸŽ–๏ธ Showcase

๐Ÿ† Projects Using Filament Game Icons

Want your project featured here? Submit it!


๐Ÿ“š Resources

๐Ÿ“– Documentation & Guides

๐ŸŽฏ FilamentPHP Resources

๐ŸŽฎ Game Development


๐Ÿ“„ License & Attribution

๐Ÿ“œ Package License

This package is open-sourced software licensed under the MIT License.

๐ŸŽจ Game Icons License

The Game Icons used in this package are licensed under CC BY 3.0.

Required Attribution:


๐Ÿ™ Acknowledgments

### ๐Ÿ’ **Special Thanks** | Contributor | Role | Contribution | | ----------------------------------------------------------------------------------- | ------------------- | ---------------------------------- | | ๐ŸŽจ [**Game Icons**](https://game-icons.net/) | Icon Creators | Amazing 4000+ icon collection | | ๐Ÿ”ง [**Blade Game Icons**](https://github.com/codeat3/blade-game-icons) | Laravel Integration | Seamless Laravel blade integration | | ๐ŸŒŸ [**FilamentPHP Team**](https://filamentphp.com/) | Framework | Outstanding admin panel framework | | ๐Ÿ‘ฅ [**Contributors**](https://github.com/alizharb/filament-game-icons/contributors) | Community | Continuous improvements |

๐Ÿ†˜ Support

๐Ÿ’ฌ Get Help

| Support Channel | Response Time | Best For | | ---------------------------------------------------------------------------------------- | ------------- | ----------------------------- | | ๐Ÿ› [**GitHub Issues**](https://github.com/alizharb/filament-game-icons/issues) | 24-48 hours | Bug reports, feature requests | | ๐Ÿ’ฌ [**GitHub Discussions**](https://github.com/alizharb/filament-game-icons/discussions) | 12-24 hours | Questions, ideas, showcase | | ๐ŸŒŸ [**FilamentPHP Discord**](https://discord.gg/filamentphp) | Real-time | Community support | | ๐Ÿ“ง [**Email Support**](mailto:[email protected]) | 48-72 hours | Private/commercial inquiries |

๐Ÿ“ Before Reporting Issues

  1. โœ… Check existing issues
  2. โœ… Read the documentation
  3. โœ… Try the troubleshooting guide
  4. โœ… Provide clear reproduction steps

๐Ÿ’ก Pro Tips

๐ŸŽฏ Best Practices

โšก Performance Tips


๐Ÿ”— Related Packages

๐ŸŽฎ Ecosystem


## ๐ŸŒŸ Star History [![Star History Chart](https://api.star-history.com/svg?repos=alizharb/filament-game-icons&type=Timeline)](https://star-history.com/#alizharb/filament-game-icons&Timeline) --- ## ๐Ÿ’ Show Your Support **If this package helped you build something awesome, consider:** [![Sponsor](https://img.shields.io/badge/Sponsor-๐Ÿ’-ff69b4?style=for-the-badge&logo=github-sponsors)](https://github.com/sponsors/alizharb) โญ **Star this repository** ๐Ÿฆ **Share on Twitter** ๐Ÿ“ **Write a blog post** ๐Ÿ—ฃ๏ธ **Tell your friends** --- **Made with โค๏ธ and โ˜• for the FilamentPHP community** [โญ Star](https://github.com/alizharb/filament-game-icons) โ€ข [๐Ÿด Fork](https://github.com/alizharb/filament-game-icons/fork) โ€ข [๐Ÿ› Issues](https://github.com/alizharb/filament-game-icons/issues) โ€ข [๐Ÿ’ฌ Discussions](https://github.com/alizharb/filament-game-icons/discussions) โ€ข [๐Ÿ“š Wiki](https://github.com/alizharb/filament-game-icons/wiki) --- _Built by [Ali Harb](https://github.com/alizharb) โ€ข Powered by [FilamentPHP](https://filamentphp.com) โ€ข Icons from [Game Icons](https://game-icons.net/)_

All versions of filament-game-icons with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
codeat3/blade-game-icons Version ^1.5
filament/filament Version ^4.0
spatie/laravel-package-tools Version ^1.16
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 alizharb/filament-game-icons contains the following files

Loading the files please wait ....