Libraries tagged by data integrity

1e90ff/cfdi-helper

0 Favers
0 Downloads

A library for data extraction and validation of status and integrity of mexican CFDI.

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


laravel-doctrine/orm

845 Favers
4951083 Downloads

An integration library for Laravel and Doctrine ORM

Go to Download


bepsvpt/secure-headers

536 Favers
4013648 Downloads

Add security related headers to HTTP response. The package includes Service Providers for easy Laravel integration.

Go to Download


magepal/magento2-googletagmanager

264 Favers
1436112 Downloads

Google Tag Manager (GTM) for Magento 2 with Advance Data Layer

Go to Download


deepseek-php/deepseek-php-client

443 Favers
29679 Downloads

deepseek PHP client is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities.

Go to Download


components/mathjs

14877 Favers
3462 Downloads

Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser with support for symbolic computation, comes with a large set of built-in functions and constants, and offers an integrated solution to work with different data types like numbers, big numbers, complex numbers, fractions, units, and matrices.

Go to Download


lwwcas/laravel-countries

109 Favers
45014 Downloads

A comprehensive package for managing country data in Laravel applications, including multilingual support, geographic coordinates, and detailed metadata for seamless integration with Laravel.

Go to Download


contao-components/datepicker

5 Favers
1468110 Downloads

Date picker integration for Contao Open Source CMS

Go to Download


xefi/faker-php-laravel

18 Favers
4681 Downloads

Faker php integration with laravel

Go to Download


qwen-php/qwen-php-client

19 Favers
2992 Downloads

robust and community-driven PHP SDK library for seamless integration with the qwen AI API, offering efficient access to advanced AI and data processing capabilities

Go to Download


grok-php/client

27 Favers
2942 Downloads

Grok PHP Client is a robust and community-driven PHP client library for seamless integration with Grok AI API, offering efficient access to advanced AI and data processing capabilities.

Go to Download


genesis/behat-sql-extension

11 Favers
78990 Downloads

SQL/PDO extension that facilitates fixture data creation on the fly for Behat

Go to Download


akeneo-labs/custom-entity-bundle

54 Favers
99941 Downloads

Akeneo PIM Custom entity bundle

Go to Download


sonata-project/timeline-bundle

22 Favers
162231 Downloads

Integrates SpyTimelineBundle into Sonata

Go to Download


<< Previous Next >>