This framework was created primarily for internal needs in the company where I work.
Indeed there is already a multitude of frameworks, however SharkCall responds to specific needs where the existing framework was either too heavy or not very economical in production.
- SharkCall works with a simple shared hosting, no need to launch it via the terminal on a VPS or a dedicated server.
- SharkCall integrates a simple customizable backend.
- SharkCall is coded in MVC simpler and cleaner for modifications.
- SharkCall integrates an API solution, it can be used as BackEnd.
- SharkCall is very light.
Here are the advantages that pushed me to create this framework, I hope that you would have as much pleasure as me to used it.
I would especially like to thank Ludovic Fontaine, who has been actively involved in the improvement of the framework.
Samuel - https://ethsam.fr
procedure for started coming soon
Documentation for API service
1. Method for get categories list '/api/getCategory' or '/api/getCategory/1' for get single category
2. Method for get subcategories list '/api/getSubCategory' or '/api/getSubCategory/1' for get single subcategory
3. Method for get contents list '/api/getContent' or '/api/getContent/1' for get single content
4. Method for get subcategory by category 'api/getSubByCategory/1' integer is ID of category
5. Method for get content by subcategory 'api/getContentBySub/1' integer is ID of subcategory
For more details see GitHub Flavored Markdown.
Having trouble with SharkCall? contact support and we’ll help you sort it out.