254 projects tagged "OS Independent"
MochiPHP is a lightweight framework for PHP that adopts component and page oriented design with a simple database and object-persistence library. Page oriented design: write a class and template pair per page. Form components hide complex HTML markup and user interaction handling. Persistent objects with auto-generated property accessors.
crXml is an all-in-one, easy-to-use XML parser, generator, and editor created using PHP's DOM XML functions. The functionality of this class is similar to simpleXML. It differs from simpleXML in the way in which namespaced nodes are addressed. In simpleXML, namespaced nodes cannot be addressed directly. In this class, a namespaced node can be addressed directly as $crxmlObject->{'prefix:nodeName'}. It can also generate PHP code to access any of the nodes. It can also generate or manipulate any type of XML document. Please check the live demo so that you can try the class without downloading anything.
Ext Direct App is a PHP class that can be used to call PHP classes from JavaScript. It generates JavaScript code to use the ExtJS library and send AJAX requests to a PHP script using this class to handle the requests. The class should be extended to implement the actions to handle the different types of AJAX requests that the applications may need.
HN_htusers is a PHP class to manage users and groups in Apache Web server environments, with optional extra information for users. It uses Apache-style MD5-crypt passwords. It uses built-in CSS styles. Validation (min-max length, allowed characters) is built-in for all entries. The locking mechanism is robust. It includes examples of how to test your setup, how to embed a dynamic form for changing passwords into existing HTML code, using HTTP-Auth with .htaccess files in directories, and using HTTP-Auth without .htaccess files but with PHP.
php mudnames is a PHP class that can generate random names for characters used in role playing games such as multi-user dungeon (MUD) games. Although the names do not mean anything, they sound very much like typical names of characters that you often see in this kind of game. It 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.
FTP Folder Copy or Delete is a PHP class that can be used to copy and delete directories on a remote FTP server. It can traverse a given directory recursively and copy all its files and sub-directories to a given directory on an FTP server. The original permissions are also set on the files and directories on the FTP server. The class can also recursively traverse a given directory on the FTP server and remove it, including all its files and sub-directories.
Geolocator is a PHP class which provides an easy-to-use interface to the IP address location XML API described at ipinfodb.com. This API allows you to find the city, state/region, country, and approximate latitude/longitude associated with an IP address or domain. The class aims to be easy-to-use, versatile, and well-documented. The class requires PHP 5.30 or greater, compiled with cURL support.