Git Product home page Git Product logo

phptimbuktwo's Introduction

PHPTimbuktwo

####An Internal Functions/Class Library of useful reusable functions used at BITVoxy Portal ##Why PHPTimbuktwo? "PHPTimbuktwo" is a more efficently controlled Library for which to place internally generated functions/classes.

It is named after "Timbuktwo" also spelled as Tinbuktu, Timbuctoo and Timbuktoo, a historical and still-inhabited city in the West African nation of Mali, situated 20 km (12 mi) north of the River Niger on the southern edge of the Sahara Desert. In its Golden Age, the town's numerous Islamic scholars and extensive trading network made possible an important book trade: together with the campuses of the Sankore Madrasah, an Islamic university, this established Timbuktu as a scholarly centre in Africa. Several notable historic writers, such as Shabeni and Leo Africanus, have described Timbuktu. These stories fueled speculation in Europe, where the city's reputation shifted from being extremely rich to being mysterious. This reputation overshadows the town itself in modern times, to the point where it is best known in Western culture as an expression for a distant or outlandish place. Learn More ##Additional Libraries Used

This Library is used in conjunction with RECIPE.


Table of Contents


###Quick Start Run in your terminal:

composer require bitvoxy/phptimbuktwo

Create new file and start using the Recipes

<?php

require "vendor/autoload.php";

?>

###Bitcoin Unit a function to efficiently convert to/from various bitcoin units.

<?php

$unit = 'satoshi';
$amount = 1.54325;
$new_unit = btcUnit($amount,$type);
print $new_unit; // will return ...
// returns  value in btc

?>

phptimbuktwo's People

Contributors

vishtany avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.