Main > Free Download Search >

Free php5 software for linux

php5

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 100
UML2PHP5 2.2.0

UML2PHP5 2.2.0


UML2PHP5 is a Dia plugin to generate PHP code from UML. more>>
UML2PHP5 is a plugin designed to fit on the Dia diagram application. UML2PHP5 automatically generates the PHP code structure following the diagrams classes.
PHP5s and javas object model increasing similarity for example, there was an urgent need to update the tools for programmers.
UML2PHP5 is Open Source, under GPL. This means you can develop the source code to suit your need(s) and redistribute it as long as it remains under GPL terms.
Using UML2PHP5:
- Draw your UML diagram(s)
- Save it with .dia as file extension
- Export through the XSL filter (*.code)
- A popup opens :
- Select UML-CLASSES-EXTENDED in the top box
- Select PHP5 in the bottom box
- OK
The plugin generates as many .class.php files as necessary, in the same directory as the original .dia file.
Enhancements:
- A new tool was added: php2uml, which generates UML diagrams from PHP classes files.
- This tool uses the Reflection API.
<<less
Download (0.016MB)
Added: 2006-05-04 License: GPL (GNU General Public License) Price:
1271 downloads
TCPDF PHP5 4.6.022

TCPDF PHP5 4.6.022


TCPDF PHP5 provides you with an Open Source PHP class which is a perfect and very quick solution for generating PDF documents. more>> <<less
Added: 2009-07-24 License: GPL Price: FREE
1 downloads
TCPDF 1.53.0.TC033 (PHP5)

TCPDF 1.53.0.TC033 (PHP5)


TCPDF is a PHP class for generating PDF files on-the-fly without requiring external extensions. more>>
TCPDF is a PHP class for generating PDF files on-the-fly without requiring external extensions.
TCPDF is an extension and improvement of the FPDF class that supports UTF-8, Unicode, HTML, and barcodes.
Main features:
- supports all ISO page formats;
- supports UTF-8 Unicode;
- includes methods to publish some xhtml code, supporting the following elements: h1, h2, h3, h4, h5, h6, b, u, i, a, img, p, br, strong, em, font, blockquote, li, ul, ol, hr, td, th, tr, table, sup, sub, small;
- includes a method to print various barcode formats using an improved version of "Generic Barcode Render Class" by Karim Mribti (http://www.mribti.com/barcode/) (require GD library: http://www.boutell.com/gd/)
- supports TrueTypeUnicode, TrueType, Type1 and encoding;
- supports custom page formats, margins and units of measure;
- includes methods for page header and footer management;
- supports automatic page break;
- supports automatic page numbering;
- supports automatic line break and text justification;
- supports JPEG and PNG images;
- supports colors;
- supports links;
- support page compression (require zlib extension: http://www.gzip.org/zlib/);
- the source code is full documented in PhpDocumentor Style
Enhancements:
- fixed bug 1762550: case sensitive for font files
- NOTE: all fonts files names must be in lowercase!
<<less
Download (4.2MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
519 downloads
XPertMailer for PHP5 3.0.4

XPertMailer for PHP5 3.0.4


XPertMailer is a SMTP & POP3 PHP Mail Client that you can use to send and read e-mails in MIME format. more>>
XPertMailer is a SMTP & POP3 PHP Mail Client that you can use to send and read e-mails in MIME format (text, HTML, HTML embedded images, attachments) towards a localhost, client or relay SMTP servers with optional autentication and TLS/SSL support. Cc and Bcc functionality are included in this version of XPertMailer.

The XPertMailer class functions are optimised to execute in a very small time and also to be easy to use. This reduces the size of the code and the time required to write it. The names of the public functions in the XPertMailer class are eloquent so that they can be used without any confusions being made. The data sendig is done according to the RFC 821, RFC 822, RFC 2821, RFC 2822, RFC 2487 and the message type is in conformity with the RFC 2045, RFC 2046, RFC 2047, RFC 2048 and RFC 2049.

<<less
Download (0.087MB)
Added: 2007-04-22 License: Freeware Price:
916 downloads
PHPki 0.82

PHPki 0.82


PHPki is a Web application for managing a multi-agency PKI for HIPAA compliance. more>>
PHPki is a Web-based application for managing a multi-agency PKI for HIPAA compliance. With it, you may create and centrally manage X.509 certificates for use with S/MIME enabled e-mail clients, SSL servers, and VPN applications.
Enhancements:
- This release addresses a number of bugs and enhancements reported on Sourceforge.
- It ads support for VPN and timestamping certificates.
- PHP5 compatibility has hopefully been improved.
<<less
Download (1.9MB)
Added: 2007-07-22 License: GPL (GNU General Public License) Price:
830 downloads
W3C-PHP 1.1

W3C-PHP 1.1


W3C-PHP is a little php-cli script that can validate a list of URLs trough the W3C validator Web site. more>>
W3C-PHP is a little php-cli script that can validate a list of URLs trough the W3C validator Web site (http://validator.w3.org/) with PHP-DOM functions.

Configuration:

list.txt -> contain the list of url that you need to validate
the URLs must start with ":" without the "http://" prefix
for exaple...
:www.nasa.gov
:www.google.com

With the #FOLLOW# option you can validate the internal link of a site
you can active that option with:
:www.pippo.com#FOLLOW#

check.php -> php script that contain the source code
PLEASE CHECK IF YOUR PHP BIN ARE IN /usr/bin/php
IF NOT, EDIT THE FIRST LINE OF check.php
For exaple if you have installed php from Yast on Suse
probably you have the php bin in /usr/bin/php5
for execute the script you need to edit the first line of check.php
or make a link with "ln -s /usr/bin/php5 /usr/bin/php"

<<less
Download (0.010MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1204 downloads
WASP-PHP 1.2

WASP-PHP 1.2


WASP (Web Application Structure for PHP5) is a multi-tier web application framework built on object oriented PHP5. more>>
WASP is a multi-tier web application framework built on Object Oriented PHP5.
The framework is a simplified Model View Controller architecture. The controller is built by adding content "Chunks" to "UIModules".
The Model portion of the framework wraps PEAR DB_DataObjects in a business object layer. The View portion currently makes use of PEAR Html_Template_Flexy, but can be easly reimplemented using different template managers (or none at all) via the power of OO Interfaces.
WASP was written from the ground up in pure Object Oriented PHP5. WASP fully utilizes all of the OO enhancements made to PHP in version 5 including public/protected/private encapsulation, abstract classes and interfaces, class autoloading, and exception handling.
Enhancements:
- This release included functions to make form validation automatic and easy to do.
- It also included a library of validation functions that you can use to validate common things like phone numbers, zip codes, and dates.
- These functions will conveniently output standard error messages that you can easily override or customize.
<<less
Download (0.023MB)
Added: 2006-02-02 License: LGPL (GNU Lesser General Public License) Price:
1361 downloads
PHP-IRC 2.2.1

PHP-IRC 2.2.1


PHP-IRC is a modular IRC bot written in PHP5 with a combination of object based/oriented programming. more>>
PHP-IRC is a modular IRC bot written in PHP5 with a combination of object based/oriented programming. PHP-IRC operates under several different platforms with the purpose of automating common information related tasks on IRC.
There are two main reasons that PHP was selected as the primary language. First off, I wanted to provide novice programmers a way to code their own functions and abilities into a powerful platform without having to worry about such things as memory management and compilers.
Secondly, I wanted to do something that no one has done before--create a fully featured bot in php. I dont know if I will ever complete the second objective, but I will keep on developing, as it will always be the main goal of this project.
Main features:
- DCC Chat Support with custom DCC Chat handlers
- DCC File transfer support (inc. mIRC Rev. Protocol)
- Modular based function support
- Event based, with user-definable event handling
- Full support for timers
- Channel and user tracking, with user modes and count
- Multiple bots under one process
- Remote admin via DCC Chat or private message
- MySQL support
- Very in-depth documentation
- ... and much more!
<<less
Download (0.10MB)
Added: 2006-04-10 License: GPL (GNU General Public License) Price:
1317 downloads
CakePHP 1.1.16.5421

CakePHP 1.1.16.5421


Cake is a rapid development framework for PHP. more>>
Cake is a rapid development framework for PHP. CakePHP project uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC.
Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility.
Main features:
- compatibile with PHP4 and PHP5
- supplies integrated CRUD for database and simplified querying
- request dispatcher with good looking, custom URLs
- fast, flexible templating (PHP syntax with helper methods)
- works from any website subdirectory, with little to no Apache configuration involved
Why use CakePHP?
- Flexible License: MIT License
- Clean IP: every line of code was written by the CakePHP development team
- Extremely Simple: just look at the name...Its Cake
- Rapid Development: build apps faster than ever before (check out the zZine article)
- Best Practices: Cake is easy to understand and sets the industry standards in security, session handling, among other things.
- OO: whether you are a seasoned OO programmer or a beginner you will feel comfortable
- No Configuration: set-up the database and watch the magic begin
<<less
Download (0.19MB)
Added: 2007-07-09 License: MIT/X Consortium License Price:
548 downloads
PHPDigikam 1.0

PHPDigikam 1.0


PHPDigikam is a PHP5 script to let others browse your digikam archived photos by album or tag. more>>
PHPDigikam program is a PHP5 script to let others browse your digikam archived photos by album or tag.
I wrote this because digikams export plugin lacked one important feature: to show all the tags associated with an image and let you browse all photos that have the tag People set for example.
This script has to be run on an apache webserver and will query digikams SQLite database directly, thumbnails are generated/updated via a bash script.
Main features:
- Only export certain albums
- Tags that dont belong to any images in the allowed albums will not be shown
- Browse photos by tag or album
- Easily translatable (German and English provided)
- Setup mode for configuration
<<less
Download (0.019MB)
Added: 2006-04-10 License: GPL (GNU General Public License) Price:
1292 downloads
FryPHP 0.9.6.2

FryPHP 0.9.6.2


FryPHP project is fast and easy to learn templating engine/system for PHP5. more>>
FryPHP project is fast and easy to learn templating engine/system for PHP5.

Why another templating system? Well... I have tried and even worked with a lot and was not happy with any of them. They all as a rule force you to learn a "new language" and its not right. I do not believe in all that designer safety and all... As my practice showed - competent enough people: HTML guys who know PHP or even programmers and surely not designers work with dynamic part of templates (of cource there are exceptions).

After working with RHTML in Ruby on Rails I found out how convenient it was. So I decided to make some templating system for PHP5, which uses plain PHP for templating.

FryPHP is written in object oriented manner using test driven development (TDD).

FryPHP allows local variables for each template, you also can set global variables. FryPHP makes use of method overloading and provides FryHelpers which save a lot of time on routineous HTML generation, such as selects generation for date selection.

FryPHP is very young project so more documentation, examples etc. are still to come.

For now, most of Frys features can be learned by reading test files.
<<less
Download (0.022MB)
Added: 2007-07-18 License: LGPL (GNU Lesser General Public License) Price:
828 downloads
PHPImageMage 2.0

PHPImageMage 2.0


PHPImageMage is a PHP5-class that acts as an API and simplifies many of the things most commonly done to images in Web apps. more>>
PHPImageMage is a PHP5-class that acts as an API and simplifies many of the things most commonly done to images in Web applications. PHPImageMage handles JPEG, PNG, and GIF images and requires PHP5 with GD support.

<<less
Download (0.006MB)
Added: 2006-07-14 License: BSD License Price:
1197 downloads
PHP AnyXML 0.1.1

PHP AnyXML 0.1.1


PHP AnyXML is an XML read-only class which offers PHP5 SimpleXMLs capabilities on ANY host. more>>
PHP AnyXML is an XML read-only class which offers PHP5 SimpleXMLs capabilities on ANY host, even if PHP4 and/or without the expat extension.

AnyXML project will always choose the best available library to offer its functionality. Your solution to PHP+XML messes.

AnyXML API documentation

When loading an XML file the first XML tag becomes the root node. An XML file should contain only one parent tag.
Please note that AnyXML offers a read-only layer and no write facility. All child nodes (with the same name) are grouped into arrays.

AnyXML API defines:

* getAllChildren()
returns all the child nodes of the AnyXML object

* getValue()
returns the text value of the AnyXML object; this is the text contained in the tag
or that gathered from its child nodes

* getName()
returns the tag name of the current AnyXML object

* getElementByPath($path)
returns an AnyXML object from the specified $path
if the path was not valid, null is returned
if there is more than one element in that path, an array is returned

* getValueByPath()
same as ::getElementByPath($path)->getValue()

* attributes($attr = null)
returns attribute $attr or the full list of attributes if $attr is not specified

* map($callback, $args = array())
maps a callback function to all children
<<less
Download (MB)
Added: 2007-07-11 License: LGPL (GNU Lesser General Public License) Price:
835 downloads
PHP PrintIPP 0.73

PHP PrintIPP 0.73


PrintIPP is a PHP class (PHP5) which implements an IPP client (Internet Printing Protocol). more>>
PrintIPP is a PHP class (PHP5) which implements an IPP client (Internet Printing Protocol).
PrintIPP, in its current state, is able to print both strings and files, and cancel jobs, as doing all RFC2911 operations.
PHP PrintIPP project is a Free Software.
PHP PrintIPP is distributed uder LGPL, Http backend under BSD license, testfiles under GPL, test script and examples in documentation under BSD license, documentation under GNU FDL (with no invariant section, no front-cover and no back-cover).
Enhancements:
- There is now an integrated HTTP backend, with Basic and Digest authentication mechanisms.
- Many operations have been added.
<<less
Download (0.083MB)
Added: 2006-01-19 License: GPL (GNU General Public License) Price:
1373 downloads
phpVideoPro 0.8.8

phpVideoPro 0.8.8


phpVideoPro is a program to manage your collection of DVDs, Video CDs, and video tapes. more>>
phpVideoPro is a program to manage your collection of DVDs, Video CDs, and video tapes. phpVideoPro stores all data in a database, and provides you with features for adding/changing entries, displaying lists, printing labels and lists, and more.
An online help system is built-in to guide you when necessary, and an integrated user/session management protects your data against unauthorized access. Support for multiple languages is provided, and supported databases include MySQL and PostgreSQL.
Enhancements:
- This update is strongly recommended to everybody running PVP with open access from the Internet.
- A vulnerability was fixed.
- Some enhancements were made for label printing.
- Some fixes were made for PHP5 problems.
<<less
Download (0.55MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
852 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5