Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 345 Bytes

File metadata and controls

23 lines (12 loc) · 345 Bytes

PHP-daily-tools 🛠

This reposistory acts as a wrapper which will help you in three way for the very initial level (supports mysql,redis and php-mailer functionality).

php-tool

Usage

<?php

require 'Mytools.php';

Class Demo implements MyTools {

  function queryDomain(){
    
  }

}