bsd license
Random License Generator 1.0
Generates random registration numbers of any length and character format, as well as telling you how many variations of that format are possible, helping to ensure that you will not run out of available registration numbers and have to switch formats more>> Generates random registration numbers of any length and character format, as well as telling you how many variations of that format are possible, helping to ensure that you will not run out of available registration numbers and have to switch formats down the road. Tools are included for incorporating the program into a database, in case you wish to tie the generated numbers into a logging system and ensure that the number has not previously been used.<<less
PHP Tliste 1.10
Php Tliste is a Treeview component with AJAX support (jQuery). With this you can add a treeview navigation (explorer style) to your site. This component is a freeware under license GPL. more>> Php Tliste is a Treeview component with AJAX support (jQuery). With this you can add a treeview navigation (explorer style) to your site. This component is a freeware under license GPL.<<less
phpSQLiteCMS 0.8
A simple open source PHP web content management system (CMS) which uses SQLite as database and Smarty as template engine. Its licensed under the GNU General Public License. more>> A simple open source PHP web content management system (CMS) which uses SQLite as database and Smarty as template engine. Its licensed under the GNU General Public License.<<less
CryptEngine 1
CryptEngine is a fast 3D engine for Java available as Open Source and is distributed under Mozilla Public License. It is based on OpenGL and provides components and objects allowing the description and rendering of 3D scenes. Unlike several other 3D more>> CryptEngine is a fast 3D engine for Java available as Open Source and is distributed under Mozilla Public License. It is based on OpenGL and provides components and objects allowing the description and rendering of 3D scenes. Unlike several other 3D engines, CryptEngine focuses on Rapid Application Development.It enables you to create and render complex 3D scenes without having to learn OpenGL.<<less
License:Other Free / Open Source License
BTT-License [Pro] License Distribution System v1.9.5
BTT-License is a license management system for developers. It allows you to generate complex Logic code keys and logic licenses to bind to your applications for developers. You can set expiration date more>> BTT-License is a license management system for developers. It allows you to generate complex Logic code keys and logic licenses to bind to your applications for developers. You can set expiration date, domain, email, database, etc, etc limitations for your applications you are developing. Complete Admin and User interface allows for client support and management. Works on all platforms. Uses a MySQL database to store all infomration. A Non-MySQL database version is also available as well.<<less
2200net Calendar system 2.0 2.0
2200net Calendar is an easy calendar system, and it runs on PHP and MySQL. 2200net Calendar is a free php program for anyone to use under the GPL license. Current version only support Chinese and English language,so I hope you can support other more>> 2200net Calendar is an easy calendar system, and it runs on PHP and MySQL. 2200net Calendar is a free php program for anyone to use under the GPL license. Current version only support Chinese and English language,so I hope you can support other languages to me. If you have any good ideas or suggests please tell me. System Requirements: php 4.10 or or above. We use php Calendar functions, please check you have to compile PHP with --enable-calendar. MySQL preferably 3.23.51 or above.<<less
sqlWebArchitect
sqlWebArchitect is a Web-Based Open Source SQL Server and MSDE Database Administration tool. Built with Microsoft .NET Framework 2.0 and released under GPL License. more>> sqlWebArchitect is a Web-Based Open Source SQL Server and MSDE Database Administration tool. Built with Microsoft .NET Framework 2.0 and released under GPL License.<<less
Seagull Application Framework 0.6.0
Seagull is an OO PHP framework with the core modules licensed under BSD, and has the following design goals: - independence of data, logic & presentation layers - extensible component architecture - reduction of repetitive programming tasks - more>> Seagull is an OO PHP framework with the core modules licensed under BSD, and has the following design goals: - independence of data, logic & presentation layers - extensible component architecture - reduction of repetitive programming tasks - simplifying data access - comprehensive error handling - module workflow routines - form handling without the donkey work - component reuse - authentication management - integration with PEAR libraries - PHP coding standards - platform/PHP version/browser independence - self-generating documentation - quality end user docs<<less
eZ components 2007.2.1
eZ components is an enterprise ready general purpose PHP components library by eZ systems. more>>
eZ components 2007.2.1 is a useful program including independent building blocks for PHP application development eZ components for speeding up development and limiting risks. An application can use one or more components effortlessly as they all adhere to the same naming conventions and follow the same structure.
All components are based on PHP 5.1, except for the ones that require the new Unicode support that will be available from PHP 6 on.
The Base component provides basic functionality that all other components rely on. This basic functionality contains a certain set of exceptions and a mechanism to load components on demand, reducing memory usage. Other components build around this Base component and provide functionality for a whole range of different subjects.
Subjects include reading archive files (.zip, .tar), caching data, database SQL abstraction layer and schema management, debugging and event logging, image analysis and manipulation, in-process communication, sending fully feature mail message, templating and the safe usage of input data. Besides these main features there are also a few other components dealing with a whole range of subjects.
This is a complete list of all the individual libraries that is included in eZ components.
- Archive
-
- Allows you to extract and create archive files, such as .tar (ustar, v7tar and gnutar) and .zip
- Cache
-
- A solution for caching, supporting multiple backends allowing you to specify the best performing solution for your caching-problem.
- Configuration
-
- A component that allows you to use configuration files in different formats.
- The formats include the standard .ini file, and an array based format.
- ConsoleTools
-
- A set of classes to do different actions with the console (also called shell). It can render a progress bar, tables and a status bar and contains a class for parsing command line options.
- Database
-
- A lightweight database layer on to of PHPs PDO that allows you to utilize a database without having to take care of differences in SQL dialects.
- DatabaseSchema
-
- A set of classes that allow you to extract information from a database schema, compare database schemas and apply a set of changes to a database schema.
- A set of classes that allow you to extract information from a database schema, compare database schemas and apply a set of changes to a database schema.
- Debug
-
- This components provides a set of classes that help you to debug an application. It provides timers and report generators for different formats that give a summary of warnings and errors that occurred within your application.
- EventLog
-
- Allows you to log events into files or other storage spaces in different formats.
- Execution
-
- Provides functionality to give feedback to your applications users when a fatal error happened or an uncaught exception was thrown.
- Feed
-
- Provides reading and writing support of RSS (multiple versions) and ATOM feeds.
- Provides reading and writing support of RSS (multiple versions) and ATOM feeds.
- File
-
- Provides support for file operations which are not covered by PHP or are just missing.
- Provides support for file operations which are not covered by PHP or are just missing.
- ImageAnalysis
-
- This class allows you to analyse image files in different ways. At least the MIME type of the file is returned. In some cases (JPEG, TIFF and GIF) additional information is gathered as well.
- ImageConversion
-
- A set of classes to apply different filters on images, such as colour changes, resizing and special effects.
-
- The components allows you construct Mail messages conforming to the RFCs. It has support for attachments, multipart messages and HTML mail. It also interfaces with SMTP to send the e-mail. Reading and parsing mail messages comes in version 1.1.
- PersistentObject
-
- This component allows you to store an arbitrary data structures to a fixed database table. The component provides all the functionality needed to fetch, list, delete etc these datastructures.
- PhpGenerator
-
- Provides a simple interface for creating PHP files and executing PHP code.
- SystemInformation
-
- Provides access to common system variables, such as CPU type and speed, and the available amount of memory.
- Provides access to common system variables, such as CPU type and speed, and the available amount of memory.
- Template
-
- A fully functional Templating system, supporting template compilation in different levels, user defined functions and operators, an optimizer, output escaping for different output handlers to prevent XSS and other security problems and a plug in system for extra functionality (such as a Translation system).
- A fully functional Templating system, supporting template compilation in different levels, user defined functions and operators, an optimizer, output escaping for different output handlers to prevent XSS and other security problems and a plug in system for extra functionality (such as a Translation system).
- Translation
-
- A component that reads XML translation definitions (the Qt Linguist format), supports caching of translation contexts and presents you with a class to apply translations to strings. A filter system allows you to transform translation definitions for special use.
- Url
-
- Provides functionality for parsing URL parameters, and path manipulation.
- UserInput
-
- A component that assists you to safely user input variables coming into your application. It builds on top of PHPs filter extension and extends it by providing a more inituitive API.
Major Features:
- Designed for enterprise PHP application development
- Open source and licensed under the New BSD license
- Clear IP rights
- Thoroughly documented
- Developed, supported and maintained by eZ systems
PHPAudit - PHP Licensing & Distribution
PHPAudit is a fully featured PHP Software Distribution Solution for Independent Software Vendors and PHP Developers. PHPAudit automates the distribution of your code from new orders to product downloa more>> PHPAudit is a fully featured PHP Software Distribution Solution for Independent Software Vendors and PHP Developers. PHPAudit automates the distribution of your code from new orders to product download & licensing. PHPAudit is very easy to use, install and maintain, and comes complete with a fully features shopping cart and client area. PHPAudit includes full support for Paypal IPN, 2Checkout, Authorize.net, WorldPay & Stormpay payment gateways. Our features: ? Real time license control ? suspend users licenses instantly ? Create time or feature limited versions of your products instantly ? Multiple licensing options ? remote sockets, cURL and/or local keys! ? WeightShift? - multiple redundant remote licensing servers ? Full client, order, invoice and license management ? Shopping cart style order system ? Members area where your customers can manage their licenses, download their products, order new products, renew support/upgrades & more ? ionCube encoder integration ? lots more!<<less
PADL - PHP Application Distribution License System 0.5.2
This class can used to generate keys to control the distribution PHP applications that are enable according to a license. It generates license strings that can bind PHP applications to specific servers or can only be executed during limited time more>> This class can used to generate keys to control the distribution PHP applications that are enable according to a license. It generates license strings that can bind PHP applications to specific servers or can only be executed during limited time period or to restrictions placed on a home server. The binding to server process attempts to use the server network card MAC address. This feature was tested on servers are Mac OS X (Darwin), Linux, Windows XP, although it may also work for FreeBSD, NetBSD, Solaris. The class also attempts to use information from $_SERVER variable to encode that server name, server IP, server user path and server url to the application folder. This server binding can be disabled if required, and it also possible to block the key being generated for the localhost address (127.0.0.1) The time limiting of the license uses a start period (and a given start offset to allow for time discrepancies) and an expiry date if required. If required when validating a key it is possible to dial home to check the license key on your own server. (see demo2.license.php file) The PHP_OS and PHP_VERSION of the php that the key was generated for is also encrypted into the key. It is also possible to encrypt additional information into the license key. This class is still in development however it is stable.<<less
Open Link Directory 1.2
Open Link Directory (OpenLD) a basic but useful link classifieds php script that you can use to build a link directory that you choose. Best of all its open source and released under the terms of the GPL (General Public License) so there are no more>> Open Link Directory (OpenLD) a basic but useful link classifieds php script that you can use to build a link directory that you choose. Best of all its open source and released under the terms of the GPL (General Public License) so there are no restrictions like you find with some commercial scripts.<<less
MyDNSConfig
MyDNSConfig is a web-based control panel for the MYDNS name server. MyDNSConfig is licensed under BSD license. MyDNS is designed to serve DNS records directly from a MySQL database. MyDNSConfig is a w more>> MyDNSConfig is a web-based control panel for the MYDNS name server. MyDNSConfig is licensed under BSD license. MyDNS is designed to serve DNS records directly from a MySQL database. MyDNSConfig is a web-interface to the MyDNS database.<<less
Source.php
Source.php displays PHP, HTML, Javascript and other source code direct from file, unparsed, and presents it cleanly and professionally. An image link brands the displayed code, and refers viewers back more>> Source.php displays PHP, HTML, Javascript and other source code direct from file, unparsed, and presents it cleanly and professionally. An image link brands the displayed code, and refers viewers back to the main site. Released under the terms of the GNU General Public License<<less
my little forum 2
A simple PHP and MySQL based web-forum that displays the messages in classical threaded view. Its Open Source licensed under the GNU General Public License. The main claim of this forum script is simplicity. Furthermore the script should be easy to more>> A simple PHP and MySQL based web-forum that displays the messages in classical threaded view. Its Open Source licensed under the GNU General Public License. The main claim of this forum script is simplicity. Furthermore the script should be easy to install and run on a standard server configuration with PHP and MySQL.<<less