RSS 804 projects tagged "php classes"

Download No website Updated 18 Jul 2011 Music theory

Screenshot
Pop 17.83
Vit 26.08

Music theory is a PHP class that provides a solution for generating music scales and chords based on well known music theory rules. It applies the music theory to generate scales and chords by names based on interval patterns between notes. The class can generate scale notes by provided scale name and type, generate chord notes by provided chord name and type, transpose scales, transpose chords, generate all chords that include provided notes, generate all scales that include provided notes, generate all scales that suit provided chords, and generate all chords for provided scale.

Download No website Updated 18 Jul 2011 Pop under class

Screenshot
Pop 17.09
Vit 26.08

Pop under class is a PHP class that can be used to display interstitial advertising. It generates HTML and JavaScript that makes an advertising page appear on the current page and then automatically disappears if the user clicks on the skip link or does not click on the advertising after a few seconds. The advertising display time is configurable. You may also choose not to expose the same user to the same advertisement again until a given period has passed. The class may invoke a given callback function when the user clicks on the advertisement or in the skip links.

Download No website Updated 18 Jul 2011 Proper nouns

Screenshot
Pop 17.61
Vit 26.08

Proper nouns is a PHP class that can extract proper nouns from texts. It takes a text string and can detect which words may be proper nouns of people or other entities. It uses some heuristics like the capitalization of the first letter of a word, the presence of a person's title preceding the nouns, etc. The class may consider consecutive proper names as a single proper name. The class assumes English by default but may be configured to work with other idioms.

Download No website Updated 18 Jul 2011 QR code generator

Screenshot
Pop 25.42
Vit 26.08

QR code generator is a PHP class that can be used to generate QR Code images using Google Chart API. It can send an HTTP request to the Google Chart API Web server to request the generation of a PNG image that represents the QR code graphic for a given information snippet. Currently the class can request the generation of QR codes for information snippets of the following types: bookmark, text, SMS message, phone number, contact information, e-mail message, geo-location, WIFI access, i-appli metadata, or abitrary content-type. The generated QR code image can be returned as a string, served for download, or returned as a URL string.

Download No website Updated 18 Jul 2011 Sparql Query Builder

Screenshot
Pop 21.19
Vit 26.08

Sparql Query Builder is a PHP class that can be used to compose queries to XML RDF documents using SPARQL. It can compose and generate queries for sending to a SPARQL end point that can extract semantic information from RDF documents.

Download No website Updated 18 Jul 2011 Guitar Chord API class

Screenshot
Pop 21.84
Vit 26.08

Guitar Chord API class can be used to search for guitar chords using the Guitar Chord API. It can send an HTTP request to the Guitar chord API Web server to find chord variations based on given data about a chord by specifying the chord name, chord modification, and/or string/fret combination.

Download No website Updated 18 Jul 2011 Curl multi sitemap

Screenshot
Pop 17.03
Vit 26.08

Curl multi sitemap is a PHP class that can be used to generate multiple sitemaps by crawling sites. It can crawl one or more sites to retrieve their pages and follow links recursively and determine the addresses of all pages to include in an XML sitemap. It can ignore given URLs to avoid crawling and including in the sitemap. The class uses the Curl extension multi-request support to retrieve multiple pages at the same time. You can also notify such services as Google, Yahoo, Bing, Ask, and Moreover about your sitemap update.

Download No website Updated 18 Jul 2011 CSS sprite class

Screenshot
Pop 18.19
Vit 26.08

CSS sprite class is a PHP class that can be used to generate sprite images and CSS for use in Web pages. It can take a list of images and generates a single sprite image with all the images inside. The class can also generate CSS style definitions to use in Web pages that need to use the images from the generated sprite image.

Download No website Updated 18 Jul 2011 Card deck

Screenshot
Pop 21.38
Vit 26.08

Card deck is a PHP class that provides a flexible solution to generate and manipulate custom decks of cards that can be used to implement many different types of card games. It can add cards to a deck by adding card type rules that define identifiers to the type of cards and the number of cards that will exist for each type. The class can also shuffle the cards in the deck and deal a given number of cards to each player.

Download No website Updated 18 Jul 2011 Auto form

Screenshot
Pop 19.16
Vit 26.08

Auto form is a PHP class that can be used to generate HTML forms to manipulate MySQL table records. It can take a list of MySQL table fields and generate HTML for forms to select, insert, update, and delete table records. The class can also perform given validations of specified fields and invoke given callback functions on certain form processing events.

Screenshot

Project Spotlight

Pcompress

A parallel compression and deduplication utility.

Screenshot

Project Spotlight

UnQLite

An embeddable NoSQL database engine.