lazerball / hit-tracker
0.4.5
2019-08-04 03:35 UTC
Requires
- php: >=7.2
- api-platform/core: ^2.2
- doctrine/dbal: ^2.7
- doctrine/doctrine-bundle: ^1.6
- doctrine/doctrine-cache-bundle: ^1.2
- doctrine/doctrine-migrations-bundle: ^2.0
- doctrine/migrations: ^2.0
- doctrine/orm: ^2.6
- dunglas/doctrine-json-odm: ^0.1
- friendsofsymfony/rest-bundle: ^2.1
- guzzlehttp/guzzle: ^6.0
- igorw/get-in: ^1.0
- incenteev/hashed-asset-bundle: ^1.0
- jms/serializer-bundle: ^2.0
- jrobeson/sylius-settings-bundle: ^1.0
- nelmio/cors-bundle: ^1.5
- nelmio/security-bundle: ^2.0
- nesbot/carbon: ^2.0
- nikic/iter: ^2.0
- phpdocumentor/reflection-docblock: ^4.0
- ramsey/uuid: ^3.7
- ramsey/uuid-console: ^1.1
- ramsey/uuid-doctrine: ^1.4
- sensio/framework-extra-bundle: ^5.0
- sylius/registry: ^1.2
- sylius/resource: ^1.5
- sylius/resource-bundle: ^1.5
- symfony/asset: ^4.2
- symfony/debug-bundle: ^4.2
- symfony/dotenv: ^4.0
- symfony/flex: ^1.0
- symfony/framework-bundle: ^4.2
- symfony/monolog-bundle: ^3.2
- symfony/orm-pack: ^1.0
- symfony/process: ^4.2
- symfony/profiler-pack: ^1.0
- symfony/property-access: ^4.2
- symfony/property-info: ^4.3
- symfony/psr-http-message-bridge: ^1.0
- symfony/security-bundle: ^4.3
- symfony/serializer: ^4.2
- symfony/swiftmailer-bundle: ^3.0
- symfony/validator: ^4.1
- symfony/web-profiler-bundle: ^4.3
- symfony/webpack-encore-bundle: ^1.6
- twig/extensions: ^1.5
- vich/uploader-bundle: ^1.0
- willdurand/hateoas-bundle: ^1.3
- zendframework/zend-diactoros: ^1.0
Requires (Dev)
- behat/behat: ^3.0
- behat/mink: ^1.6
- behat/mink-browserkit-driver: ^1.2
- behat/mink-extension: ^2.0
- behat/mink-selenium2-driver: ^1.2
- behat/symfony2-extension: ^2.0
- doctrine/doctrine-fixtures-bundle: ^3.0
- friendsofphp/php-cs-fixer: ^2.0
- fzaninotto/faker: ^1.6
- league/factory-muffin: ^3.0
- league/factory-muffin-faker: ^2.0
- matthiasnoback/symfony-config-test: ^4.0
- phpdocumentor/type-resolver: ^0.4.0
- phpspec/phpspec: ^5.1
- phpstan/phpstan-doctrine: ^0.11
- phpstan/phpstan-symfony: ^0.11
- phpunit/phpunit: ^7.0
- psy/psysh: ^0.9
- symfony/phpunit-bridge: ^4.0
- thecodingmachine/phpstan-strict-rules: ^0.11
This package is not auto-updated.
Last update: 2026-06-21 01:34:19 UTC
README
This document contains information on how to download, install, and start this program.
Requirements
To install this program you will need:
- PHP >= 7.0
- Various PHP extensions (checked below)
- Composer
- PostgreSQL >= 9.3
- Nginx
- Nginx Push Stream Module
To (re)build the assets (js,css,images) for this program you will need:
To run this program you will need:
- Installation
-
Configuring the web server
TODO: add nginx configuration
-
Web application
php composer.phar create-project lazerball/hit-tracker path/to/installcd /path/to/install- copy env.dist to .env and fill in
bin/console doctrine:database:createbin/console doctrine:migrations:migratebin/console cache:clear
-
Vest data receiver
- TODO: link to htdataredirector once it has instructions
-
Optional - (Re)build assets
npm installbower installember build --output-path web/assets
- Run
Go to http://example.org/