Download the PHP package maxalmonte14/nfl-scores without Composer

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

About NFL-Scores

Build Status Scrutinizer Code Quality Code Coverage Build Status StyleCI License: MIT

NFL-Scores is a CLI program that allows you to see the scores of live NFL games, as well as the list of games of the day and the current weekly schedule.

Requirements

Installation

How to use

Getting all live games

That will show you something like this.

You can see the teams that are playing, at which stadium, the current quarter, the clock, the possession team, the current down, and the yards to go. Pretty good, ah?

Getting your favorite team live game

You can get one specific live game just passing a parameter with your team abbreviation to the live command.

And now you have the Cleveland Browns game live on your terminal!

Getting a list of today's games

If you want to see what teams are going to play today you can use the today command.

That will show an output as the following.

Getting today's finished games

The live command won't show you the finished games, so, if want to know the final results of a game you should use the finished command.

The output will be like the following:

You can also get one specific game passing a parameter to the finished command.

The output will be like the following:

Getting the games for this week

The week command will show the games for the current week.

Note: Remember, a week in the NFL is composed by a Thursday, a Sunday and the Monday of next week.

The output will be similar to the following.

What this program cannot do

This program has its limitations, the NFL hasn't an open API to get precise data at any time you want, so I'm using an NFL Game Center JSON file which is updated every certain time to get the data that the CLI show.

For that reason this program cannot do the following things:

What this program doesn't do but could do!

There is a lot of things that I would love to add in future versions of this program, these are some of them:

What this program can improve

There is a lot of things that can be done to improve this program, there are a few of them:

Contributing

Do you like this little app? Do you follow the PSR standards? It sounds good to me! Send me a PR, and don't forget to add some tests.


All versions of nfl-scores with dependencies

PHP Build Version
Package Version
Requires php Version ^7.1.3
laravel-zero/framework Version 5.7.*
maxalmonte14/phpcollections Version ^0.7.0
zendframework/zend-text Version ^2.7
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 maxalmonte14/nfl-scores contains the following files

Loading the files please wait ....