Popular Packages
-
-
-
-
-
PHP
hotelmah/mysql-table-editor
MySQL Table Editor Web Application/Project. Add, View, Edit, and Delete (CRUD) records from one table at a time. Switch to other MySQL Tables in your browser. First, set up a per Table Configuration for each table. Specify what fields to see and what fields are required for add/edit. Enjoy a fancy C
-
-
-
-
PHP
hotelmah/write-file
Write File is a rudimentary PHP write a file to disk class. Data can be added incrementally to memory using the saveData method which can then be written at once to a file via the write method. This library is used by the MySQL Table Editor (MTE) project.
-
PHP
refaltor/coinbase-sdk
Package to interact with the Coinbase API and create complex applications.
-
-
-
PHP
soufian212/laratransmanager
Store all your translations on the database and translate them easily with a dashboard
-
PHP
hotelmah/mysqli-wrapper
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.