Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/butr/bannerlord.php
Adds an experimental ability to use mods written in PHP. Requires BUTRLoader to work.
https://github.com/butr/bannerlord.php
bannerlord bannerlord-mod mount-and-blade-bannerlord peachpie php
Last synced: about 1 month ago
JSON representation
Adds an experimental ability to use mods written in PHP. Requires BUTRLoader to work.
- Host: GitHub
- URL: https://github.com/butr/bannerlord.php
- Owner: BUTR
- License: mit
- Created: 2021-05-10T20:23:23.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-07-01T21:37:40.000Z (7 months ago)
- Last Synced: 2024-12-25T02:22:29.262Z (about 1 month ago)
- Topics: bannerlord, bannerlord-mod, mount-and-blade-bannerlord, peachpie, php
- Language: PHP
- Homepage: https://www.nexusmods.com/mountandblade2bannerlord/mods/4254
- Size: 67.4 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- License: LICENSE
Awesome Lists containing this project
README
# Bannerlord.PHP
This is an experimental module for installing modules written in PHP that uses [PeachPie](https://peachpie.io/).
Requires [BLSE](https://www.nexusmods.com/mountandblade2bannerlord/mods/1) to be installed and the game to be run via [BLSE](https://www.nexusmods.com/mountandblade2bannerlord/mods/1). We will try to create a workaround for running the game via Vortex in the future.
## For Players
Make sure that [BLSE](https://www.nexusmods.com/mountandblade2bannerlord/mods/1) is installed and the game is run via [BLSE](https://www.nexusmods.com/mountandblade2bannerlord/mods/1).
## For Modders
Use [this](https://github.com/BUTR/Bannerlord.PHP/tree/master/src/Bannerlord.PHPExample) as an example of how to create a PHP module. We'll create a dotnet template once we are sure the template is correct.
We don't have anyone who knows PHP enough to provide support. Please check [PeackPie documentation](https://docs.peachpie.io/) on how to interact with C#, the documentation contains enough examples.
Please note that PeackPie does not provide all features of PHP! [Check the compatibility status](https://docs.peachpie.io/compatibility-status/)!