Download the PHP package jacob-roth/php-helpers without Composer
On this page you can find all versions of the php package jacob-roth/php-helpers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jacob-roth/php-helpers
More information about jacob-roth/php-helpers
Files in jacob-roth/php-helpers
Download jacob-roth/php-helpers
More information about jacob-roth/php-helpers
Files in jacob-roth/php-helpers
Vendor jacob-roth
Package php-helpers
Short Description An assortment of PHP scripts and classes that aid in the development of PHP projects
License MIT
Homepage https://github.com/JacobRothDevelopment/PhpHelpers
Package php-helpers
Short Description An assortment of PHP scripts and classes that aid in the development of PHP projects
License MIT
Homepage https://github.com/JacobRothDevelopment/PhpHelpers
Please rate this library. Is it a good library?
Informations about the package php-helpers
PhpHelpers
A library of PHP scripts and classes that aid in the development of PHP projects
All scripts are written for PHP 7.4 | 8.*
List of Helpers
-
UpdateSqlClasses.php
- These scripts are used to create php classes representing your database tables
-
Choose a script from
UpdateSqlClasses/
based on which sql implementation you're using -
Supported Implementations
-
MySQL:
/UpdateSqlClasses/mysql/UpdateSqlClasses.php
- SQLite:
/UpdateSqlClasses/sqlite/UpdateSqlClasses.php
-
- See the top section of the script to configure the script's parameters
- Tun from the root directory of project
-
PdoWrapper.php
- I wrote this class because I hated copying and pasting the same PDO query & execution code and only needing to change the sql query
- Initialize the object with your PDO instance, then use this class instead of your PDO
-
SqlExecution is the method you'll use the most (usage examples here)
- Each
SqlExecution()
tries to begin a transaction if one hasn't already been opened. Because of this, you'll need to runSaveChanges()
to commit that transaction when you insert into of update your tables
-
Logger.php
- This class helps create a custom log file.
- Use like
outputs
-
Util.php
-
DebugPrint()
- A wrapper around
print_r()
that will output data to the browser in a readable format - Optional string title and stringifies a given value of any type
- Use like
-
All versions of php-helpers with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8.0
The package jacob-roth/php-helpers contains the following files
Loading the files please wait ....