Download the PHP package oss/opensoccerstar without Composer

On this page you can find all versions of the php package oss/opensoccerstar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package opensoccerstar

Latest Version Build Status Coverage Status Quality Score Total Downloads

Play the current stable release at http://opensoccerstar.com

Introduction

This is an experiment. Is it possible to create a browsergame by the open source community?

Background

In 2002 I started coding my first own browsergame Onlinetennis.net. It was then released in 2004 and just had it's 10th anniversary. With my coding skills the code quality improved. But coding alone is a hard challenge. There are issues in all parts - frontend, backend, server maintenance, community management, marketing, tools, etc.

Description

I always had another game in my mind - a soccer manager game in which you are not the manager or trainer, but the player. You receive contract offers and choose a team to play for. The training plan is set up by your coach, but you can decide which parts of the training you want to spend the most energy in. Or even save your energy for giving interviews, driving fast cars or party all night. This way you won't become the perfect player, but the press will make you popular anyway. Interaction with other real players enable you to improve team play - or get the unwanted trainer out of the team.

That's a huge project. So I eventually decided to open up the development and try to find others to join it. As in every project there is much more to do than just coding. There is game design, art, translation, testing or simply playing the game.

Philosophy

So far there is only the skeleton of the project, a plain Symfony2 project. I used Symfony2 for all my last projects so I decided to stick to it as I think it fits the requirements. I also coded some parts of the game in a private repository and am planning to move it here step by step. Not all at once as I want to clean it up at the same time. Important in my opinion is to use as many existing libraries as possible to keep the actual business logic small and maintainable. Things like Symfony2, jQuery and a frontend framework might be obvious here. But I think it will also help to not include game mechanics that are very abstract as for example a league management. It might be not existing yet, but moving this into it's own repository enables others to use and extend it without the need to join this specific project. A league management that is able to create tables and fixtures, manage relegation and promotion, could be also used for the private Fifa tournaments for example.

When reading about how to start an open source project, there is always the advice to not start and hope for help before a base is made that offers a real use case for the people. I decided for the opposite and start with this simple text. It's not that I hope for many people to read this document or even join the project. But starting the project in the public right from the beginning takes away the pain to think about when the best time is to release a first version.

Design Principles

The foremost priority is to achieve a maximum of immersion. Because of that there should be no moderators or admins in the game. Instead there are federations with people in positions like a president or player advisors etc. These positions are done by real people and replace the need for mods and admins. The game should be very accessible both for active players but also for non-members. To achieve that, every part of the game should be accessible even without a player account. So everybody might investigate the standings, team or player profiles and statistics. That also enables players to link to these pages in social media. All formulas in the game are public. So the real challenge for the players is not to find out the formula behind all the calculations, but the best way to handle them. If at some point the game needs to earn some money, this should be done by premium features that don't interfer with the skill of the players. For example additional statistics, some kind of calculators or helpers are good examples while power ups are a bad example.

Getting Started

So if you like the idea, simply watch this project to get informed about any updates. And when you feel the time is right, just open an issue with a question or suggestion.

If you want to add your own features, improve an existing one or just want to play around a bit just follow these steps:

Next Steps

The next steps will be to change the project skeleton into a very very simple, but playable game, the minimum viable product. Furthermore I would like to outline my vision of the project a bit more, so everybody is able to see in what direction the project shall go.

Thanks for reading this text and thanks for watching this repository!


All versions of opensoccerstar with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.3
symfony/symfony Version 2.5.*
doctrine/orm Version ~2.2,>=2.2.3
doctrine/doctrine-bundle Version ~1.2
doctrine/doctrine-fixtures-bundle Version 2.2.0
twig/extensions Version ~1.0
symfony/assetic-bundle Version ~2.3
symfony/swiftmailer-bundle Version ~2.3
symfony/monolog-bundle Version ~2.4
sensio/distribution-bundle Version ~3.0
sensio/framework-extra-bundle Version ~3.0
incenteev/composer-parameter-handler Version ~2.0
friendsofsymfony/user-bundle Version ~2.0@dev
hwi/oauth-bundle Version 0.4.*@dev
bmatzner/foundation-bundle Version ~5.3
bmatzner/modernizr-bundle Version ~2.7
fzaninotto/faker Version ~1.4
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package oss/opensoccerstar contains the following files

Loading the files please wait ....