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
    336 total visits
    This PHP short URL script which allows you host a URL shortening service for either your won benefit or for your website visitors. This script is very simple and stores all the data in a single file. Users simply input their long URL into the field, click the button returned a short URL.Features of Short URL script:- Built for lightweight, ...
  2. Facebook PHP SDK
    455 total visits
    This is the official PHP SDK for the Facebook API. It is a set of PHP APIs to use when integrating Facebook social features in a website or app. Requirements:- PHP 5.2 or higher What's New in this version:- Extract the `code` from the `signed_request` for JS SDK pairing.
  3. No Screenshot
    123 total visits
    This is a PHP-based tool for working with Git. It is actually a PHP binding to the libgit2 linkable C Git library. Requirements:- PHP 5.3 or Higher
  4. No Screenshot
    141 total visits
    This is an extensible PHP-based CSS pre-processor with a tool for interpreting CSS before sending out to the client. It means that the developer can add CSS in a more complex syntax, and then send it to the pre-processor to convert it into standard CSS code. Features of CSS Crush:- CSS variables.- Search/replace macros- The file is minified.- The file ...
  5. Check Palindrome
    158 total visits
    This PHP script checks a string against it's reversed self to determine if it's a palindrome.A palindrome is a word, phrase, verse, or sentence that reads the same backwards and forward. For example: A man, a plan, a canal, Panama!
  6. Remove Any Excess Whitespace
    122 total visits
    This is a PHP script can be used to remove any excess whitespace (space, tabs, line breaks, etc) from a string of text and allows just one consecutive space.
  7. Obfuscate E-mail Addresses
    217 total visits
    This is a PHP script to return an obscured e-mail address to protect the privacy of the user.
  8. Obfuscate Account Numbers
    207 total visits
    This PHP script masks all but the last four digits of a credit card or account number to protect the privacy and security of the user. It mimics the common practice of masking the payment method on sales receipts.
  9. No Screenshot
    130 total visits
    This AutoLoad Manager is a generic autoloaded that can be used with any PHP framework or library. Using the PHP tokenzier mechanism, it will parse folder(s) and discover the different scripts and interfaces defined. The big advantage of using this autoload manageris that it will allow you to implement whaterver naming rules you want and may have multiple scripts in ...
  10. No Screenshot
    113 total visits
    This is a PHP CLI tool to detect code changes. Developers can use the PHP console to compare different versions of a piece of code. Can work with libraries, frameworks or packages. It detects code changes in terms of script existence or methode definitions. PHP Compare Code is a better alternative to the classic diff tool.Features of PHP Code Comparator:- ...
  11. No Screenshot
    103 total visits
    This is a small PHP script to convert hex color codes to an RGB format. Useful for the new CSS3 RGBA property. Comes with a GUI, where the user can write the hex color code get the appropriate RGB code. A demo is included with the download package.
  12. No Screenshot
    92 total visits
    Joomla Site Monitor is a Joomla security and maintenance extension which will detect any undesirable intrusion and monitor all the installed Joomla and extendion versions for newer versions on a daily basis. JSM is the best security solution for your Joomla site! You don't need to wasted your time or money on anything else!Features of Joomla! Site Monitor:- GPL compliant- ...
  13. Pimple
    112 total visits
    This is a PHP library for dependency injection in PHP 5.3. At around 50 lines of code, Pimple adds great functionality, packed in a small punch.Features of Pimple:- Parameters- Objects- Define Shared Objects- Protecting parameters- Packaging a container for reusabilityRequirements:- PHP 5.3 or Higher
  14. No Screenshot
    49 total visits
    This is a very small dependency injection container for PHP. The library is so small it could fit in a tweet. Twittee is a full-featured Dependency Injection Container with support for object definitions, object injection and parameters.Features of Twittee:- Parameters are defined by anonymous functions that return strings;- Objects/services are defined by anonymous functions that return object instances;- Links between ...
  15. No Screenshot
    184 total visits
    phpdcd is a PHP script for detecting dead code. Invoked for a project, it will scan all the code and highlight declared functions and methods that are not called at least once. Installation:- phpdcd should be installed using the PEAR Installer.Limiation:- Does not handle:- The Reflection API- call_user_func() and call_user_func_array()- Usage of the new operator with variable class names- Variable ...
Pages 5 of 26« 1 2 3 4 5 6 7 8 9 »