Libraries tagged by musically
mbernet/dto-parser
777 Downloads
A DTO Parser to convert array to object magically
marvinjanssen/magicmounter
28 Downloads
PHP stream wrapper library to magically mount local or remote filesystems.
frdl/mount-manager
58 Downloads
PHP stream wrapper library to magically mount local or remote filesystems.
cjdevstudios/entitymanagement-bundle
8 Downloads
A Symfony bundle for magically handling entities, menu generation, form creation and more.
bmt/iswc
0 Downloads
Class ISWC Represents an International Standard Musical Work Code (ISWC) and provides methods to manipulate it.
williamheelis/restful-inputs
142 Downloads
Simple RESTful globals: $_PUT, $_PATCH, $_DELETE, $_HEADER, $_JSON, $_PATH, $_RES for PHP APIs. Basically this is an extension of the logic PHP probably intended when they introduced _GET and _POST and this package simply extends it and is useful shorthand option for RESTful api end points as a result. The focus was on inline brevity, and assumes plenty of `/api/someItem/index.php` -> `PATCH::/api/someItem/` structure. (i.e lots of dirs with one index.php each!)
smartcoder01/chess.php
11 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
josh-techie/league-config
1 Downloads
This is a demo package basically the code is from the PHP League Config
hotelmah/mysqli-wrapper
15 Downloads
This MySQLi wrapper base class provides properties for Connection and Query Error Messages and ResultSet Properties and Methods to navigate a ResultSet. Connection and Server properties are also provided, basically all of the available features the extension provides.