PHP Utilities & Tools
Free and open source Development Tools Scripts. You can find Application Framework, Bug Tracking, Debugging and Utilities scripts here.-
Provides a class to automatically load classes given by nested directory structures. Does not need any file system checks, should be fast (O(1)).Requirements:- PHP 5.3 or higher- PHP-Cache LibrarySpecs:- Run the "run" script in the Specs directory. Expects "php-cache" on the same level as "php-loader"Example: use Cache\Cache; use Loader\Loader; $cache = new Cache(..); $loader = Loader::create('MainLoader', $cache)->add($pathTo, $namespace)->register(); new \MyNamespace\MyClass; ...
-
Dominion 5 is a set of 4 elemental libraries to build complex sites. domvar.lib is the basic database abstraction layer, to access to any database with the same objects and methods.- DB_Base is the main database connector object.- DB_Cursor is the main database cursor access object. domdb.lib is the basic database SML and DML abstraction layer, to access to any ...
-
SA PHP Framework is a full application stack which implements the Front Controller Pattern. Originally written for PHP4 was fully rewritten to take advantage of the PHP5 object model. Featuresof SA PHP Framework:- search engine friendly URLs, - page events, - validity checking for the GET parameters- tightly integrated with Smarty.
-
Atom framework is a PHP5 framework loosely based on MVC patterns. It was created to maximise usability as people can get bogged down in Controllers / Models / views. So Atom names them Modules / Helpers / Templates, this makes it easier for people to grasp while still supporting all the major things you need from a framework such as: ...
-
The Saros Framework utilizes PHP5's object oriented functionality as well as design patterns that are tried and true to help you create an advanced PHP website or application as quick as possible. The Saros Framework lowers code duplication by utilizing programming techniques designed specifically to solve the common problems developers come across when creating a website.
-
PBoptimize is a web application which can optimize PHP, HTML, CSS, and Javascript code. It removes the unnecessary spaces linefeeds, tabulators and comments. You can customize the script configuration to fit your individual needs. The optimized files will be up to 60% smaller and therefore faster to load. You can optimize whole folders with subfolders and specify which fileendings have ...
-
The generated script PHP Installer can contain compressed versions of the application scripts and other file types. PHP Installer may also contain a dump of the MySQL application database that is restored when the generated installer script is executed. Requirements: PHP 4.0 or higher
-
PHP Object Notation is a PHP variable value encoded in base64 can be serialized. The script can also do the opposite, i.e. retrieve the original variable value from a string of previously serialized variable, Requirements: PHP 3.0 or higher
-
Easy Web Site Builder allows you to create and manage interactive SEO Niche sites where you can have articles, tips, jokes, pictures/images, audio, video and games, as well as have ratings and comments by site visitors, and a lot more.
-
Super Proxy uses reflection to create a copy of the declaration of a given class and changes it to turn private and protected variables and functions.An object of the original class copy can be created.Requirements: PHP 5.2 or higher
-
jobberBase is an easy and lightweight job board to implement for your site. With editable url structure and multiple themes support, you can not only build a great job board but many other variations too. jobberBase has a powerful administration panel and widgets support to display jobs on any html/php page.
-
Multi Threading, Daemon (Windows service) is serves as demonstration of how a Windows service can be started using the Win32 PHP extension. It register the service and starts a loop that goes on forever until the service is instructed to terminate.In side the service loop the class calls a separate PHP script that can perform an arbitrary task as a ...
-
PHP Mud Names can retrieve text data from one of several dictionary files.The dictionary data is used to generate random names based on selected capabilities and used particles. http://github.com/xrogaan/phpmudnamesRequirements: PHP 5.2 or higher
-
The e-mail of a specified user, the type of image and the desired size are taken as parameters with Gravatar URL Provider.The script returns the URL of a picture of the user with the given e-mail address. A default image URL may also be provide in case the request user image is not available.Requirements: PHP 5.0 or higher
-
Dump To Array, an array parameter is traversed recursively to generate a string of PHP code that can be used in scripts to initialize the array with the same value structure.Requirements: PHP 3.0 or higher



