PHPackages                             canaryphp/canaryphptools - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. canaryphp/canaryphptools

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

canaryphp/canaryphptools
========================

CanaryPHPTools Tools to improve your project code

v1.0(6y ago)1303MITPHPPHP &gt;=5.6.0

Since Dec 24Pushed 6y ago1 watchersCompare

[ Source](https://github.com/canaryphp/canaryphptools)[ Packagist](https://packagist.org/packages/canaryphp/canaryphptools)[ RSS](/packages/canaryphp-canaryphptools/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (3)

CanaryPHPTools Library tools
============================

[](#canaryphptools-library-tools)

Tools to improve your project code

Classes Feature
===============

[](#classes-feature)

- Validate , Sanitize tools
- Conection to Database : requires one line
- Mailer : to send mail using smtp
- Manage the more Cookies and Sessions to the easy
- Translation function ready : json ,array,gettext
- Recaptcha checkbox one line only
- Wizard tools : full users manage ,Manage Request POST ,GET
- Built HTML element with php
- Log class
- Get visitor information from his ip {Contry,Reagion,City...}

How to Install
--------------

[](#how-to-install)

- Availlable only with Composer : Command :

```
composer require canaryphp/canaryphptools

```

composer.json

```
{
    "require":{
        "canaryphp/canaryphptools"
    }
}
```

- After install read : `CanaryPHPTools START.md`: [START.md](https://github.com/canaryphp/canaryphptools/blob/master/START.md)

Examples
--------

[](#examples)

1. Database class :

- Select data from mysql database :

```
