Reputation: 466
I have on PHP application(like industry machine temperature monitoring and reporting).
Now, My client is asking full source code(including server side,client side,Database) of application. My terms to the client is, the product can be modified/used for their own needs but should not be distributed to others without my permission.
My Question:
I need your direction/idea.
Thanks
Upvotes: 2
Views: 38
Reputation: 6792
It may depend on why they need it. You could however encode the "core" of your application using
http://www.zend.com/en/products/zend-guard
http://www.sourceguardian.com/
However this will force you to write a modular part which can still be edited to proved enhancements. This will probably cost you a lot of work.
Upvotes: 3