hamjoint / bramley
Amateur radio contest management.
Requires
- php: >=5.5.9
- dansmith/laravel5-foundation: dev-master
- erusev/parsedown: ^1.5
- laravel/framework: ^5.0
- pda/pheanstalk: ^3.0
- tjbp/countries: @dev
- tjbp/tablelegs: @dev
Requires (Dev)
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~4.0
- symfony/css-selector: 2.8.*|3.0.*
- symfony/dom-crawler: 2.8.*|3.0.*
This package is not auto-updated.
Last update: 2021-01-22 22:53:35 UTC
README
Bramley is an open source radio contest management system. It is developed and maintained by Hamjoint CIC for Hamjoint Contests.
Bramley is dependent on several components of the Laravel framework, and supports Composer for dependency management. Building a Bramley-based application requires some knowledge of PHP development.
Features
- User accounts
- Contest profiles
- Entrant criteria
- Entry validation
Requirements
See composer.json.
Installation
Via Composer (using Packagist)
composer require hamjoint/bramley
Licence
Bramley is free and gratis software licensed under the GPL3 licence. This allows you to use Bramley for commercial purposes, but any derivative works (adaptations to the code) must also be released under the same licence. Bramley is built upon the Laravel framework, which is licensed under the MIT licence.