| Recommend this page to a friend! | 
| Info | Documentation | Reputation | Support forum | Blog | Links | 
| Ratings | Unique User Downloads | Download Rankings | ||||
| Not enough user ratings | Total: 72 | All time:  10,250 This week: 673 | ||||
| Version | License | PHP version | Categories | |||
| rtphp 1.0 | Custom (specified... | 5 | PHP 5, Libraries | 
| Description | Author  | ||||||||
This package is a library of general purpose PHP classes.  | 
  | 
RTphp is a small PHP library consists multiple PHP classes.
core/src             php classes source code
core/test            tested / example / demo code
core/load.php        php function to require all php classes
docs/                documentation generated by ApiGen
Installation for single class example
<?php
    require_once './RTphp/src/RTmysqli.php';
    $obj = new RTdev\RTphp\RTmysqli();
Installation for all class example
<?php
    require_once './RTphp/load.php';
    use RTdev\RTphp as RTphp;
    
    RTphp\RTphpLoad();
    
    $RTdb = new RTphp\RTmysqli();
    $RTpw = new RTphp\RTpassword();
    $RTsf = new RTphp\RTslugify();
    $RTutil = new RTphp\RTutil();
<a><img src="https://scontent-sit4-1.xx.fbcdn.net/v/t1.0-9/16507910_1243645025671042_2703046086409693309_n.jpg?oh=ec592d2fa0f2be50445d2bfd79b36d0b&oe=58FFE08A" width="99" align="right"/></a>
| File | Role | Description | ||
|---|---|---|---|---|
| Lic. | License text | |||
| Doc. | Documentation | |||
| Data | Auxiliary data | |||
| / | core | 
| / | core | / | nbproject | 
| File | Role | Description | ||
|---|---|---|---|---|
|    | 
Lic. | License text | ||
|    | 
Data | Auxiliary data | ||
|    | 
Data | Auxiliary data | ||
| / | core | / | nbproject | / | private | 
| File | Role | Description | 
|---|---|---|
|    | 
Data | Auxiliary data | 
|    | 
Data | Auxiliary data | 
| / | core | / | src | 
| File | Role | Description | 
|---|---|---|
|    | 
Lic. | License text | 
|    | 
Class | Class source | 
|    | 
Class | Class source | 
|    | 
Class | Class source | 
|    | 
Class | Class source | 
| / | core | / | test | 
| File | Role | Description | 
|---|---|---|
|    | 
Example | Example script | 
|    | 
Data | Auxiliary data | 
|    | 
Example | Example script | 
|    | 
Example | Example script | 
| / | docs | 
| / | docs | / | resources | 
| File | Role | Description | 
|---|---|---|
|    | 
Icon | Icon image | 
|    | 
Data | Auxiliary data | 
|    | 
Data | Auxiliary data | 
|    | 
Icon | Icon image | 
|    | 
Icon | Icon image | 
|    | 
Icon | Icon image | 
|    | 
Data | Auxiliary data | 
|    | 
Icon | Icon image | 
|    | 
Icon | Icon image | 
|    | 
Data | Auxiliary data | 
|    | 
Icon | Icon image | 
| The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. | 
| Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
| 100% | 
  | 
  | 
| Applications that use this package | 
 If you know an application of this package, send a message to the author to add a link here.