Trium918 Posted August 7, 2007 Share Posted August 7, 2007 How would you embed an API interface into a PHP application? What is the easiest way to implement the embed? I don't think I fully understand what an API really is, so I will example what I think it is. I think that an API is an actual program or application. Maybe an API is just a piece of script where the developer just embed it. Please, can someone fill me in on what it really is. Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/63640-php-api-interface/ Share on other sites More sharing options...
hitman6003 Posted August 7, 2007 Share Posted August 7, 2007 http://en.wikipedia.org/wiki/Api Quote Link to comment https://forums.phpfreaks.com/topic/63640-php-api-interface/#findComment-317126 Share on other sites More sharing options...
Trium918 Posted August 7, 2007 Author Share Posted August 7, 2007 http://en.wikipedia.org/wiki/Api Thanks, but I've read that already. I am trying to install an API but I do not know where to start. Could someone point me in the right direction? Quote Link to comment https://forums.phpfreaks.com/topic/63640-php-api-interface/#findComment-317127 Share on other sites More sharing options...
hitman6003 Posted August 7, 2007 Share Posted August 7, 2007 An api is simply a set of calls that you put in place in your application to allow others to use it. For example, the digg api allows external users to view diggs as they happen, among other things, via a set of functions that interact with their system. Quote Link to comment https://forums.phpfreaks.com/topic/63640-php-api-interface/#findComment-317132 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.