PHP class, creates visual representation of php data table, works with jquery and interactively can be changed by the user. It is also a powerfull tool for reports visualization you can also provide mpdf php lib to create pdf files! ps this is lite alpha version,developments are in progress
The plugins for FCKEditor you cant find online
The idea with the project is to develop all those plugins for FCKEditor that cant usually be found on internet. Size doesn't matter!
A jQuery augmented PHP library for creating and validating HTML forms
A PHP class that simplifies the process of creating and validating HTML forms. Its object-oriented structure promotes rapid HTML forms development and encourages developers to write clean and easily maintainable code. It frees the developers from the repetitive task of writing the code for validating forms by offering powerful built-in client-side and server-side validation. Has an integrated cross-site scripting prevention mechanism that automatically strips out potentially malicious code from the submitted data. It also prevents automated SPAM posts, out of the box and without relying on CAPTCHA by using honey pots. Output can be generated either automatically or manually through templates (basic PHP files). When generated automatically, the generated output validates as HTML 4.01 Strict/XHTML 1.0 Strict/HTML5 and has the same look & feel across all major browsers like Firefox, Chrome, Opera, Safari, Internet Explorer 6+. The client-side validation is based on jQuery 1.5.2+
EmbeVi Project - Auto Embed Video From Link
Home of Ja eXtensible Platform, a PHP5 Framework. Modular structure, fully scalable.
A stand-alone PHP-only library for parsing BBCode-like tags
Since BBCode requires much trouble to get it running, and not every project needs something so solid (sometimes it's just a admin posting engine, or a small microblogging engine with little or no user-content injections). NereCode comes to aim such gap. A minimally comprehensive syntax easily customizable. PHP only. Single file library.
Extensible PSR-0 compatible class autoloader for PHP 5.3+
The AutoLoad class allows you to use a PSR-0 compatible approach to autoloading classes using namespaces for PHP 5.3+.
moved to github: https://github.com/malkusch/php-autoloader
The project moved to github: https://github.com/malkusch/php-autoloader
Base class for PHP 5.3+ which allows design by contract in PHP
PHP Design by Contract provides a basic implementation of contract programming in PHP 5.3+. The base Contract class allows new or existing classes to define properties as protected Attributes and methods as Routines, which require argument type/class validation, aswell as PreCondition and PostCondition checks. Instances can also check for state consistency with an invariant check.
PHP as dotNET
Programming allows separate design. Example showing how design separates the code and PHP script for lenguaje as is done with dotNET architecture that separates into aspx and cs or vbs but now with PHP.
A simple include to handle all communication between PHP and MySQL.
Yet Another API Abstraction Layer (YAAAL) A PHP library which provides an RPC & LPC abstraction layer for API classes in your application.
Yryie is a small but effective class to include several debugging features into your PHP application. Track event types (info, debug, trace, timer, sql), timer category avg., handle errors, generate HTML (custom css+js), export to file
A PHP Wrapper for the Google Chart Tool Class
gChartToolPHP provides a simple, comprehensive wrapper to easily produce Google client-side charts. graphs and tables using only PHP code, and embed them in your own pages. It provides support for all the current Google chart formats including the more complex charts such as bubbles, gauges and scatter charts. In addition, a Google Toolbar can be added to the chart to allow easy export of the data Data can be supplied to the chart in the following ways: 1. Static data sets embedded in the page 2. Dynamically created PHP array data 3. An AJAX call to a Server program 4. A Google Spreadsheet
php-based SOAP Server for MySQL databases
This project is a PHP-based SOAP server which provides mainly MySQL data to a SOAP client. It exposes all available DB objects (views and tables) to any SOAP client based on NuSOAP's SOAP server.
Universal PHP Framework. toKernel is a fully Object-Oriented extensible framework. By design, the framework's kernel is monolithic which brings a lot of advantages. It is NOT a loader for a mere collection of classes.
phpMSWordParser provide mail merge capability to generate Word (.docx format) document. Your PHP application can dynamically generate Word document from a template file.