latest PHP classes on phpclasses.org
- continue to phpclasses.org
- last update 08. Feb. 2010
- PHP Classes - nabiBust
-
Package: nabiBust
Summary: Obfuscate PHP code scripts
Groups: Code Generation, PHP 5, Utilities and Tools
Author: hwrProgs
Description: This package can be used to obfuscate PHP code scripts. It can process a set of PHP scripts and generate equivalent ones obfuscated by removing comments and whitespace, renaming class names, constants and variables to obfuscated names, as well the references to those names. The resulting processed PHP scripts are stored in a targeted directory. - PHP Classes - Gettable
-
Package: Gettable
Summary: Make accessible private and protected variables
Groups: Data types, PHP 5
Author: Chris Lam
Description: This class can be used to make accessible private and protected variables. It is an abstract class that provides access to retrieve values of private and protected variables while preventing to change those variables values. Variables with names that start with an underscore still cannot be accessed from outside the class. - PHP Classes - View HTML
-
Package: View HTML
Summary: Generate HTML documents programmatically
Groups: HTML, PHP 5
Author: Elyess ZOUAGHI
Description: This class can be used to generate HTML documents programmatically. It can add tags to a document using fluent interface calls that return the class object, so the calls can be nested. The class provides functions to add most types of HTML tags. The class returns the composed document as a string. The generated HTML can be made XHTML compliant. - PHP Classes - Script Alone
-
Package: Script Alone
Summary: Manage the execution of PHP daemon scripts
Groups: Console, PHP 5, Systems administration
Author: Barbushin Sergey
Description: This class can be used to manage the execution of PHP daemon scripts. It can store in control file the state of the currently running script. The class can check that file to see if an instance of the script is already running to prevent that more than one instance of the script is being executed. It can also check if another control file exists as a flag indicating that another script instructed the current instance to stop and exit. - PHP Classes - Moon
-
Package: Moon
Summary: Calculate the phase of the Moon for a given date
Groups: PHP 5, Physics
Author: Marco Palmieri
Description: This class can be used to calculate the phase of the Moon for a given date. It takes a given date and determines the phase of the Moon for that date. The class returns the Moon phase name, phase percentage and Moon visibility. It can also return the date of the next new Moon or full Moon. - PHP Classes - MS Word And Excel
-
Package: MS Word And Excel
Summary: Serve Word and Excel files as HTML
Groups: Files and Folders, php
Author: ASHFAQAHMED
Description: This class can be used to serve Word and Excel files as HTML. It can generate HTML output with content type headers that identify it as Microsoft Word or Excel files. - PHP Classes - Web API
-
Package: Web API
Summary: Web application development framework
Groups: Libraries, PHP 5
Author: Tyler Romeo
Description: This package is a Web application development framework. It provides several classes to simplify the development of Web sites and applications. Currently it provides classes for database access, database table wrapper, ORM, content caching, configuration access, error handling, logging, front controller, manage request responses, session management and template processing. - PHP Classes - HLogoZ Lite
-
Package: HLogoZ Lite
Summary: Display different logos according to current date
Groups: Flash, Graphics, PHP 5, Time and Date
Author: Ryan Christenson
Description: This class can be used to display different logos according to current date. It takes a list of logos to display in holidays and special dates. The class checks the current date and displays the corresponding logo. It supports showing logo formats as images, Flash or text. - PHP Classes - Galleries from Picasa
-
Package: Galleries from Picasa
Summary: Get image galleries from Picasa Web pictures
Groups: Content management, PHP 5, Web services
Author: Pal Buczko
Description: This class can be used to get information from image galleries from Picasa Web pictures. It can parse Picasa Web galleries XML feeds to extract the details of the gallery images. The class returns arrays with information of the galleries pictures, thumbnails, titles, etc.. - PHP Classes - Recursive execution on a directory tree
-
Package: Recursive execution on a directory tree
Summary: Process directories recursively
Groups: Files and Folders, PHP 5
Author: Ahmed Magdy
Description: This class can be used to process directories recursively. It can traverse directories recursively. The class invokes callback classes to perform any actions the applications need. There are callback classes for several purposes like listing all files, listing all directories, deleting all files and directories, changing permissions, etc..