RSS 12 projects tagged "php class"

No download No website Updated 17 May 2010 File upload and validation class

Screenshot
Pop 22.38
Vit 33.13

File upload and validation class is a PHP class that can be used to validate and process uploaded files. It can validate a given uploaded file by checking its MIME type or its original file type, and by checking its file size against a given limit and file type. It currently supports audio, video, PDF, and image file uploads. The class can create a path in the server as well.

No download Website Updated 11 Jan 2011 DHCP Lease Query in PHP

Screenshot
Pop 35.16
Vit 29.97

DHCP Lease Query in PHP is a PHP class that will allow you to send DHCPLEASEQUERY packets to inquire about known leases from a remote DHCP server. It is similar in nature to ISC's OMAPI but without the hangs it creates, nor does it cause dhcpd to behave in a single-threaded fashion while talking to it. After all, it emulates an actual DHCP "helper" (relay agent) and, as such, all queries travel over IP. It is based on RFCs related to DHCP and follows the RFCs as closely as possible.

No download No website Updated 22 Dec 2010 Random Password Generator Class

Screenshot
Pop 18.68
Vit 29.65

Random Password Generator Class is a PHP class that can be used to generate random texts for using as passwords. It can generate a random text of a given length, which may contain either lower or upper case letters, numbers, or symbols.

Download Website Updated 20 Feb 2011 EasyPhpMassEmail

Screenshot
Pop 16.58
Vit 28.61

EasyPhpMassEmail is a PHP class that is intended for Web sites that need a simple solution for sending many email messages and do not have access to the PEAR packages for sending mass emails. The EasyPhpMassEmail class sends the email messages in batches and relies on an email queue page that reloads after each batch. By doing so, it is possible to send a large number of emails without problems using the mail() function and have a progress indication at the same time. The example files in the package demonstrate the use of the class.

No download Website Updated 10 Sep 2011 inlinks

Screenshot
Pop 12.73
Vit 24.89

Inlinks is a PHP class that finds sites linking to a given URL without using the Yahoo! API.

Download No website Updated 16 Oct 2012 SMTP4PHP

Screenshot
Pop 136.29
Vit 5.79

SMTP4PHP is a collection of PHP classes dedicated for composing and sending multipart/mixed email messages quickly and easily, with or without embedded images and/or attachments.

Download No website Updated 18 Aug 2012 securify

Screenshot
Pop 18.49
Vit 16.76

securify is a class that generates passwords by replacing random characters in a given password text. A percentage parameter determines the probablity of each character being replaced. It can take a string from the user, or suggest words from a database.

No download No website Updated 23 Aug 2012 cep-livre

Screenshot
Pop 21.26
Vit 16.40

cep-livre is a class that retrieves Brazilian addresses for a given CEP zip code using ceplivre Web service. It returns the street address, region, city, state, latitude, longitude, area code (DDD), and IBGE's city code. It can also retrieve the CEP zip code of a given address.

No download Website Updated 24 Sep 2012 PHP Array Search

Screenshot
Pop 20.81
Vit 15.43

PHP Array Search provides array searching by the wildcard "%", just like SQL queries.

No download No website Updated 29 Dec 2012 PunteFramework

Screenshot
Pop 19.36
Vit 12.08

PunteFramework aims to be a lightweight PHP framework using the MVC architecture. It makes it easier to modify either the visual appearance of an application or the underlying business rules without affecting the other. It will include some libraries especially focused to Nepali developers, and is designed with clean and optimized code, though it may not advanced practices or security measures into consideration for now.

Screenshot

Project Spotlight

PyDSM

A library of Python/Scipy tools for the design and simulation of ΔΣ modulators.

Screenshot

Project Spotlight

CmdOption

A simple annotation-driven command line parser toolkit for Java 5 applications.