PHP Classes

RT PHP: Library of general purpose PHP classes

Recommend this page to a friend!
  Info   Documentation   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 72 All time: 10,250 This week: 673Up
Version License PHP version Categories
rtphp 1.0Custom (specified...5PHP 5, Libraries
Description 

Author

This package is a library of general purpose PHP classes.

It provides several classes for common purposes of PHP applications. Currently it provides classes for:

- Accessing database using MySQLi
- Create and verify hashes os passwords using bcrypt
- Creating the slug text of a URL by replacing characters of a given string
- Utility functions for dealing with geographic coordinates and validate or converting strings of several types of formats

Picture of No name
  Performance   Level  

 

Documentation

RTphp

Version License

RTphp is a small PHP library consists multiple PHP classes.

Directory structure

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

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();

Classes list

  • RTmysqli
  • RTpassword
  • RTslugify
  • RTutil

Read

<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>


  Files folder image Files (56)  
File Role Description
Files folder imagecore (2 files, 3 directories)
Files folder imagedocs (26 files, 1 directory)
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login Plain text file _config.yml Data Auxiliary data

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 100%
Total:72
This week:0
All time:10,250
This week:673Up