PHP Classes

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

Recommend this page to a friend!
     
  Info   Example   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: 82 All time: 10,085 This week: 488Up
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
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 (7)  
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

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:82
This week:0
All time:10,085
This week:488Up
User Comments (1)
Works well and as documented.
5 years ago (Rick Ruggiero)
65%StarStarStarStar