Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
/ SlimAuthnet Public archive

A neat little thingy to process credit cards with Authorize.net built with Slim Framework.

Notifications You must be signed in to change notification settings

butchewing/SlimAuthnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SlimAuthnet

A neat little thingy to process credit cards with Authorize.net built with Slim Framework.

Features

  • Admin Login with Basic Authentication
  • REST API Key Generator
  • Authorize.net AIM Processing
  • System Logger

Requirements

  • PHP 5.3.8+

Install Composer

If you have not installed Composer, do that now. I prefer to install Composer globally in /usr/local/bin, but you may also install Composer locally in your current working directory. For this tutorial, I assume you have installed Composer locally.

http://getcomposer.org/doc/00-intro.md#installation

Install the Application

After you install Composer, run this command from the directory in which you want to install your new Slim Framework application.

composer install
  • Point your virtual host document root to your new application's public/ directory.
  • Ensure logs/ and templates/cache are web writeable.
  • Set Environment Variables with PHP dotenv

Create Database

See the sql.txt file

Default Admin Login: admin/admin Be sure to change that straight away!

About

A neat little thingy to process credit cards with Authorize.net built with Slim Framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published