Libraries tagged by data integrity
1e90ff/cfdi-helper
0 Downloads
A library for data extraction and validation of status and integrity of mexican CFDI.
alissonlinneker/statuspage-php-sdk
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
laravel-doctrine/orm
4951083 Downloads
An integration library for Laravel and Doctrine ORM
bepsvpt/secure-headers
4013648 Downloads
Add security related headers to HTTP response. The package includes Service Providers for easy Laravel integration.
magepal/magento2-googletagmanager
1436112 Downloads
Google Tag Manager (GTM) for Magento 2 with Advance Data Layer
deepseek-php/deepseek-php-client
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.
components/mathjs
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.
lwwcas/laravel-countries
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.
contao-components/datepicker
1468110 Downloads
Date picker integration for Contao Open Source CMS
xefi/faker-php-laravel
4681 Downloads
Faker php integration with laravel
qwen-php/qwen-php-client
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
grok-php/client
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.
genesis/behat-sql-extension
78990 Downloads
SQL/PDO extension that facilitates fixture data creation on the fly for Behat
akeneo-labs/custom-entity-bundle
99941 Downloads
Akeneo PIM Custom entity bundle
sonata-project/timeline-bundle
162231 Downloads
Integrates SpyTimelineBundle into Sonata