Libraries tagged by integrity
despark/html-template-curator
135 Downloads
Laravel 5.1 package, which enables you to manage complicated HTML templates, preserving the design integrity.
davro/php-bit
0 Downloads
Behavioral Integrity Testing (BIT) library for PHP to detect and prevent behavioral drift in applications.
code-soup/certify-client
13 Downloads
Certify Client streamlines license key verification in WordPress plugins, enabling developers to effortlessly authenticate licenses issued by their Certify Server. Simplify license management and protect your plugin's integrity with ease.
channor/opaque-route-key
0 Downloads
Deterministic opaque route keys for integer IDs with keyed integrity checks.
byjg/wallets
4 Downloads
A robust PHP library for managing digital wallets and financial transactions with full audit trails, transaction chain integrity, and support for reserved funds.
burakdalyanda/cipher-weave
11 Downloads
A seamless security layer for Laravel applications that automatically decrypts incoming requests and encrypts outgoing responses to ensure data integrity and confidentiality.
azaharizaman/nexus-data-exchange-operations
2 Downloads
Nexus DataExchangeOperations Orchestrator - Coordinating high-integrity data movement
apiverve/hashgenerator
0 Downloads
Hash Generator is a tool for generating cryptographic hashes from text. It supports multiple algorithms including MD5, SHA-1, SHA-256, SHA-384, SHA-512, and BLAKE2 variants for data integrity and security applications.
ap-lib/caster
39 Downloads
AP\Caster is a high-performance PHP library designed to facilitate flexible and efficient data casting operations. It supports adaptive scalar casting, enum casting, and customizable casting strategies to ensure data integrity and type safety in your applications
anvayapravaha/module-code-audit
5 Downloads
Magento 2 Code Audit module - scans modules for performance, security, DB, DI, cron, file integrity, and API issues
alto/importmap
5 Downloads
Manage render and resolve Import Maps - Support scopes, integrity hashes, and WICG-compliant resolution.
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
aisasemi/sri
14 Downloads
Laravel Subresource Integrity
1e90ff/cfdi-helper
0 Downloads
A library for data extraction and validation of status and integrity of mexican CFDI.
tricae/dto-context
266 Downloads
Responsible to create objects to handle data integrity based on the context which they are created