330 projects tagged "php classes"
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.