Libraries tagged by user level
levelweb/laravel-google-analytics-4-measurement-protocol
63 Downloads
A Laravel package to use Measurement Protocol for Google Analytics 4
level3/silex
152 Downloads
Provider to use Level3 with Silex framework
dovetaily/crafteus
11 Downloads
An advanced tool for generating stub files from custom 'Ecosystems'. Designers can create Ecosystems composed of multiple dynamic Templates, defining specific configurations and transformation logic. Users can leverage these Ecosystems to provide data, which will be processed by the designers' configurations and transformed into tailored stub files.
raheleh/inpsyde
2 Downloads
A WordPress Plugin to display a lovely table of users
live4tv/stream-network-api-client-php-sdk
3 Downloads
Omnichannel for live streaming on social networks We're glad that you chose to use Live4.tv's API for managing your connection with social networks (currently Instagram). We understand that Instagram currently restricts users from conducting live broadcasts without their official app. However, our innovative API empowers users to go live on Instagram without relying on the app itself. By leveraging our API, users gain access to a stream key, enabling them to seamlessly transmit their live broadcasts using popular software like OBS (Open Broadcaster Software). This breakthrough feature provides users with the freedom to connect with their audience and share captivating live content on Instagram, all without the constraints of the official app. The login flow: 
darealfive/bitfield
28 Downloads
Provides bitfield operations on a class level. Can be used to store multiple "flags" represented by a single integer value.
lamoni/markupbuilder
31 Downloads
A PHP class used for building a single-level DOM object using method chaining and dynamic methods
rawveg/model-validation
56 Downloads
Laravel Model Validation - Uses validation rules at the model level to ensure that all data being saved in a model is valid. Just as you would use Request Validation in your Controllers, Model-Level validation allows you to be ensure that even code within your application that manually creates a model, cannot do so using invalid data.
mouf/database.dbstats
88 Downloads
This package provides a set of classes that can be used to create 'aggregation' table containing high-level statistics about your database. The DB_Stats can be used to initalize the aggregation tables and automatically create triggers that will update data in real time.
halaabdulmottleeb/bitmask-permissions
3 Downloads
A Laravel authorization package that uses bitmask-based permissions to support object-level (per-resource) access control.
todayqq/searchy
1850 Downloads
Laravel Searchy makes user driven searching easy with fuzzy search, basic string matching, Levenshtein Distance and more.
tin-cat/cherrycake-skeleton
40 Downloads
A skeleton project to use as a starting point for a new Cherrycake-based project. Cherrycake is a low level programming framework for developing modular, efficient and secure PHP web applications.
test123test234/sdk-php
0 Downloads
This is an **example** API to demonstrate features of the OpenAPI specification. # Introduction This API definition is intended to to be a good starting point for describing your API in [OpenAPI/Swagger format](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md). It also demonstrates features of the [create-openapi-repo](https://github.com/Redocly/create-openapi-repo) tool and the [Redoc](https://github.com/Redocly/Redoc) documentation engine. Beyond the standard OpenAPI syntax, we use a few [vendor extensions](https://github.com/Redocly/Redoc/blob/master/docs/redoc-vendor-extensions.md). # OpenAPI Specification The goal of The OpenAPI Specification is to define a standard, language-agnostic interface to REST APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection. When properly defined via OpenAPI, a consumer can understand and interact with the remote service with a minimal amount of implementation logic. Similar to what interfaces have done for lower-level programming, OpenAPI removes the guesswork in calling the service.
shahrooz7216/searchy
33 Downloads
Laravel Searchy makes user driven searching easy with fuzzy search, basic string matching, Levenshtein Distance and more.
semeton/crypto-service
5 Downloads
This package provides a simple and secure way to encrypt and decrypt messages in Laravel applications. It uses Sodium cryptographic library for encryption and decryption, ensuring high-level security. The package is easy to integrate into any Laravel application and requires minimal configuration. It's an excellent choice for applications that need to securely store or transmit sensitive information.