PHP Scripts Directory, Books, Tips and Tutorials, Websites, Software, Server and Development Tools that compiles and distributes Web Programming related Resources which are helpful for Webmasters, Developers and Programmers to enhance their Web sites and other applications.
phpBeans provides software and specifications for enabling n-tier development within PHP, such as the phpBeans Object Server, and interoperable with other languages as well.
The PHPDeploy utility is a class that will help developers quickly accumulate files which are part of the development hierarchy that should be delivered to the end-user. After files have been pulled from the source hierarchy and copied to the destination, it will then tar/gzip the whole thing up and, optionally, FTP the tarball to a location of your choosing. Deployment settings are specified in an ini file.
phpDocumentor is the world standard auto-documentation tool for PHP. Written in PHP, phpDocumentor can be used directly from the command-line, or through its easy web interface to generate professional documentation directly from the source code of your PHP project. Support for linking between documentation, automatic class inheritance and generation of highlighted source code with cross-referencing to documentation are just a few of the features of phpDocumentor. Extensive templating allows the creation of documentation in 15 different HTML qualities, in Adobe Acrobat PDF format, in MS Windows Helpfile CHM format, and in XML DocBook format for PEAR package documentation at pear.php.net.
Would you like to have your PHP applications be as easy to install as any ordinary Windows application? You know the tedious process to install a PHP application today: 1. download the package; 2. unzip, untar; 3. read the installation manual; 4. modify the config.php and other files; 5. setup the database (what was that mysql command syntax again?); 6. run any additional scripts; Now, PHPInstaller limits this to step 1 & 2 - all the rest is a guided process, with users entering or selection any configuration variable from a one-screen list, and building SQL databases on the fly.
phpInstallWorks was specially made and designed for you, the developer. It automatically creates an install wizard for any PHP script. Just go throguh the wizard, click create, and you have an install package ready to distribute with your PHP script. No more confusing readme.txt files for the end-user.
The PHPWordLib is a piece of PHP software which is intended to convert MS Word (.DOC) and Rich Text Format (.RTF or .DOC) files to plain text. The PHP library is self contained and does not require absolutelly anything external in order to run. The library has two simple functions to use - LoadFile and GetPlainText. The library does all necessary checking internally and its functions will always return FALSE if something seems to be wrong with the input file.