Development Tools PHP scripts - Top 4 Download

Development Tools PHP script downloads

php stl

php-stl is a templating implementation similar to java's JSTL. This is a tag-based template engine with configurable classes to handle various tags. The templates are written in XML, which differs from the JSTL, but provides clean output. php-stl does not provide its own template handling, but instead piggybacks on either PHPSavant ...

PHP Wife

PHP Wife is a web aplication Framework written in PHP 5 and released under the GPL License.It implements the Model View Controller design pattern and features : - Ajax Integration - Database Abstraction using the PDO class - An abstract Data Access Object, which allows you to write a ...

php xml db tools

php xml db tools is a collection of php scripts that create, and parse through xml data schemas to automate the creation of database backed web sites. ...

Php XPath

Php.XPath is a php class for searching an XML document using XPath, and making modifications using a DOM style API. Does not require the DOM XML PHP library. ...

PHPAppInstaller

Installation of a PHP-based application today is a tedious process, requiring the user to change the config.php file, or the developer to write an installer. PHPAppInstaller provides the solution to simplify the installation process of any PHP application. ...

phpArcIMS

The phpArcIMS project intends to write a set of PHP classes that allow any php developer to develope ArcIMS applications or integrate ArcIMS into any existing application. For those of you that never heard of ArcIMS: ArcIMS is an application server from ESRI that allows users to share GIS projects and/or ...

PhpCodeBuilder

This Web based PHP Code builder will help the developers and the normal users to create php code with few clicks. ...

Phpcron

Phpcron is a PHP command line utility which allows you to execute programs and system commands at certain scheduled times.Phpcron Admin provides a browser based front end to Phpcron. It also provides lots of options and it is user friendly. ...

phpCVSView

phpCVSView is aimed at being the only tool you will need if you run a website for a project using CVS for your source control. It currently provides "pserver" connectivity to your source repository. The idea behind phpCVSview was to be a web based CVS viewer written in PHP and an ...

PHPDebugger

PHPDebugger is used for debugging PHP scripts.It can debug PHP scripts on local as well as remote servers. The Just In Time (JIT) gives the power to debug an entire web application through a Web Server.It has Inbuilt Profiler functionality. ...

phpDocMaker

This project provides a documentation generator for php script. The documentation is generated using special tags inserted in the code or in separate files. The program also looks in the code for php keywords like 'function', 'class'. ...

phpDocumentor

phpDocumentor, sometimes referred to as phpdoc or phpdocu, is the current standard auto-documentation tool for the php language. Similar to Javadoc, and written in php, phpDocumentor can be used from the command line or a web interface to create professional documentation from php source code. phpDocumentor has support for linking between ...

PHPerl

Perl and PHP are two of the most popular languages for creating dynamic web content. The PHPerl Project aims to combine the power (and extensive code libraries!) of both languages. PHPerl links a Perl interpreter into the PHP module for Apache. It provides a PHP API for managing Perl interpreters and ...

PHPForza

PHPForza provides an AOP (Aspect Oriented Programming) functionality within your PHP scripts. It is written on pure PHP -- no need to install any extensions. PHPForza works as a runtime weaver (no need to compile scripts). ...

PHPGroupWorks

PHPGroupWorks is a group production suite written in PHP. You can use it as an online databank of files and documents which you can work with anywhere. Also, it allows for multiple users to work on the same document project, for schools and such. It features full text editing capability, a ...

phplanning

phplanning is gantt chart HTML editor and viewer written in PHP especially designed for team working. It provides PDF gantt export (using FPDF library) and XML-RPC features (using PEAR::XML_RPC2 package).  With this software is possible to share plans between different webservers. ...

PHPlet

PHPlet is an Application Server written in PHP that serves PHP servet (PHPlet). PHPlet are similar to Java Servlet as they implements the init(), service(), destroy() methods. The lifecycle of PHPlet is the same of servlet. ...

PHPlib

PHPlib is a PHP application development framework that provides you with an easy to manage Object Oriented way to handle sessions, authentication and permissions in your PHP application. PHPlib also has serveral helper classes, prominent amongst them are the DB_sql, template, OOH forms and cart.The library will help you to write ...

phpmole ide

phpmole-ide is a php-gtk based editor/development enviroment, it features a highly modulized class based design, and a user friendly interface. ...

phpMyORM

phpMyORM is a Object Relational Mapping library for PHP and MySQL. It supports basic CRUD (Create, Read, Update, Destroy) functionality from within PHP objects. It does this by creating SQL based on info describing your PHP objects and database layout. ...