Projects tagged ‘php’ and ‘store’


[13 total ]

47 Users
   

The complete Shopping Cart / e-commerce Solution for Joomla!. It can also be used as a Catalogue. Its powerful Administration Tool can handle an unlimited number of Categories, Products, Orders ... [More] , Customers, Payment Methods, Shipping Methods, Files. VirtueMart can be customized using Themes and extended using your own modules and pages. [Less]
Created over 3 years ago.

33 Users
   

Magento is a new professional open-source eCommerce solution offering unprecedented flexibility and control. With Magento, never feel trapped in your eCommerce solution again. Magento's Core ... [More] Offerings: * Unlimited flexibility and no constraints * Completely Scalable Architecture * Professional and Community Support * Smooth Integration with 3rd party apps * Cutting Edge Features [Less]
Created over 2 years ago.

3 Users

Created 5 months ago.

2 Users
   

xt:Commerce is developed as a powerful ecommerce webcart shop system for small, medium and full-sized merchants as well as wholesalers. Its full functionality enables you to strengthen your position ... [More] in the fast growing ecommerce shopping cart market. xt:Commerce is released as a free opensource shopping cart software (GNU/GPL) with a broad spectrum of ecommerce functions, as dynamic and powerfull as expensive ecommerce shopping cart systems. xt:Commerce helps you to manage your woldwide ecommerce sales as easy as the online sales in your home country. A shopsoftware system that provides your success just by using this webcart system. [Less]
Created about 1 year ago.

1 Users

A modular expandable store built from the ground up to provide modularity.
Created 7 months ago.

0 Users

PHP Object Cache is a Memory Object cache, implemented with PHP Sockets. It runs on PHP4 or PHP5+ and requires your PHP build to have sockets enabled. There are numerous memory caches available ... [More] , that definitely will have better performance and implementation: http://www.danga.com/memcached/ http://www.php.net/manual/en/book.apc.php http://eaccelerator.net/ http://xcache.lighttpd.net/ However, they are not implemented in pure PHP, they require php extensions, and installing the object cache separately. PHP Object cache should work even on shared hosting, if your host allows Socket deamons. This is mainly the reason I wrote it, so it can be deployed from within your PHP app without any setup if other memory caches are not available. UsageStart the PHP Object Cache socket deamon via the command line: /usr/bin/php -c /path/to/php.ini socket.phpOr start the socket deamon from within PHP: exec('/usr/bin/php -c /path/to/php.ini socket.php > log.txt &');The & option makes the process run in the background, so your PHP script can continue on. Example for windows in in create-socket.php Then in your PHP code, import the PHP Object Cache client. // require client class require_once('client.class.php'); // create a connection to the server $Cache = new Socket_Cache_Client('127.0.0.1', 9803); // set a value $Cache->set('test', 'This is a test'); // retrieve a value $test = $Cache->get('test');At the moment this is all you have. NotesPHP Object Cache is implemented as a single deamon process. It does not fork other processes simply because support for forking processes and IPC would require PHP extensions. Therefore it will not efficiently use multi-processors. PHP Object Cache uses socket_select() which uses the select() system call. So its efficiency will be dependent on that an how PHP implemented select(). This is the only "event notification" available in native PHP. At the moment the Object Cache cannot be distributed across servers. You can run an object cache on a separate machine, but it will be independent of other caches. If you know of a better alternative or was of implementing those noted please let me know. Tests and BenchmarksWe will be adding some test here soon. DownloadThe code is very alpha, minimally tested. Get the source from subversion repository and do your own tests before trying it out. [Less]
Created 4 months ago.

0 Users

This is a general purpose online store framework. It is written in PHP and it uses MySQL as database (we hope to support Oracle and MS in the future). We want it to have a easy configurable admin ... [More] interface. We'll start by building a normal online store (fictive items) and after that we will migrate the project to an online store framework that will be easy deployed. [Less]
Created 4 months ago.

0 Users

Avactis Shopping Cart is a secure eCommerce and online store-management software developed by Pentasoft Corporation from New York. The software can sell unlimited number of products (physical or ... [More] digital) organized into unlimited number of categories and attributes, with inventory tracking, stock control, automatic discounts and other useful features. Payments can be accepted from 35+ most popular gateways (including Google Checkout, PayPal and 2checkout) with full HTTPS/SSL support and other payment gateways can be developed on request. Shop administration is done via web interface. The software is highly customizable. It allows changing look and feel of entire store, single categories and single products, changing user registration form, checkout method (quick or with account creation). [Less]
Created 2 months ago.

0 Users

Sistema Integral compuesto de una tienda Virtual y de Un Punto de Venta
Created 11 months ago.