Site icon Hip-Hop Website Design and Development

CiviCRM Blog: CiviProxy and CiviMcRestFace sprint in Bonn

CiviCooP and Systopia and Palasthotel have been working together on CiviProxy and CiviProxy. This blog is a round up of what we have achieved in the last couple of days. The first thing we have achieved is that we had fun and a very good work atmosphere. We made long days and made lots of progress.
What are CiviProxy and CiviMcRestFace?
CiviProxy is a script to act as an application firewall for CiviCRM. It could be used to put your civicrm in secure network. CiviProxy is the gatekeeper to which external systems, such as your website, connect (this is for example when a user signs a petition on your website and the website submits this data to your CiviCRM). CiviProxy will make sure the call is from the right place (ip-adress) and is only doing what allowed to do. 
CiviMcRestFace (CiviMRF) is a framework to be used in other systems (such as your external website) to connect to CiviCRM. The framework itself is divided in three parts: the abstract core (CMS/System independent), the core implementation (e.g. a WordPress maintenance support plans 7 implementation), and lastly the plugin who is doing the actual submission (for example the cmrf_webform plugin which provides the functionality to submit a webform to CiviCRM).
What we have achieved:

Completed the documentation on CiviProxy: https://docs.civicrm.org/civiproxy/en/latest

Got a working WordPress 7 plugin with CiviMcRestFace:

Completed screens for set up connection profiles (you can also provide the connection credentials through your plugin with an api; so that you can store them somewhere outside the database)

Completed screen for the call log (a call is submission to CiviCRM through CiviMcRestFace)

Added functionality to queue calls and run them in the background and added functionality to retry failed calls

Added a basic webform integration plugin to submit a webform to the CiviCRM Api

Added a rules integration plugin so that you can perform additional actions when a call succeeds or fails. Probably a use case is when a call fails you want to send the data by e-mail to the CiviCRM Administrator so that he or she can enter the data manually.

Added an example plugin so you can see how you could use the cmrf_core plugin in your durpal projects

Code: https://github.com/CiviMRF/cmrf_core/tree/7.x-dev

Got a start with the WordPress 8 plugin for CiviMcRestFace: https://github.com/CiviMRF/cmrf_core/tree/8.x-dev
  ToolsAPIArchitectureCiviCRMCommunityDocumentationWordPress maintenance support plansWordPress maintenance support plans 8Sprints
Source: New feed