Download the PHP package zguillez/php-tools without Composer
On this page you can find all versions of the php package zguillez/php-tools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-tools
php-tools
PHP module for common tools
Getting Started
Add package to composer.json
composer require zguillez/php-tools
//packaje.json
{
"require": {
"zguillez/php-tools": "^0.1.0"
}
}
Usage:
require 'vendor/autoload.php';
use Z\Tools;
$tools = new Tools();
$tools->test('This is a test!');
Examples
HTTP/GET
HTTP/POST
DATABASE
EXCEL
DATABASE 2 EXCEL
Contributing and issues
Contributors are welcome, please fork and send pull requests! If you have any ideas on how to make this project better then please submit an issue or send me an email.
License
©2020 Zguillez.io
Original code licensed under MIT Open Source projects used within this project retain their original licenses.
Changelog
v1.0.0 (Mar 10, 2020)
- z-database package
- z-http package
v0.1.0 (May 31, 2017)
- GET/POST curl
- Database connect
- CSV/EXCEL file export
v0.0.1 (May 10, 2017)
- Initial implementation
All versions of php-tools with dependencies
PHP Build Version
Package Version
Requires
phpoffice/phpexcel Version
^1.8
zguillez/z-database Version ^1.0.1
zguillez/z-http Version ^1.0.0
zguillez/z-mailgun Version ^1.0.1
zguillez/z-database Version ^1.0.1
zguillez/z-http Version ^1.0.0
zguillez/z-mailgun Version ^1.0.1
The package zguillez/php-tools contains the following files
Loading the files please wait ...