enjin / platform-fuel-tanks
A package for integrating Fuel Tanks into the Enjin Platform.
Installs: 4 498
Dependents: 1
Suggesters: 0
Security: 0
Stars: 5
Watchers: 5
Forks: 7
Open Issues: 0
Requires
- php: ^8.3|^8.4
- ext-bcmath: *
- ext-gmp: *
- ext-json: *
- ext-openssl: *
- enjin/platform-core: *
- phrity/websocket: *
- rebing/graphql-laravel: *
- spatie/laravel-package-tools: *
Requires (Dev)
- larastan/larastan: ^3.0
- laravel/pint: ^1.19
- nunomaduro/collision: ^8.5
- orchestra/testbench: ^9.9
- phpstan/extension-installer: ^1.4
- phpstan/phpstan-deprecation-rules: ^2.0
- phpstan/phpstan-phpunit: ^2.0
- phpunit/php-code-coverage: ^11.0
- phpunit/phpunit: ^11.5
- rector/rector: ^2.0
- roave/security-advisories: dev-latest
- spatie/laravel-ray: ^1.39
- dev-master
- v2.2.0
- v2.1.1
- v2.1.0
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.11.0
- v1.10.0
- v1.9.1
- v1.9.0
- v1.8.0
- v1.7.0
- v1.6.0
- v1.5.1
- v1.5.0
- v1.4.0
- v1.3.1
- v1.3.0
- v1.2.2
- v1.2.1
- v1.2.0
- v1.0.0
- v1.0.0-beta.12
- v1.0.0-beta.11
- v1.0.0-beta.10
- v1.0.0-beta.9
- v1.0.0-beta.8
- v1.0.0-beta.7
- v1.0.0-beta.6
- v1.0.0-beta.1
- dev-release
- dev-PLA-1986v2
This package is auto-updated.
Last update: 2025-03-14 16:19:24 UTC
README
This package is an extension of platform-core for fuel tanks.
Requirements
Please make sure you have installed platform-core already.
Installation
Update your project's composer.json with these values
"require": {
"enjin/platform-fuel-tanks": "dev-master"
},
"repositories": [
{
"type": "vcs",
"url": "git@github.com:enjin/platform-fuel-tanks.git"
}
]
You can then run composer install
in the terminal.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The LGPL 3.0 License. Please see License File for more information.