Libraries tagged by area code

tonning/flashable

2 Favers
6562 Downloads

A simple trait to flash when model events are fired, like `created`, `updated`, and `saved`.

Go to Download


ctidigital/module-catalogjs

2 Favers
3309 Downloads

Adds models that are triggered when a customer selects options on the product page.

Go to Download


yii2mod/yii2-data-sync-behavior

4 Favers
135 Downloads

Behavior for export data to local files from database tables. Changes are tracked using model events.

Go to Download


nolazybits/propel2-geocodable-behavior

3 Favers
1820 Downloads

The GeocodableBehavior helps you build geo-aware applications. It automatically geocodes your models when they are saved, giving you the ability to search by location and calculate distances between records.

Go to Download


incraigulous/data-factories

0 Favers
434 Downloads

A data factory helper class for mocking data. This is inspired by Laravel's model factories, the difference being that data factories are not tied to a model. Data factories are great for mocking api responses, requests or other data not persisted to a database. Data Factories are not dependant on Laravel, so you can use this package anywhere.

Go to Download


mitmelon/sentiment

2 Favers
22 Downloads

Sentiment is a sentiment classifier. It uses a model of words that are categorised as positive, negative or neutral, and a naive bayes algorithm to calculate sentiment. To improve accuracy, Sentiment removes 'noise' words.

Go to Download


wowkaster/yii2-serialize-attributes

1 Favers
5100 Downloads

This behavior allows you to treat model attributes as arrays, and they are automatically serialized for insertion and unserialized upon select, as long as you use the active record find methods.

Go to Download


apps-inteligentes/email-tracking

5 Favers
3089 Downloads

Track e-mail delivery with Mailgun Hooks. All data are stored in the database on Email model

Go to Download


localzet/lwt

2 Favers
72 Downloads

Localzet LWT is a library for working with Localzet Web Tokens, which are based on JWT (JSON Web Tokens). It provides functionality for creating, verifying, and handling tokens using modern technologies and standards.

Go to Download


cdma-numiscorner/ebay-inventory-api

1 Favers
1515 Downloads

The Inventory API is used to create and manage inventory, and then to publish and manage this inventory on an eBay marketplace. There are also methods in this API that will convert eligible, active eBay listings into the Inventory API model.

Go to Download


somecoding/ordb-models

0 Favers
582 Downloads

This package contains the Models for the Open Recipe Database. These are Models related to Recipes.

Go to Download


larea/larea-core

0 Favers
0 Downloads

LaraReact Core

Go to Download


nikserg/laravel-api-model

0 Favers
90 Downloads

Allows to create pseudo-Eloquent models, which are fetched via API from remote server

Go to Download


nodeum-io/nodeum-sdk-php

0 Favers
0 Downloads

The Nodeum API makes it easy to tap into the digital data mesh that runs across your organisation. Make requests to our API endpoints and we’ll give you everything you need to interconnect your business workflows with your storage. All production API requests are made to: http://nodeumhostname/api/ The current production version of the API is v1. **REST** The Nodeum API is a RESTful API. This means that the API is designed to allow you to get, create, update, & delete objects with the HTTP verbs GET, POST, PUT, PATCH, & DELETE. **JSON** The Nodeum API speaks exclusively in JSON. This means that you should always set the Content-Type header to application/json to ensure that your requests are properly accepted and processed by the API. **Authentication** All API calls require user-password authentication. **Cross-Origin Resource Sharing** The Nodeum API supports CORS for communicating from Javascript for these endpoints. You will need to specify an Origin URI when creating your application to allow for CORS to be whitelisted for your domain. **Pagination** Some endpoints such as File Listing return a potentially lengthy array of objects. In order to keep the response sizes manageable the API will take advantage of pagination. Pagination is a mechanism for returning a subset of the results for a request and allowing for subsequent requests to “page” through the rest of the results until the end is reached. Paginated endpoints follow a standard interface that accepts two query parameters, limit and offset, and return a payload that follows a standard form. These parameters names and their behavior are borrowed from SQL LIMIT and OFFSET keywords. **Versioning** The Nodeum API is constantly being worked on to add features, make improvements, and fix bugs. This means that you should expect changes to be introduced and documented. However, there are some changes or additions that are considered backwards-compatible and your applications should be flexible enough to handle them. These include: - Adding new endpoints to the API - Adding new attributes to the response of an existing endpoint - Changing the order of attributes of responses (JSON by definition is an object of unordered key/value pairs) **Filter parameters** When browsing a list of items, multiple filter parameters may be applied. Some operators can be added to the value as a prefix: - `=` value is equal. Default operator, may be omitted - `!=` value is different - `>` greater than - `>=` greater than or equal - `=` lower than or equal - `>

Go to Download


savioamin/laravel-model-affected-rows-verification

0 Favers
3 Downloads

laravel-model-affected-rows-verification is a library that extends the default Laravel model to include implicit row count verification for update and delete operations. This ensures that these operations are conducted safely, providing an extra layer of validation to prevent unintended data modifications and enhance the stability of your Laravel applications.

Go to Download


<< Previous Next >>