Libraries tagged by baseball
mgargano/baseball-tools
19 Downloads
PHP wrapper library that provides access to the Baseball-Databank (www.baseball-databank.org) and succeeding databases
cspivack/faker-baseball
6 Downloads
Use fakerphp/faker to generate data from the Fighting Baseball roster.
bilaleren/broadage-api
4 Downloads
Broadage Sports provides comprehensive sports data API solutions for your projects.
awcodes/shout
535436 Downloads
A simple inline contextual notice for Filament forms, basically just a fancy placeholder.
mf/collections-php
108837 Downloads
Collections for PHP - It's basically a syntax sugar over classic array structure, which allows you to use it as classic array, but adds some cool features.
tlr/menu
9658 Downloads
Take some of the stress and boilerplate out of building menus (or indeed any list, because that's basically what a menu is) With support for laravel
sweetchuck/cli-cmd-builder
104757 Downloads
Build a CLI commands. Basically string concatenating.
naprstek/doctrine-functions
36375 Downloads
A set of User Defined Functions to Doctrine 2, basically for MSSQL.
mouf/html.utils.weblibrarymanager
363002 Downloads
The Javascript/CSS library manager is a PHP class in charge of keeping track of the JS and CSS files that have been included so far in a web page. Basically, you tell the Javascript/CSS library manager to import a JS/CSS file and it will make sure it is included, only once, and that all dependencies are included as well.
de-swebhosting-typo3-extension/tinyurls
63790 Downloads
This extensions allows you to cut down long URLs. It basically works like bitly or TinyURL.
badoo/phpcf
2545 Downloads
The formatter was created to basically only modify whitespaces, for example line feed, tabs, spaces, etc.
hov/jobfair
3641 Downloads
Simple job market based on Extbase and Fluid. Basically works like dmmjobcontrol. There are list and detail views available. In addition, it is possible to set up an online application system. Furthermore, FE-Users can be enabled to add and edit jobs in the frontend, so to BE-Administration is required. Feeds (Rss091, Rss2, Atom) are also available
ryanhs/chess.php
7802 Downloads
chess.php is a PHP chess library that is used for chess move generation/validation, piece placement/movement, and check/checkmate/stalemate detection - basically everything but the AI. NOTE: this is a port of chess.js for php
phmlabs/smoke
1182 Downloads
Smoke can be used to check if a web platform is basically working.
bainternet/sqlite-simple-store
50 Downloads
Super lightweight Zero configuration sqlite-based key => value store with expiration time for PHP. Basically its a simple key value storage with and expireation field which will delete the value after it expires. Also since its heavily influenced by redis, some of redis useful functions were implemented.