Download the PHP package incraigulous/php-profitstars without Composer
On this page you can find all versions of the php package incraigulous/php-profitstars. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download incraigulous/php-profitstars
More information about incraigulous/php-profitstars
Files in incraigulous/php-profitstars
Package php-profitstars
Short Description A service that processes ACH transactions throgh Jack Henry's ProfitStars API
License MIT
Homepage https://github.com/incraigulous/php-profitstars
Informations about the package php-profitstars
php-profitstars
Jack Henry ProfitStars provides an API for handling ACH transactions. This package is a wrapper to access these transactions.
The package is currently not exhaustive in terms of what is available from the API; I have only implemented parts of the API that are needed for my use. That said, expanding this package should be fairly trivial and if you should need additional pieces please feel free to modify and submit a pull request.
Install
Via Composer
Usage
Usage - Processing Transactions
Usage - Recurring Payments
Recurring Notes
For recurring, a Customer Number and Account Reference ID is required.
The Frequency and the PaymentDay define the schedule of the recurring payment. Payment Day is defined as follows:
- Once_a_Month: 1 - 31, or 32 for the last day of the month
- Once_a_Quarter: Same as above
- Twice_a_year: Same as above
- Once_a_Year: Same as above
- Twice_a_Month: 1 = 1st and 15th, 2 = 15th and last
- Once_a_Week: 0 - Sun, 1 = Mon, ... 5 = Fri, 6 = Sat
- Every_2_Weeks: same as Once_a_Week
Contributing
Please see CONDUCT for details.
Testing
PhpUnit can be run directly from the package folder. You will need to include a .env file to provide your sandbox connection credentials. An example .env file has been provided (.env.example).
Security
If you discover any security related issues, please email me@jdavidbaker.com instead of using the issue tracker.
Credits
This package was forked from @jdavidbakers's Laravel specific Profit Stars SDK.
- J David Baker
- Incraigulous
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of php-profitstars with dependencies
guzzlehttp/guzzle Version ~5.3|~6.0.1|~6.1
league/plates Version 3.*
nesbot/carbon Version ^1.21