grayl
There are 29 repositories under grayl topic.
grayl-php/grayl-gateway-minfraud
Connects to the MinFraud API. Builds fraud check from user data and payment information. Determines if the payment is high risk. Part of the Grayl PHP framework.
grayl-php/grayl-omnipay-payflow
Connects to the Paypal Payflow API. Authorizes direct credit card payments. Captures direct credit card payments. Part of the Grayl PHP framework.
grayl-php/grayl-gateway-zendesk
Connects to the ZenDesk API. Creates new users. Updates user fields. Part of the Grayl PHP framework.
grayl-php/grayl-mixin-common
Miscellaneous mixin classes used in other Grayl packages. Part of the Grayl PHP framework.
grayl-php/grayl-omnipay-authorizenet
Connects to the Authorize.net API. Authorizes direct credit card payments. Captures direct credit card payments. Part of the Grayl PHP framework.
grayl-php/grayl-omnipay-common
Interfaces and abstract classes used in all Grayl Omnipay gateway classes. Part of the Grayl PHP framework.
grayl-php/grayl-omnipay-paypal
Connects to the Paypal API. Creates links for offsite payment. Handles payment cancellations. Part of the Grayl PHP framework.
grayl-php/grayl-store-order
Creates orders from products and sales. Tracks applied payments and status. Part of the Grayl PHP framework.
grayl-php/grayl-store-product
Handles products in the store. Calculates features, quantities, and pricing. Part of the Grayl PHP framework.
grayl-php/grayl-store-sale
Handles product sales in the store. Calculates sale discounts. Part of the Grayl PHP framework.
grayl-php/grayl-utility
Miscellaneous utility classes used in other Grayl packages. Part of the Grayl PHP framework.
grayl-php/.github
Main Readme file for the Grayl organization repo.
grayl-php/grayl-config
Imports configuration files into objects for use in classes. Part of the Grayl PHP framework.
grayl-php/grayl-database-main
Runs SQL queries against a PDO gateway. Part of the Grayl PHP framework.
grayl-php/grayl-database-query
Builds select, insert, update, and delete queries using objects. Supports where clauses. Converts query objects into SQL statements ready for use in prepared statements. Part of the Grayl PHP framework.
grayl-php/grayl-date
Handles date conversions and calculations. Part of the Grayl PHP framework.
grayl-php/grayl-display-content
Reads large blocks of content from files into objects. Part of the Grayl PHP framework.
grayl-php/grayl-display-navigation
Builds navigations from objects. Tracks breadcrumbs and next/prev references. Part of the Grayl PHP framework.
grayl-php/grayl-display-template
Parses template files. Swaps placeholders with values. Part of the Grayl PHP framework.
grayl-php/grayl-file
Creates, reads, and writes to file handlers. Part of the Grayl PHP framework.
grayl-php/grayl-gateway-common
Interfaces and abstract classes used in all Grayl gateway classes. Part of the Grayl PHP framework.
grayl-php/grayl-gateway-mailchimp
Connects to the MailChimp API. Creates mailing lists. Subscribes users to mailing lists. Updates user fields and information. Part of the Grayl PHP framework.
grayl-php/grayl-gateway-mandrill
Connects to the Mandrill API. Populates an email template with fields. Sends the template as a transactional email. Part of the Grayl PHP framework.
grayl-php/grayl-gateway-pdo
Creates a PDO object for MySQL database queries. Executes queries on the database using prepared statements. Part of the Grayl PHP framework.
grayl-php/grayl-gateway-zohocrm
Connects to the ZohoCRM API. Creates new contacts. Updates contact fields. Creates notes for contacts. Part of the Grayl PHP framework.
grayl-php/grayl-image-thumbnail
Generates different thumbnail sizes from an image. Part of the Grayl PHP framework.
grayl-php/grayl-input-duplicator
Prevents duplicate web form submissions using keys. Part of the Grayl PHP framework.
grayl-php/grayl-input-floodcheck
Prevents web form abuse using time checks and keys. Part of the Grayl PHP framework.
grayl-php/grayl-input-form
Sanitizes different types of form input. Part of the Grayl PHP framework.