PHP Classes

Simple Name Arts: Render a transparent text on a background image

Recommend this page to a friend!
  Info   View files Example   View files View files (7)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 82 This week: 1All time: 10,052 This week: 560Up
Version License PHP version Categories
simplenamearts 1.0The PHP License5HTML, PHP 5, Graphics
Description 

Author

This is a very simple class that can render a transparent text on a background image.

It can generate HTML with CSS definitions from values taken from an array of parameters that define details of how a given text will be displayed on a Web page using a given background.

The file name of the image, left and right relative position and the text font size are configurable parameters.

Author: Dharmendra Kumar
Author URI: http://www.dharmendramca.wordpress.com

Description: SimpleNameArts is a PHP class that can beutify any word.

Picture of Mr. Dharmendra Kumar
  Performance   Level  
Name: Mr. Dharmendra Kumar <contact>
Classes: 8 packages by
Country: India India
Age: ???
All time rank: 3369223 in India India
Week rank: 411 Up26 in India India Up
Innovation award
Innovation award
Nominee: 1x

Example

<?php
//Include require class;
require_once("SimpleNameArts.php");
$simple=new SimpleNameArts;

echo
$simple->design(['name'=>'Hello World',
   
'bg'=>'d3',
   
'fontsize'=>72,
   
'left'=>50,
   
'right'=>50]);

?>



Details

SimpleNameArts

Author: Dharmendra Kumar Author URI: http://www.dharmendramca.wordpress.com

Description: SimpleNameArts is a PHP class that can beutify any word.


  Files folder image Files  
File Role Description
Accessible without login Image file d0.jpg Data Auxiliary data
Accessible without login Image file d1.jpg Icon Icon image
Accessible without login Image file d2.jpg Icon Icon image
Accessible without login Image file d3.jpg Icon Icon image
Accessible without login Plain text file howtouse.php Example Example script
Accessible without login Plain text file README.md Doc. Documentation
Plain text file SimpleNameArts.php Class Class source

 Version Control Unique User Downloads Download Rankings  
 100%
Total:82
This week:1
All time:10,052
This week:560Up
User Comments (1)
Works well and as documented.
4 years ago (Rick Ruggiero)
65%StarStarStarStar