PHPackages                             patrickbussmann/shooting-target - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. patrickbussmann/shooting-target

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

patrickbussmann/shooting-target
===============================

Draw shooting targets with hits based on coordinate system

1.0.1(8y ago)122874[2 issues](https://github.com/patrickbussmann/shooting-target/issues)MITPHPPHP &gt;=5.4

Since Aug 13Pushed 8y ago4 watchersCompare

[ Source](https://github.com/patrickbussmann/shooting-target)[ Packagist](https://packagist.org/packages/patrickbussmann/shooting-target)[ RSS](/packages/patrickbussmann-shooting-target/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Shooting Target
===============

[](#shooting-target)

[![Build Status](https://camo.githubusercontent.com/08d5d3516557489fd8bd6dabc4b483ad2c4c16d5c8465de491ac4f364e3e8e8e/68747470733a2f2f7472617669732d63692e6f72672f7061747269636b627573736d616e6e2f73686f6f74696e672d7461726765742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/patrickbussmann/shooting-target)[![Latest Stable Version](https://camo.githubusercontent.com/60c4826c9a510f4f4a3ffac2799d9e5f913fd87a97d7e8ca1d151971b63fc715/68747470733a2f2f706f7365722e707567782e6f72672f7061747269636b627573736d616e6e2f73686f6f74696e672d7461726765742f762f737461626c652e706e67)](https://packagist.org/packages/patrickbussmann/shooting-target)[![Total Downloads](https://camo.githubusercontent.com/cf99925cdee286ea9f8ba27110282e63d7b91f57ab849fa9db8ff4f2b8710feb/68747470733a2f2f706f7365722e707567782e6f72672f7061747269636b627573736d616e6e2f73686f6f74696e672d7461726765742f646f776e6c6f6164732e706e67)](https://packagist.org/packages/patrickbussmann/shooting-target)[![StyleCI](https://camo.githubusercontent.com/31f11de34e657d0806606a6b91ee9dc9800c69f42fbdd1617964fdb91f98097f/68747470733a2f2f7374796c6563692e696f2f7265706f732f3130303136393533342f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/100169534)[![codecov.io](https://camo.githubusercontent.com/35921b0ba8e0d943b8c207e8ab6e70073cb3a3c7935beaeb3583ffe196a56fe6/68747470733a2f2f636f6465636f762e696f2f6769746875622f7061747269636b627573736d616e6e2f73686f6f74696e672d7461726765742f636f7665726167652e7376673f6272616e63683d6d6173746572)](https://codecov.io/github/patrickbussmann/shooting-target?branch=master)

The goal was it to display the hits from the [www.meyton.org/shooting-data-feed-sdf/](Meyton) system. The data source is called Shooting Data Feed (SDF) and could be a XML file or a MySQL database.

Installation
------------

[](#installation)

### With Composer

[](#with-composer)

```
$ composer require patrickbussmann/shooting-target

```

```
{
    "require": {
        "patrickbussmann/shooting-target": "dev-master"
    }
}
```

```
