40 projects tagged "php classes"
getID3() is a PHP script that extracts useful information from MP3s and other multimedia file formats. It extracts information like the play time, bitrate, and resolution from the following file formats: MP3, Ogg Vorbis, WAV, AVI, Matroska (MKV), MPEG-1 video, Windows Media (ASF, WMA, WMV), RealAudio & RealVideo, Monkey's Audio, FLAC & OggFLAC, VQF, Speex, Musepack (MPC), AAC, AU, VOC, AIFF, OptimFROG, WavPack, LiteWave, LPAC, RKAU, SZIP, Shorten, Quicktime, NSV, MIDI, ZIP, ISO9660, TTA, PhotoCD, BMP, PNG, GIF, and JPEG. It parses information from ID3v1, ID3v2, Ogg Vorbis, Lyrics3 v1 & v2, RIFF (AVI, WAV, CDA, CART, BWF), APE, ReplayGain, PNG, and GIF tags, and can write ID3v1, ID3v2, APE2, FLAC, and Ogg Vorbis tags.
PHP Voice (formerly known as PHP VXML) contain four classes that assist in developing voice application using PHP. It supports Speech Synthesis Markup Language 1.0, Speech Recognition Grammar Specification 1.0, Voice Browser Call Control: CCXML 1.0, and Voice Extensible Markup Language (VoiceXML) 2.0.
GRSlideShow is the perfect solution for the lazy Web master that wants to have some pictures online. Your visitors will see your pictures quickly and easily, and can even print T Shirts with the picture they see in just one click. Each directory of your pictures is an album. Put the script in the parent directory, and you're done. Call the script with ?admin=1 to see the admin view with many options. It supports Web or FTP upload, zip extraction, smart caching, and a lot more.
ColorChip is a class for working with color in a more convenient manner than the basic RGB and Hexadecimal triplets often encountered in programming, especially Web-oriented programming. It allows you to define a color using RGB, HSV (Hue, Saturation, Value) or a Hexadecimal string. ColorChip objects have properties for all three of these color models, as well as methods for adjusting both RGB and HSV values. These methods automatically update all of the object's properties. Additional methods exist for getting color compliments, triads, and the nearest Web-safe color.
ImageArchive is a PHP class for browsing images. This class enables you to look through a tree structure of images as thumbnails and then to zoom in to an individual image and rotate it. The zoomed image is created on the fly and can be a variety of sizes. The GD extension is required on the server, and JavaScript is required on the client. The class was tested on Apache under Windows and Linux, but does not contain any Apache-specific code.
ffmpeg-php is an extension for PHP that adds an easy to use object-oriented API for retrieving information from movies and audio files. It has methods for returning frames from movie files as images that can be manipulated using PHP's image functions. This works well for automatically creating thumbnail images from movie files. ffmpeg-php is also useful for reporting the duration and bitrate of audio files (mp3, wma...). ffmpeg-php can access many of the formats supported by ffmpeg.
phpchartPlus is a set of cooperating classes for generating charts. It features generation of bar, line, area, and pie charts, gradient color fill, alpha blending, anti-aliasing, multiple ways of caching the generated images, support for chart data input from multiple sources (text files, XML files, databases, PHP arrays), and support for FreeType2 fonts.