Skip to content

Baseball Stats PHP Application (succeeded by general-manager)

Notifications You must be signed in to change notification settings

CodyCrowOK/baseball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Baseball Statistics Calculator

A Simple way to calculate player statistics.

I created this PHP/MySQL script for my own team's usage because everything else is both worthless and expensive. This presents a no-nonsense display of statistics for both pitching and hitting.

#Metrics Used#

##Pitching##

  • ERA
  • Wins/Losses
  • IP
  • WHIP
  • H/7
  • BB/7
  • SO/7
  • SO/BB
  • Hits
  • Walks
  • Hit Batsmen
  • Strikeouts
  • Games
  • Saves
  • Batters Faced

##Batting##

  • OBP
  • AVG
  • SLG
  • OPS
  • Runs Created
  • PA
  • Hits
  • Walks
  • Strikeouts
  • Total Bases
  • HBP
  • 2B
  • 3B
  • HR
  • RBI
  • Sacrifices
  • Runs
  • Stolen Bases
  • Caught Stealing
  • SB %
  • Times on Base

About

Baseball Stats PHP Application (succeeded by general-manager)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages