PHPackages                             pseudocody/authorizenet - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. pseudocody/authorizenet

Abandoned → [codylewis/authorizenet](/?search=codylewis%2Fauthorizenet)Library[Payment Processing](/categories/payments)

pseudocody/authorizenet
=======================

Authorize.net API wrapper, includes Laravel 5 support.

v2.1(8y ago)0313MITPHPPHP &gt;=7.0.0

Since Aug 26Pushed 8y ago1 watchersCompare

[ Source](https://github.com/CodyLewis/authorizenet)[ Packagist](https://packagist.org/packages/pseudocody/authorizenet)[ RSS](/packages/pseudocody-authorizenet/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (2)Versions (4)Used By (0)

Authorize.net
=============

[](#authorizenet)

Basic abstraction with Laravel integration for Authorize.net

Notice
------

[](#notice)

Namespace of package has been updated from `Pseudocody` to `Codylewis` to reflect github name update, this is a one time change.

### Installation

[](#installation)

- `composer require codylewis/authorizenet`
- For Laravel 5 support:
    - Add the service provider to `config/app.php`: `Codylewis\AuthorizeNet\AuthorizeNetServiceProvider`
    - Register the facade: `'AuthorizeNet' => Codylewis\AuthorizeNet\AuthorizeNetFacade::class,`
    - Add `.env` value for `AUTHORIZE_NET_LOGIN` (Login ID) and `AUTHORIZE_NET_TRANSACTION_KEY` (Transaction Key)
    - Optionally create the config file: `config/authorizenet.php`

### Usage

[](#usage)

- Within Laravel 5, instantiate using the API key in the constructor: `$authorizeNet = new Codylewis\AuthorizeNet\AuthorizeNet($loginId, $transactionKey)`
- `AuthorizeNet::authorizeCreditCard($order)` attempts authorize cards with provided information, returns response
- `AuthorizeNet::capturePreviouslyAuthorizedCreditcard($transactionId, $amount)` attempts to capture previously authorized credit card

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity60

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~44 days

Total

3

Last Release

3142d ago

Major Versions

v1.1 → v2.12017-11-21

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/14844346?v=4)[Cody Lewis](/maintainers/codylewis)[@codylewis](https://github.com/codylewis)

---

Tags

authorize-netlaravellaravelauthorize.net

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pseudocody-authorizenet/health.svg)

```
[![Health](https://phpackages.com/badges/pseudocody-authorizenet/health.svg)](https://phpackages.com/packages/pseudocody-authorizenet)
```

###  Alternatives

[tastyigniter/ti-ext-payregister

Allows you to accept credit card payments using PayPal, Stripe, Authorize.Net and/or Mollie.

1016.7k6](/packages/tastyigniter-ti-ext-payregister)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
