phpIP is a web tool for managing an IP rights portfolio, especially patents. It is intended to satisfy most needs of an IP law firm. The tool was designed to be flexible and simple to use. It is based on an Apache-MySQL-PHP framework.
There are many IP rights management tools out there. They are all proprietary and pretty expensive. It is not the cost, in fact, that led us to designing our own system, because the design resources we spent could equate to the cost of a couple of years license and maintenance fees of existing systems. We found that existing systems are overkill for our needs, because they are designed to satisfy the needs of a majority – hence they have more features than what each individual user needs, so they are very complex to use, yet not all specific needs of the individual user are satisfied. So the user needs to adapt to the system, whereas it should be the other way round.
Since we are patent attorneys and don't have resources for selling and maintaining our software, yet would like others to benefit from it, and hopefully contribute, we decided to open source it. This is an important step in reaching the goal of creating a tool adapted to the user's specific needs. We also designed phpIP to be extremely flexible, so that, hopefully, most users will be able to configure it (and not redesign it) to fit their needs.
Head for the Wiki for further information.
This involved deleting, moving and cleaning many files, yet the functionality should not change. See commit bf00718
.
The authorization mechanism has been improved, using gates rather than policies. See commit a4c4764
.
Navigation and selection in the suggestion lists can now be performed with the keyboard.
More foolproof.
Many bugfixes.
Upgraded to Laravel 10 for the back-end.
Upgraded to Bootstrap 5 for the front-end.
Removed all dependencies to jQuery by rewriting many functions that depended on it, especially the autocompletion functionality.
OPS provide a REST API for accessing world-wide patent information. We have integrated this service to automatically import a whole patent family into phpIP by just providing one of the publication numbers in the family.
The tool is available through the menu Matters->Create family from OPS
Check the dedicated Wiki section.
Use your favorite DOCX templates to merge them with the data of a matter displayed in phpIP by simple drag-and-drop.
Check the dedicated Wiki section.
This tool manages renewal watching, first calls, reminders, payments and invoicing of renewals. Emails are created for each step for a client's portfolio. The emails may be sent automatically or to oneself as a template for resending.
Check the dedicated Wiki article.