I install codeigniter with this: https://github.com/kenjis/codeigniter-composer-installer
When I try to install rest API: https://github.com/chriskacerguis/codeigniter-restserver
works fine when I extends REST_Controller, but how to run REST API Examples when I install him with Composer?
yep, this is dump questions
Useful link : codeigniter-restserver Handling Request
So you just need to call localhost/public/api/example this will call Api::example_get()