Libraries tagged by suche
eleven-labs/api-validator
6718 Downloads
Validate PSR-7 Requests against an OpenAPI/Swagger2 Schema
eboreum/caster
4534 Downloads
Cast any PHP value to a sensible, human readable string. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing endless, circular referencing objects (endless recursion), limits the output for large arrays and long strings, and prevents (opt-in) the outputting of sensitive strings like passwords.
ditscheri/laravel-check-constraints
26588 Downloads
Add check constraints to your Laravel schema.
digiservnet/cron
2636 Downloads
Job scheduling for Laravel
devscast/maxicash
915 Downloads
The MaxiCash integration platform enables merchants to integrate with the MaxiCash platform to receive payments via their mobile applications or websites. The API uses JSON to interact with .Net or open source platforms such as PHP.
datatables.net/datatables.net-select
18456 Downloads
Select provides table item selection capabilities - rows, columns and cells can be selected individually or collectively. Complex selection operations such as operating system style selection (ctrl/cmd and shift click) for multiple rows can be enabled with a single option for a DataTable. This is Select for DataTables
datatables.net/datatables.net-buttons-bs5
4653 Downloads
The Buttons extension for DataTables provides a common set of options, API methods and styling to display buttons on a page that will interact with a DataTable. It also provides plug-ins for file export (HTML5 and Flash), print view and column visibility. Other libraries, such as Editor and Select also provide buttons specific to their use cases. This is Buttons for DataTables with styling for [Bootstrap5](https://getbootstrap.com/)
creativestyle/magesuite-soft-db-status-validation
71087 Downloads
Makes the db (schema) validation silently log error instead of throwing critical exception
creatissimo/otto-market-api
38581 Downloads
PHP library for OTTO Market API build from swagger schema
coverzen/configurable-sqs
4262 Downloads
Package to utilize laravel queue:work command to listen to Amazon SQS message with configurable schemas
cirrusidentity/simplesamlphp-module-ratelimit
20417 Downloads
Ratelimit certain actions, such as username + password login
calcinai/strut
14882 Downloads
Library for creating and manipulating Swagger schemas
bvdputte/kirby-queue
4508 Downloads
A simple queue utility plugin for Kirby 3. It enables workers in Kirby that can do tasks (in the background) at scheduled intervals (cron) by working through queues of jobs.
bullhorn/fast-rest
7885 Downloads
FastREST generates REST-ready models and controllers dynamically from a MySQL database schema, including foreign keys, table and column comments, and indexes.
bllim/laravalid
15001 Downloads
This package makes validation rules defined in laravel work client-side by converting to html/js plugins such as jquery validation. It also allows to use laravel validation messages so you can show same messages for both sides.