Hello, I have to start pocketmine plugin development I know basics of php so, can anyone help how to start plugin development?
This has already been asked on this thread: please let me know the basics of code to make the plugin pocketmine Please use the forum search before posting a thread
Since you say you already know php, you could start by looking at other people's plugins and then looking at the PMMP source to get a better understanding of what's going on. That's how I began learning. I used the example plugin from the API docs to get started and then dug in the PMMP source to expand on what was given. You should give that a shot as well.
If you really know php, PocketMine.php is the place to start. It is the file that is being executed on start. You'll find your path from there.