Change the repository type filter
All
Repositories list
29 repositories
.github
PublicMain Readme file for the Grayl organization repo.grayl-display-template
Public archiveParses template files. Swaps placeholders with values. Part of the Grayl PHP framework.grayl-display-navigation
PublicBuilds navigations from objects. Tracks breadcrumbs and next/prev references. Part of the Grayl PHP framework.grayl-store-sale
PublicHandles product sales in the store. Calculates sale discounts. Part of the Grayl PHP framework.grayl-input-duplicator
PublicPrevents duplicate web form submissions using keys. Part of the Grayl PHP framework.grayl-utility
Public archivegrayl-store-product
PublicHandles products in the store. Calculates features, quantities, and pricing. Part of the Grayl PHP framework.grayl-store-order
PublicCreates orders from products and sales. Tracks applied payments and status. Part of the Grayl PHP framework.grayl-omnipay-paypal
PublicConnects to the Paypal API. Creates links for offsite payment. Handles payment cancellations. Part of the Grayl PHP framework.grayl-omnipay-payflow
Publicgrayl-omnipay-common
PublicInterfaces and abstract classes used in all Grayl Omnipay gateway classes. Part of the Grayl PHP framework.- Connects to the Authorize.net API. Authorizes direct credit card payments. Captures direct credit card payments. Part of the Grayl PHP framework.
grayl-file
PublicCreates, reads, and writes to file handlers. Part of the Grayl PHP framework.grayl-gateway-common
PublicInterfaces and abstract classes used in all Grayl gateway classes. Part of the Grayl PHP framework.grayl-gateway-mailchimp
PublicConnects to the MailChimp API. Creates mailing lists. Subscribes users to mailing lists. Updates user fields and information. Part of the Grayl PHP framework.grayl-gateway-mandrill
PublicConnects to the Mandrill API. Populates an email template with fields. Sends the template as a transactional email. Part of the Grayl PHP framework.grayl-gateway-minfraud
PublicConnects 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-gateway-pdo
PublicCreates a PDO object for MySQL database queries. Executes queries on the database using prepared statements. Part of the Grayl PHP framework.grayl-gateway-zendesk
PublicConnects to the ZenDesk API. Creates new users. Updates user fields. Part of the Grayl PHP framework.grayl-gateway-zohocrm
PublicConnects to the ZohoCRM API. Creates new contacts. Updates contact fields. Creates notes for contacts. Part of the Grayl PHP framework.grayl-display-content
Public archiveReads large blocks of content from files into objects. Part of the Grayl PHP framework.grayl-image-thumbnail
PublicGenerates different thumbnail sizes from an image. Part of the Grayl PHP framework.grayl-input-floodcheck
Publicgrayl-input-form
Public archivegrayl-mixin-common
Publicgrayl-date
Publicgrayl-database-query
PublicBuilds 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-database-main
PublicRuns SQL queries against a PDO gateway. Part of the Grayl PHP framework.grayl-config
PublicImports configuration files into objects for use in classes. Part of the Grayl PHP framework.