Search results for Php Reports

magerror/magerror-client-php

5 Favers
14 Downloads

Get all your Magento reports in one place

Go to Download


laykou/rollbar-php

0 Favers
132 Downloads

Monitors errors and exceptions and reports them to Rollbar. Allows Proxy authentication.

Go to Download


krsc/krsc-reports-phpexcel-framework

1 Favers
5780 Downloads

KrscReports is a php library written in order to create complex PhpSpreadsheet and PHPExcel files.

Go to Download


gplcart/ga_report

0 Favers
1 Downloads

Allows administrators to browse various Google Analytics reports right in admin area

Go to Download


genesisaplicaciones/genesis-php-tools

0 Favers
116 Downloads

Some libraries and helper functions commonly used by the Genesis Aplicaciones developer team across different solutions.

Go to Download


dcarbone/paragon-solutions-php-sdk

2 Favers
2 Downloads

Paragon Processing PlatformThis document is to provide a detailed description of how a developer or software solution provider can integrate with the Paragon Processing Platform (Paragon Platform). The Paragon Platform is for developers who wish to use Paragon's processing services within their software applications. The Paragon Platform can stand alone as a web-based storefront with (or without) attached card readers or may be used in combination with point-of-sale (POS) and order entry applications.The Paragon Platform accepts payments in many forms, including check, credit, debit, gift, loyalty and EBT cards. Payments may be taken online, over the telephone, from a mobile phone and at physical store locations. In addition to handling large volumes of payment transactions, the Paragon Platform manages and settles batches, protects sensitive card information, administers billing contracts and produces operational and analytical reports. Application Programming Interfaces (APIs) With our API, software systems and devices communicate with the Paragon Platform by exchanging messages. Client Application formulates a message and transmits the request to the Paragon Platform. The Paragon Platform translates the request and relays it to the Payment Processing Network. The Payment Processing Network processes the request and returns a response to the Paragon Platform. The Paragon Platform translates the response and relays it to the Client Application.The Path to Integration Step 1: Open a Test Account Visit https://developer.paragonsolutions.com/testaccount to register for a free test account. Once registered you have instant access to your test account credentials and all the documentation you need to get started. Head over to the library and make sure to check out all of our API's to learn about the Paragon Processing Platform transaction requests and responses.Step 2: Code & CertifyOnce in the Paragon Development portal, begin your certification or have an experienced Paragon integration specialist guide you through the testing process. Once coding and testing are completed submit your request for certification. Our team will then perform a detailed review of your integration to make sure your integration meets all your business requirements for success. Step 3: Go Live!After final review and testing your software solution is ready to begin taking live payments! We know, an integration that is easy sounds too good to be true. Don't take our word for it, start your integration today! Developer NotesInstall your development platform according to its product documentation.Read through all the steps before you get started. We recommend reviewing the rest of this guide to familiarize yourself with the Paragon Processing Platform's terms, capabilities, web services and operations.

Go to Download


chaiminchun/google-analytic-report-application

1 Favers
21 Downloads

Use Google reporting v4 API to access report data with email sending feature

Go to Download


bugadoz/bug-report

0 Favers
2 Downloads

Biblioteca PHP para reportar bugs com vídeo e imagem diretamente do navegador.

Go to Download


apihub-cdc/rc-simulacion-client-php

2 Favers
4 Downloads

Esta API simula el Reporte de Crédito.

Go to Download


alissonlinneker/statuspage-php-sdk

0 Favers
4 Downloads

# Code of Conduct Please don't abuse the API, and please report all feature requests and issues to https://support.atlassian.com/contact # Rate Limiting Each API token is limited to 1 request / second as measured on a 60 second rolling window. To get this limit increased, please contact us at https://support.atlassian.com/contact Error codes 420 or 429 indicate that you have exceeded the rate limit and the request has been rejected. # Basics ## HTTPS It's required ## URL Prefix In order to maintain version integrity into the future, the API is versioned. All calls currently begin with the following prefix: https://api.statuspage.io/v1/ ## RESTful Interface Wherever possible, the API seeks to implement repeatable patterns with logical, representative URLs and descriptive HTTP verbs. Below are some examples and conventions you will see throughout the documentation. * Collections are buckets: https://api.statuspage.io/v1/pages/asdf123/incidents.json * Elements have unique IDs: https://api.statuspage.io/v1/pages/asdf123/incidents/jklm456.json * GET will retrieve information about a collection/element * POST will create an element in a collection * PATCH will update a single element * PUT will replace a single element in a collection (rarely used) * DELETE will destroy a single element ## Sending Data Information can be sent in the body as form urlencoded or JSON, but make sure the Content-Type header matches the body structure or the server gremlins will be angry. All examples are provided in JSON format, however they can easily be converted to form encoding if required. Some examples of how to convert things are below: // JSON { "incident": { "name": "test incident", "components": ["8kbf7d35c070", "vtnh60py4yd7"] } } // Form Encoded (using curl as an example): curl -X POST https://api.statuspage.io/v1/example \ -d "incident[name]=test incident" \ -d "incident[components][]=8kbf7d35c070" \ -d "incident[components][]=vtnh60py4yd7" # Authentication

Go to Download


alexkratky/error-report

0 Favers
7 Downloads

Class to work with errors.

Go to Download


xidanko/jasper

0 Favers
8 Downloads

A PHP report generator

Go to Download


stradaaccellog/phpjasper

0 Favers
9 Downloads

A PHP report generator

Go to Download


ntlab/ntreport

0 Favers
155 Downloads

PHP Report Library

Go to Download


muhammettotan/phpjasper

0 Favers
411 Downloads

A PHP report generator

Go to Download


<< Previous Next >>