Download the PHP package ernestdefoe/picks without Composer

On this page you can find all versions of the php package ernestdefoe/picks. 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 picks

Picks

Floxum Version Downloads Review License

A Flarum 2.x extension that adds a college-football pick'em game to your forum. Members predict the winners of each week's games, earn points, and compete on a season leaderboard. Schedules and teams are synced from CollegeFootballData (CFBD), and team logos / live scores come from ESPN.

Features

Requirements

Installation

Then enable Picks in the admin panel under Extensions.

Setup

  1. Open the Picks page in the admin panel.
  2. Paste your CFBD API key and set the season year (and optionally a conference filter).
  3. Sync Teams, then Sync Schedule to pull the season's games.
  4. Open the week(s) you want members to pick.
  5. Grant the picks permissions to the appropriate groups (see below).

To keep live scores updating, make sure Flarum's scheduler is running (see Scheduler below) and enable ESPN polling in the settings.

Permissions

Set these under Admin → Permissions:

Ability Lets a user…
picks.view See the Picks page and leaderboard.
picks.makePicks Submit and change their own picks.
picks.viewHistory View pick history for users.
picks.manage Manage the game (sync, results, weeks, settings). Admins always have this.

Settings

Configured on the admin Picks page (stored under the ernestdefoe-picks.* namespace):

Scheduler

Live-score polling runs as a scheduled command (PollLiveScoresCommand, every 5 minutes). For it to fire, Flarum's scheduler must be invoked once a minute by cron:

You can also run syncs manually:

Data sources

Team names, logos, and data are the property of their respective owners and the providers above. This is an unofficial fan tool and is not affiliated with or endorsed by the NCAA, CFBD, ESPN, or any team.

Credits

Based on huseyinfiliz/pickem by Hüseyin Filiz. Subsequently forked by resofire and now maintained by ernestdefoe as ernestdefoe/picks.

Support

Questions, bug reports, and feature requests:

License

MIT


All versions of picks with dependencies

PHP Build Version
Package Version
Requires flarum/core Version ^2.0.0-beta.8
guzzlehttp/guzzle Version ^7.0
intervention/image Version ^3.0
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 ernestdefoe/picks contains the following files

Loading the files please wait ...