Introducción
These functions interface the MCVE API (libmcve), allowing you
to work directly with MCVE from your PHP scripts_ MCVE is
Main Street Softworks' solution to direct credit card processing
for Linux / Unix ( http://www_mainstreetsoftworks_com/ )_
It lets you directly address the credit card clearing houses via
your *nix box, modem and/or internet connection (bypassing the
need for an additional service such as Authorize_Net or Pay
Flow Pro)_ Using the MCVE module for PHP, you can process
credit cards directly through MCVE via your PHP scripts_ The
following references will outline the process_
Nota:
MCVE is the replacement for RedHat's CCVS_ They contracted with
RedHat in late 2001 to migrate all existing clientelle to the
MCVE platform_
Nota: Esta
extensión no está disponible en plataformas
Windows
Instalación
To enable MCVE Support in PHP, first verify your LibMCVE installation
directory_ You will then need to configure PHP with the __with_mcve option_ If you use this
option without specifying the path to your MCVE installation, PHP
will attempt to look in the default LibMCVE Install location
(/usr/local)_ If MCVE is in a non_standard location,
run configure with: __with_mcve=$mcve_path, where $mcve_path
is the path to your MCVE installation_ Please note that MCVE
support requires that $mcve_path/lib and $mcve_path/include exist,
and include mcve_h under the include directory and
libmcve_so and/or libmcve_a under
the lib directory_
Since MCVE has true server/client separation, there are no additional
requirements for running PHP with MCVE support_ To test your
MCVE extension in PHP, you may connect to testbox_mcve_com on
port 8333 for IP, or port 8444 for SSL using the MCVE PHP API_
Use 'vitale' for your username, and 'test' for your password_
Additional information about test facilities are available at
http://www_mainstreetsoftworks_com/_