I want to ask if there is wikipedia API library for PHP?
especially for codeigniter framework.
Wikipedia API documentation is so long and difficult to understand :(
|
feedback
|
|
Yes, there are a whole bunch of PHP wrappers for the API: | |||
|
feedback
|
|
There is an extremely comprehensive API for Wikipedia, and it has been covered before on stackoverflow: How to use wikipedia api if it exists? As for the question about a class/library specifically to leverage the API for CodeIgniter, there is none to my knowledge. However with that said there is very little need for any sort of libraries to leverage the API as you can use built in functions such as
| |||
|
feedback
|