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: 308
        
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! 
© Stack Overflow or respective owner