Download the PHP package patrickbussmann/shooting-target without Composer
On this page you can find all versions of the php package patrickbussmann/shooting-target. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package shooting-target
Shooting Target
The goal was it to display the hits from the www.meyton.org/shooting-data-feed-sdf/ system. The data source is called Shooting Data Feed (SDF) and could be a XML file or a MySQL database.
Installation
With Composer
Without Composer
Usage
Example Air Rifle 10m
(DE: Luftgewehr LG 10m)
Result
Example Air Pistol 10m
(DE: Luftpistole / LP 10m)
Result
Example with custom font
Using a custom font is more better because it will scale up to your selected size.
Result
Target list
There are many targets which are compatible with this. Use them as you like. The examples below based on this document from the DSB. This is the reason why the table is in german language.
Wettbewerb / Discipline | Ø 10 | Innen-Ø 10 | Ringabstand | Erster schw. Ring | Ringzahl | Status | |
---|---|---|---|---|---|---|---|
Gewehr 10 m Armbrust 10 m | 0.5 | 0.5 | 2.5 | 4 | 10 | ✅ | |
$target = new Target(0.5, 0.5, 2.5, 4, 10); | |||||||
10 m Pistole | 11.5 | 5 | 8 | 7 | 10 | ✅ | |
$target = new Target(11.5, 5, 8, 7, 10); | |||||||
Gewehr 15 m | 4.5 | 4.5 | 6 | 10 | ❔ | ||
$target = new Target(4.5, 0, 4.5, 6, 10); | |||||||
100 m Gewehr 25 m Pistole 50 m Pistole | 50 | 25 | 25 | 7 | 10 | ❔ | |
$target = new Target(50, 25, 25, 7, 10); | |||||||
Gewehr 300 m Vorderlader Freigewehr 300 m | 100 | 50 | 50 | 5 | 10 | ❔ | |
$target = new Target(100, 50, 50, 5, 10); | |||||||
Muskete 50 m | 80 | 40 | 1 | 6 | ❔ | ||
$target = new Target(80, 0, 40, 1, 6); | |||||||
25 m Schnellfeuer-/Duell-Pistole Pistole (Duell) | 100 | 50 | 40 | 5 | 6 | ❔ | |
$target = new Target(100, 50, 40, 5, 6); | |||||||
Laufende Scheibe 10 m | 5.5 | 0.5 | 2.5 | 5 | 10 | ❔ | |
$target = new Target(5.5, 0.5, 2.5, 5, 10); | |||||||
Laufende Scheibe 50 m | 60 | 30 | 17 | 0 | 2 | ❔ | |
$target = new Target(60, 30, 17, 0, 2); | |||||||
Armbrust international 30 m | 6 | 2 | 6 | 3 | 10 | ❔ | |
$target = new Target(6, 2, 6, 3, 10); | |||||||
Armbrust National 30 m | 10 | 0.5 | 15 | 4 | 6 | ❔ | |
$target = new Target(10, 0.5, 15, 4, 6); |
Contribution
- Having an issue? or looking for support? Open an issue please.
- Do you have a new feature or a bug fix? Fork the repo, make your changes, and submit a pull request. Thank you in Advance!
Support
If you like this project please star it 😉
All versions of shooting-target with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
ext-gd Version *
ext-gd Version *
The package patrickbussmann/shooting-target contains the following files
Loading the files please wait ....