New Scripts | PHP | Scripts & Programs | Development Tools
MoreCache
posted bymorecacheinPerformance Enhancement
Morecache allows you to easily cache parts or all of your script's output. This is useful if you have slow database queries on data that is viewed more often than it is changed. Morecache works by using output buffering to capture the output when it is first generated, and storing it in files from which it is retrieved afterwards. This can result in a huge speed increase.
Reviews0
PriceFree
Views3362
phpHtmlLib
posted bywaboringinLibraries & Classes
phpHtmlLib provides a mechanism to output perfectly indented/readable XML/HTML/XHTML source, and a programmatic API to generating XML/HTML/XHTML on the fly using OOP classes. The real power of the OOP libs is the handy set of HTML widgets.
Reviews0
PriceFree
Views2955
Outline
posted bywebmasterinDevelopment Tools
From a single plain text file or a set of file, without any format, the program generate a manual with summary or a tutorial with navigation bar.
Works either with the PHP interpreter or as binary executables. Free, open-source.
Reviews0
PriceFree
Views4260
pmatch
pmatch is an alternative to grep. It has most of the same functionality, but coupled with the power of PCRE engine in PHP. By default, pmatch shows only the portion of the line that matched, unlike grep that always shows the entire line.
Reviews0
PriceFree
Views3293
PHP Source Code Utility
Highlight PHP syntax and optionally add line numbers to PHP source code or files, with several output options. Files to highlight are chosen in a form and temporarily uploaded to the remote server, or you can use this script on your local server to aid PHP development.
Reviews0
PriceFree
Views2493
ionCube online PHP Encoder
posted bysupportinDevelopment Tools
The ionCube Encoder is a new PHP encoding concept with an online portal offering affordable pay as you go encoding using Compiled-Code-Translation to actually eliminate source code and hide data rather than obfuscation. Encodes single files or zip/tar archives. compressed or uncompressed, with an intuitive interface for handling archives. Encoded files run with any popular server setup, including PHP Safe Mode, Zend Optimizer, and PHP Accelerator, and files run with PHP 4.0.5 or newer on Intel Linux, FreeBSD, OpenBSD, NetBSD, Sparc Solaris, and PHP 4.1.1 or newer on Windows.
Reviews1
PriceFree
Views5345
Beautify PHP
This program tries to reformat and beautify given PHP source code files automatically. Basic features: automatic indentation of PHP source code according to given number of spaces; automatic newlines, if required; includes settings for braces according to C or PEARL style; can make use of PHPs integrated code highlight option; can limit number of chars per line.
Reviews0
PriceFree
Views6456
phpEval()
posted byinfoinDebugging & Testing
phpEval() gives you a command-line interface for PHP, where you can type in PHP code and see what it would do, without going through the trouble of creating a new PHP file, uploading it to the server, testing it, etc.
Reviews0
PriceFree
Views2405
PHP_Dyn
posted bykuniinDebugging & Testing
PHP_Dyn is PHP Extension to help debugging a PHP script. You can get execution trace of scripts not to need change them. HTTP request parameter can be printed. Argument value of the function call and return value can be printed.
Reviews0
PriceFree
Views3273
PHP Screw
PHP Screw is a PHP script encryption tool. When you are developing a commercial package using PHP, the script can be distributed as encrypted up until just before execution, preserving your intellectual property.
Reviews0
PriceFree
Views4112
vLIB
posted byreleasedjinLibraries & Classes
vLIB currently includes 3 different classes. vlibTemplate: a fast, feature packed template system with a caching class and a debugging class. Supports loops, template includes, variable manipulation, template if statements and more. vlibDate: a class for manipulating and displaying dates with a date range of 0001-9999. Includes many functions for manipulating the dates, comparing the dates and displaying the dates with different formatting options. vlibMimeMail: a class for sending mime-encoded emails. Simplifies the task of sending mime-encoded emails with attachments, html text, requesting receipts, etc.
Reviews1
PriceFree
Views3947
KLOC Calculator
Calculates the line of code (LOC/KLOC) of your programs. Option to include and exclude file extensions from the count. Can calculate from N number of directories at one go. UPDATE: Now takes all information via interface, also new option for automatic sub-folder scanning.
Reviews0
PriceFree
Views2490
Tesly
posted bybcurtisinDebugging & Testing
Tesly is a web application written in PHP that helps you create, execute, and report on test plans. Test plans are comprised of test cases, which are made up of step-by-step procedures. Each step has an action to take and a result that is expected. QA leaders can track the progress of testing as testers use the interface to report completion of test cases.
Reviews0
PriceFree
Views4012
PHP Accelerator
posted byfurballinPerformance Enhancement
The PHP Accelerator provides a high performance caching/optimising solution capable of accelerating PHP scripts by typically 2 to 4 times, although over 9 times has been reported on some large sites, and rivals the best alternatives. In addition PHPA can be very effective at reducing load average and reducing file I/O because cached scripts executed from a specially designed shared memory cache. A simple code optimiser is also built in, gaining some extra performance and reducing code size. The new release is free of activation keys.
Reviews1
PriceFree
Views6763
PHTML Encoder
posted byphpencinDevelopment Tools
The PHTML Encoder allows encoding PHP scripts before distributing them. The script code is encrypted before saving. This software works on ALL computer and server platforms which support PHP. The PHTML Encoder includes console and GUI versions of converter for encryption/decryption of your scripts. You can use wildcards to easily convert the whole projects. The PHTML Encoder is transparent to your visitors. It is possible to combine protected and unprotected scripts on one web site. There are three ways of encoded scripts: substitution of existent PHP engine's library file, installation as PHP extension and self-decodeable scripts.
Reviews0
PriceFree
Views14436
Comprehensive Web Programming API
posted byrmharrisinApplication Framework
The Comprehensive Web Programming API is an interface for programmers who wish to write a secure web program. Written in PHP, the API has support for templates, configuration files, DSN based database management, and is fully language independent. (Version 1.1.1 is a minor update that includes a small security fix to CwpApi.php)
Reviews0
PriceFree
Views5166
Cute PHP Library
posted byaminLibraries & Classes
Cute PHP library is a small collection of classes for PHP. The purpose of the classes is to simplify functions for daily work with PHP (e.g. convertions, formating, DB session, and so on).
Reviews0
PriceFree
Views10793
Scriptol PHP Compiler
posted bywebmasterinDevelopment Tools
Compiler to PHP from the object oriented and high-level Scriptol programming language. It is very easy to learn, universal and allows to build dynamic web page, scripts and applications. Uses Java or GTK to make GUI based programs. Editor and complete reference manual included.
Reviews0
PriceFree
Views13715
Date class
posted by[email protected]inLibraries & Classes
A full featured class that encapsulates a date and a time. Features: setters and getters like setYear(), getHours(); formatters - toString(), Format(); add and substract methods; Some comparators - compareTo( Date ), daysTo( Date ).
Reviews0
PriceFree
Views3193
RTF Generator Class
posted byinfoinLibraries & Classes
RTF Generator lets you create your own RTF files on web-servers, without any applications except PHP. No additional PHP modules needed and the sctipt is not system-dependent and works on all platforms. Using special mark-up language which is based on HTML, you will be able to describe all necessary formatting for your data. You will have total control over the final look of the RTF document, as the Generator supports almost all features you can find in MS Word when creating a document.
With this tool you will be able to generate customized contracts, agreements, bills of sales using client provided information or information from database, including images. It can save huge amount of time on document preparation. The document is totally generated within a split second using the dynamic data.
Reviews0
PriceUSD 58.00
Views5648
