9 projects tagged "php class"
pop3ml is a program to manage mailing lists and newsletters without a local SMTP server. It requires only a simple POP3 email account. It's highly configurable by users. You can subscribe or unsubscribe simply with email messages. There is optional subscription and unsubscription confirmation, subscription moderation, message moderation, digest message mode, parent/children list management, mail scheduling to postpone or repeat a message, a mail filter (with a procmail-like syntax), a message queue for unsent messages, message size check, a command to retrieve messages, bounce detection, message header management, black/white/allow/deny lists, and other functions. There is also a program to test list settings without sending any messages and another program to view and search through stored messages. You can configure it with programs like phpMyAdmin.
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.
PHP CLI Framework is a simple class which you can extend to quickly create a commandline (CLI) application using PHP. Only a single file is needed, and everything extends that file. It supports interactive input and an object oriented way of writing which keeps things nice and clean. Features include arguments, flags, options, colors, interactive input, object oriented PHP5, a micro framework, and minimal coding required. There's only a single class to extend.
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.