so in the PayPal folder I have several classes for using their API.
I want to create documentation on how to use all classes in sequential order. so here are my questions:
How do I create a package for them? The reason above each class I used is the phpdoc tag @package PayPal. Is this a package in php for folder only?
Where can I post documentation for the package? are there any best practices for this? file in a folder named ...?
how to put examples of classes or packages, for example. step 1 bla bla, step 2 bla bla? thank!
source
share