answersLogoWhite

0

How do you develop a API centric application in PHP?

Updated: 8/20/2019
User Avatar

Wiki User

10y ago

Best Answer

Put all the sql queries required by the application to get relevant data in a single file or folder and you have an API centric php module. The application prefarably a mobile app or software application processes the queries and obtains necessary information to display at the front-end.

Long story short, do not build the entire application using PHP. Just use PHP for backend

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you develop a API centric application in PHP?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Where can an application programming interface be downloaded?

Application programming interfaces or API are required to help other programs run correctly. Many are available on various sites such as Klarna. They offer many of the top API's available for download including Java, PHP, ASP, and Python.


How do you make applications on Facebook?

You search for the application maker and the follow the steps their. Facebook allows you to develop application in php or asp.net and then integrate with facebook.


What is php 5.1 software?

That's PHP Engine.. Allow you to develop PHP Scripts.. you can use it to develop PHP Scripts and test it on your local machine before you send it to server.. (your website)


Is Microsoft Access compatible with PHP?

Yes. PHP supports an API called ODBC that allows it to interact with Microsoft Access databases.


How do you use the youtube subscriptions API in php?

Hello this is very simply lol


What does a PHP developer do?

PHP is a server side scripting language. PHP is used to develop web applications which has interaction between the Web Application and the Users. PHP developers write the programs (Server side scripting) to develop these web applications. The developed programs acts as an intermediary between the users and the web servers and database. For example when you purchase something online, say a book from amazon.com or ebay.com the order creation, online payments for the orders and upto the delivery of the items, all these transactions are done through the server side scripting languages called PHP. And PHP developers develop this type of websites and applications. Note: The websites given - amazon.com and ebay.com may use a different Server Side Scripting languages than PHP and just for a example and user reference it is given above.


How does PHP differ from HTML in terms of application and structure?

In structure <?php ?> <html> </html> in application - one is static and another is dynamic. this much ......


What are the legal issues on selling a PHP application?

There are no legal issues associated with selling a PHP application, aside from those associated with selling any software.


How do you develop software using PHP and MySQL?

I have no experience in software development, so I turn to specialists


Programming language used to develop web-based application?

You can use php, asp, jsp or cgi. Among these, php is more easier and flexible to use with databases and for making dynamic web sites. If you want an IDE you can use ASP.NET in microsoft visual studio.


What is a PHP course?

After Apache concludes that is a PHP record, it offers it to the PHP translator. When PHP gets the record it peruses it and executes any PHP code it can discover. After it is finished with the record, the PHP mediator gives the yield of the code, assuming any, back to Apache. At the point when Apache gets the yield once again from PHP, it sends that yield back to a program which renders it to the screen.we can begin building up our first PHP/Java application: a flower specialist shopping basket application that shows six bunches of roses and their comparing costs. The application is a PHP content that executes a Java meeting bean, which will be the "motor" of the application on the grounds that the outcomes will be given by a Java class named flower Bean.PHP Tutorial : Javatpoint


What is lamp in php?

LAMP stands for Linux-Apache-MySQL-PHP. In simpler terms it contains everything to build a php application on a linux platform.