We have collection of more than 400,000 open source products ranging from Enterprise product to small libraries in all platforms. We aggregate information from all open source repositories. Search and find the best for your needs.
Displaying 1 to 10 from 181 results
Php-google-map-api - PHP Class for Building maps using Google Maps API
The world of building web applications that utilize Google Maps can be a tedious and laborious process. The intent of this class is to make it easier for developers to quickly and easily integrate a map into their page with very little effort.
Obiblio - Automated Library System
OpenBiblio is an easy to use, automated library system written in PHP containing OPAC, circulation, cataloging, and staff administration functionality. Its features include Barcode Scanners, MARC Upload, Overdue Letters, Reports and Layouts and lot more.
playSMS - PHP based SMS Gateway
playSMS is a flexible Web-based Mobile Portal System that it can be made to fit to various services such as an SMS gateway, personal messaging systems, corporate and group communication tools.
Anjel - Brand's url library
Brand's url library
Another-php-library - Another Php5 Library
Attention! This project is no longer being developedAnother-PHP-Library Overviewanother-php-library is an object oriented and lightweight PHP5 library,made up of various helper classes. All you need is ( and will be ) just the php itself and maybe apache as your web server. Main goal of this project is to minimize the code,time and effort to implement common tasks for building a web site which interacts with a database. Don't forget APL is still under development! And most up-to-date sources are
As3flexdb - AS3FlexDB project is a open source lib that allows Adobe Flex applications to connect to
NewsTry out AS3FlexDB version 2.0.0. Simple example<?xml version="1.0" encoding="utf-8"?><mx:Application width="600"\t\theight="400"\t\txmlns:mx="http://www.adobe.com/2006/mxml"\t\txmlns:as3flexdb="phi.framework.sql.*"\t\tlayout="vertical">\t<mx:Button label="Get Users" click="st1.execute()"/>\t\t<mx:DataGrid id="dg1" dataProvider="{users}">\t\t<mx:columns>\t\t\t<mx:DataGridColumn headerText="#ID" dataField="idUser" />\t\t\t<mx:DataGridColumn headerText="Username" dataField="username" />\t\t\t<m
Asmonster - ActionScript Library
The asMonster is a Library in as3 that has as main characteristic make my life ease. I tried to make complex things that I need to do with some frequency become more simple and practical.
Aspectphplibrary - The lightweight and flexible AOP library for PHP
Still not finished yet..
Ar-acl - Access Control Library for Codeigniter PHP Framework
Ar-aclIntroductionAr-acl is Access Control Library for codeigniter. This library works with two methods. User access control by role, e.g: "admin/" is admin page that can be accessed only by admin. "salary/" is employer's salary page that can be edited by hrd dept and accounting dept. User access control by Very Private Page (VPP) check, e.g: "profile/edit/john.r" is a page to edit profile information that can be edited by user who logged on with username "john.r". FeaturesRestrict user based on
Aop4php - AOP implementation for PHP by proxy-classes
IntroductionInstallPlease, download latest version of library from Downloads section or checkout from SVN. Upack package file to your project directory. Usageinclude('aop/AOPProvider.class.php');include('aop/AOPProxy.class.php');include('classes/Test.class.php');// array config example$points1 = array(\tarray(\t\t'point' => array('class'=>'Test','method'=>'insert'),\t\t'event'\t => 'before',\t\t'advice'=> array('adviceController','insert')\t),\tarray(\t\t'point' => array('class'=>'Test','method'