Libraries tagged by php report

krsc/krsc-reports-phpexcel-framework

1 Favers
5779 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
105 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

1 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


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
1 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
5 Downloads

Class to work with errors.

Go to Download


wickedone/phpcs-reporter

1 Favers
7284 Downloads

PHP Codesniffer output with phpstorm editor url

Go to Download


sotatek-ngoc-bach/thinreports-php

0 Favers
4 Downloads

An implementation of Thinreports Generator in PHP. It provides easy and simple way for generating a PDF on pure PHP

Go to Download


quantaforge/flare-client-php

0 Favers
6 Downloads

Send PHP errors to Flare

Go to Download


pa-tmprod/flare-client-php

0 Favers
5 Downloads

Send PHP errors to Flare

Go to Download


cryental/flare-client-php

0 Favers
3 Downloads

Send PHP errors to Flare

Go to Download


chrischambers/flare-client-php

0 Favers
3 Downloads

Send PHP errors to Flare (for PHP 7.4.* only)

Go to Download


adrian-lorenc/piwik-pro-reporting-api

0 Favers
26 Downloads

PHP client library to query the Piwik Pro Reporting API.

Go to Download


<< Previous Next >>