phpAspect Logo

Chapter 3. Installing phpAspect

phpAspect is Written in php5 and has de dependency with the XSL extension. phpAspect has also three required dependencies with the following Pecl/Pear packages:

It is strongly recommended that you use the pecl and pear installers to install these dependencies.

Once these are installed, just unzip the archive you downloaded and run the phpaspect command:

            
      Usage: phpaspect.php [options] <aspects> <source> <target>
      [options] <aspect> -r <code>
    
    -v, --verbose             Activate verbose mode.
    -e, --eval                Weave eval code.
    -r, --code      <code>    Weave the PHP <code>.
    -b, --beautify            Beautify the output code.
    -h, --help                This help.
    -d, --remove              Remove the targeted directory.
    -V, --version             Version number.
    
    Report bugs to <phpaspect@googlegroups.com>