RSS 330 projects tagged "php classes"

Download Website Updated 04 May 2013 PHP based Datagrid

Screenshot
Pop 390.72
Vit 17.79

PHPGrid generates fully-functional grids with minimal coding, with add, edit, del, auto-filter, search, sort, page, grouping, export, custom add/del calls, grid-subgrid, multiple databases, multiple themes, and much more. It saves development time and effort for creating repetitive CRUD functions. The custom SELECT query option is useful for cross table data and report generation. It supports all major databases.

No download Website Updated 28 May 2011 MochiPHP

Screenshot
Pop 46.04
Vit 1.42

MochiPHP is a lightweight framework for PHP that adopts component and page oriented design with a simple database and object-persistence library. Page oriented design: write a class and template pair per page. Form components hide complex HTML markup and user interaction handling. Persistent objects with auto-generated property accessors.

No download Website Updated 05 Sep 2011 Luminous

Screenshot
Pop 17.18
Vit 27.67

Luminous is a powerful and modern syntax highlighter written in PHP. It supports a range of popular languages, including C, CSS, JavaScript, PHP, Python, Ruby, XML/HTML, and many more. Luminous is separate from many similar PHP (and JavaScript) based highlighters in that it implements hand-written language scanners to better understand complex languages. It aims to output high quality highlighting in HTML and LaTeX, which can be themed by CSS.

Download No website Updated 28 Sep 2010 Huxley

Screenshot
Pop 20.54
Vit 31.09

Huxley is a set of classes that makes it trivial to produce legitimate output for queries made by the prevailing standard of REST queries. Instead of writing a network API with many methods, being run over RPC, you instead write only a couple of methods that are accessed by HTTP GET requests. You then return the results (in either XML, JSON, or text) for processing. XML and JSON are chosen because of the ease by which they can be parsed by most languages. In this way, you open up the scope of your network services to many more people than would otherwise have access to it.

Download Website Updated 03 Mar 2009 seltz_analyzer

Screenshot
Pop 25.10
Vit 1.00

seltz_analyzer is a PHP class that tries to find the most important words inside a well-formed XHTML trunk. Every word takes a score based on the role in the XHTML structure. For example, a word between strong tags will take 5 points. In addition, it will look at some simple syntax rules. For example a word with the first character uppercase will take 4 points. The score is cumulative, so the more a word is used, the more meaning it will have.

Download No website Updated 01 Nov 2010 Easy PHP Thumbnail Class

Screenshot
Pop 129.90
Vit 3.16

Easy PHP Thumbnail Class can be used to manipulate images and generate thumbnails. It can load images from files and generate thumbnails that can be saved to files or be generated as the current script output. The class can also perform other image manipulation functions such as adding shadows, clipping rounded corners, filters, bilineair image deformations, and more. Over 45 image manipulation functions are available.

Download Website Updated 04 Apr 2010 AutoEmbed

Screenshot
Pop 46.82
Vit 2.63

AutoEmbed is a PHP class that generates HTML embed tags for audio and video located on a given URL. It also provides the means to optionally manipulate the retrieved media information by setting parameters, and finally return a reconstructed HTML snippet for presenting Flash media on a Web site.

Download Website Updated 12 Jan 2009 geoPlugin

Screenshot
Pop 20.10
Vit 39.89

geoPlugin is a PHP class that can get geographical information from an IP address using the geoPlugin Web service, also known as geolocation or geoIP. It takes a given IP address and sends a request to the geoPlugin Web services server to obtain the geographic location associated to the IP address. The class also retrieves the location's currency name and conversion rate relative to a given base currency. This can be used to convert a given amount of money to the local currency. It can also retrieve locations near a place given its latitude and longitude coordinates.

No download Website Updated 16 Apr 2010 Sigma Grid

Screenshot
Pop 67.89
Vit 1.70

Sigma Grid is an AJAX-based data grid for displaying data and editing it inline in a scrollable and sortable table. It supports IE 6.0+, FireFox 2.0+, Safari 3.0+, and Opera9.0+. It seamlessly integrates with any server side solution, such as J2EE, .NET, PHP, or Perl. It features keyboard data navigation, nested multiline headers, and sortable and frozen columns. Slice rendering and built-in paginated output allow you to manipulate huge datasets.

Download Website Updated 14 Nov 2008 PageLite

Screenshot
Pop 11.18
Vit 40.61

PageLite is a PHP class which can be used to generate links to browse listings split into pages. It takes as parameters the total number of entries in the listing and the base URL for the links. The class looks at a configurable request variable to determine the current listing page and generates custom markup for links to go to the next, previous, first, last, and jumping link pages, based on custom configuration. The entire layout and operation of this class is configurable and can be set using configuration methods. The links presentation may be configured with custom mark up of text or HTML, preceding and appending all links. This class requires no database connection, and is completely self-run.

Screenshot

Project Spotlight

PHP based Datagrid

A fully-functional PHP Datagrid in just seven lines of code.

Screenshot

Project Spotlight

NCurses Disk Usage

An Ncurses version of 'du'.