php ecommerce application business model?
Moderator: General Moderators
php ecommerce application business model?
I am currently working on an ecommerce application in php (on top of the Zend Framework). I am building it for a specific client, but I am only licensing the product to them. Even though I'm building it for this specific client, I intend to build it in such a way that it will work for just about any ecommerce site. I am pretty new to selling php applications. I have only ever written free/open source apps. While this app may eventually be open source, I don't intend (ever) to give it away. I intend to sell it, and I intend to sell extensions for it. My question is, how do I protect myself from people stealing it? I can't very well hide the source from people. I mean, once they have it, they have it. They can copy it and use it on as many sites as they want. What can I do to protect myself from that?
Re: php ecommerce application business model?
Hmm, I just found this. Kind of a helpful article about selling GPL'd code.
http://www.hiveminds.co.uk/?p=3710
http://www.hiveminds.co.uk/?p=3710
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Re: php ecommerce application business model?
Don't sell it as GPL...create a custom license...
Re: php ecommerce application business model?
You can use Ioncube encoder or Zend encoder to protect the source code. We are selling in this way, encoding only few core files, so third parties still can made extensions, and to use the software, you need a license file, and it's locked to a domain name... for the developers, there are developers' licenses, which produce nag screens.
Re: php ecommerce application business model?
Give it away. Sell support/customisation. That way the popularity of the product drives sales rather than you having to market it.
Marketing is the hard bit of running a business.
Marketing is the hard bit of running a business.