https://github.com/jamesread/lan-party-publisher-php
A specification, and some reference implementations for a LAN Party Publishing Standard.
https://github.com/jamesread/lan-party-publisher-php
Last synced: 11 months ago
JSON representation
A specification, and some reference implementations for a LAN Party Publishing Standard.
- Host: GitHub
- URL: https://github.com/jamesread/lan-party-publisher-php
- Owner: jamesread
- License: agpl-3.0
- Created: 2018-09-23T22:40:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-23T23:44:00.000Z (over 1 year ago)
- Last Synced: 2025-04-05T00:45:38.552Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 17 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lan-party-publisher-php
This package enables the creation of the LAN party publishing standard, making it easy to pull your own list of events and publish those to the world in a standard format that can be consumed by other sites (like [LANList](http://lanlist.info/)).
## Using the PHP Library
```shell
composer require jamesread/lan-party-publisher-php
```
Look at the [examples](examples) to help get you started.