documentation for a package in php?

Posted by ajsie on Stack Overflow See other posts from Stack Overflow or by ajsie
Published on 2010-04-07T10:56:46Z Indexed on 2010/04/07 11:53 UTC
Read the original article Hit count: 264

Filed under:
|

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:

  1. 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?

  2. where do i put documentation for the package? there are best practices for this? a file in the folder named ...?

  3. how to put class- or package-specific examples, eg. step 1 bla bla, step 2 bla bla? thanks!

© Stack Overflow or respective owner

Related posts about phpdoc

Related posts about php