documentation for a package in php?
- by ajsie
so in a folder PayPal i've got multiple classes for using their API.
i want to make a documentation for how to use all the classes in a sequential way. so here is my questions:
how do i create a package for them? cause above each class i used phpdoc tag @package PayPal. is a package in php just a folder?
where do i put documentation for the package? there are best practices for this? a file in the folder named ...?
how to put class- or package-specific examples, eg. step 1 bla bla, step 2 bla bla?
thanks!