PHP Utilities & Tools

Free and open source Development Tools Scripts. You can find Application Framework, Bug Tracking, Debugging and Utilities scripts here.
  1. No Screenshot
    1604 total visits
    Class Doc can be used to process PHP code to generate automatic documentation in a configurable idiom. This script is a classes and functions documentation tool.CLASSES:- Their analysis is based on packages.- A first form is used to create a package name.- A second one is used to upload classes in the package. If you have inherited classes, you MUST ...
  2. No Screenshot
    1979 total visits
    Benchmark can measure the time it takes to execute each parts of a PHP script. It can take note of different check points of the current script and thet time that elapsed since the start. Then it can generate an HTML report that show various types of statistics.Features of Benchmark:- Assign a mark to a check point in part of ...
  3. No Screenshot
    1961 total visits
    The PHP Base Library is a toolkit for PHP developers supporting them in the development of Web applications.PHP Base Library is primarily of benefit to Web application developers, but contains classes which are useful to other PHP developers as well.
  4. No Screenshot
    1665 total visits
    phpManta is a suite of PHP classes, scripts and examples intended to help PHP programmers writing stable PHP websites and applications. Mdoc is a new auto-documentation tool to create manuals like PHP manual at php.net web site, so in a style common to the PHP community and is very efficient to share your code as APIs. Mdoc parses the PHP ...
  5. No Screenshot
    1930 total visits
    Web Tracker is a very simple package that can be used to track the accesses of site users in a MySQL database. There is a class to retrieve the site user IP, access time and date. There is also another class for accessing MySQL databases.The example script can be used as a beacon for serving an image, for instance to ...
  6. No Screenshot
    2043 total visits
    History links can be used to keep track of the pages navigated by an user, so it can generate back or next links providing a similar effect to the use of the Javascript history.go() function.History links uses sessions to store an array variable that holds the URL of each page of a site that the user accesses. It can limit ...
  7. No Screenshot
    1541 total visits
    PHP Callback can be used to register and invoke callback functions. It can register a callback function by associating a string that defines the function name to the name of a global function or a function of a given object.Then PHP Callback can invoke a callback function by specifying its name and an eventual list of parameters passed as an ...
  8. No Screenshot
    1874 total visits
    There are few programs on Linux to convert UML diagrams into SQL instructions. This php class reads a DIA diagram and generate the correspondent SQL instructions to create DataBase.
  9. No Screenshot
    1779 total visits
    DM Perfomance Meter is intended for measuring script (or its part) execution time. It measures time taken to execute part of PHP script between specified start and end points. It also can measure time of arbitrary checkpoints.DM Perfomance Meter supports:- Setting multiple named check points- Output measurement results as plain text, HTML comment, and HTML unordered list- Log results to ...
  10. No Screenshot
    2242 total visits
    dutchclock is made as a learning aid for foreign students, learning Dutch language.Given a time in Numbers, it will calculate a grammatically correct Dutch sentence, reflecting what Dutchies would say when asked for the time.
  11. No Screenshot
    1482 total visits
    Information about the call stack including all the classes, functions, parameters that were used to reach the current point of the code that PHP is executing, can be retrieved.Requirements: PHP 5 or higher
  12. No Screenshot
    1976 total visits
    checkidd checks german passport IDDs for correct syntax and checksumscheckidd returns information in an array like this:Array([0]=> 1 / 0 | syntax check[1]=> 1 / 0 | 1.checksum[2]=> 1 / 0 | 2.checksum[3]=> 1 / 0 | 3.checksum[4]=> 1 / 0 | overall checksum[5]=> passport number[6]=> day of birth (dd.mm.yy))
  13. No Screenshot
    1809 total visits
    Every business must be analyzed from a SWOT perspective (Strength, Weaknesses, Opportunities and Threats) at the same time it should be customer oriented.feedback.class.php should be integrated into almost any type of business website to enhance customer value. It is free for use. Do not forget to change the email addresses to the correct ones.
  14. No Screenshot
    1126 total visits
    Canada Post eParcel XML class.
  15. No Screenshot
    1521 total visits
    With Time to generate a page, it is possible to measure the time a page takes to be generated by start counting since the moment before it starts being generated until the moment is finished.
Pages 23 of 26« 19 20 21 22 23 24 25 26 »