friendsoftypo3/interest
REST and CLI API for adding, updating, and deleting records in TYPO3. Tracks relations so records can be inserted in any order. Uses remote ID mapping so you don't have to keep track of what UID a record has gotten after import. Data is inserted using backend APIs as if a real human did it, so you c
时间:2025-01-24 09:28
pixals/chatman
Chatbot is a php library that uses machine learning to generate responses based on collection of known conversations.
时间:2025-01-20 06:40
jazzsequence/notifications
A WordPress plugin to display a notification above your site that uses custom post types.
时间:2025-01-12 05:51
dratejinn/ynab-open-api
Our API uses a REST based design, leverages the JSON data format, and relies upon HTTPS for transport. We respond with meaningful HTTP response codes and if an error occurs, we include error details in the response body. API Documentation is at https://api.ynab.com
时间:2025-01-11 23:19
ozi/ozi_script
Ozi script is an easy-to-use web development framework that handles both front-end and back-end web development. It uses a component-based concept, meaning that everything in Ozi script is a component, and a component is a method or function created to handle a specific task.
时间:2025-01-11 12:55
razorisuru/shopping-cart
The ShoppingCart package provides a simple and flexible solution for managing a shopping cart in Laravel applications. It uses sessions to store cart items, allowing you to easily add, update, remove, and clear items. With support for custom attributes, price calculations, and total cost computation
时间:2025-01-09 16:11
srjlewis/aura-sql
A PDO extension that provides lazy connections, array quoting, query profiling, value binding, and convenience methods for common fetch styles. Because it extends PDO, existing code that uses PDO can use this without any changes to the existing code.
时间:2025-01-09 14:18
mobilestock/model-tracks-user-updates
model-tracks-user-updates is a library that updates the 'updated_by_user' column with the corresponding user id. Internally it uses the model triggers to update the column with the id of the logged user.
时间:2025-01-08 18:52
mobilestock/laravel-database-interceptor
Laravel Database Interceptor is a library that enables you to intercept database queries managed by PDO and transform the returned values into custom types. It uses Illuminate library abstractions to implement new PDO facade methods like selectOneFirstColumn and selectFirstColumn. It also enables AT
时间:2025-01-06 19:22
staabm/password_exposed
This PHP package provides a `password_exposed` helper function, that uses the haveibeenpwned.com API to check if a password has been exposed in a data breach.
时间:2024-12-18 11:37
sjaakp/yii2-donate
Donate form for Yii2, uses Mollie.
时间:2024-12-05 20:09
cedric-lekene/laravel-migration-ai
A Laravel package that uses AI to generate database migrations from plain-language descriptions, simplifying the migration creation process
时间:2024-12-01 22:20
white-rabbit-1-sketch/php-file-hash-map
This PHP library implements a simple Hash Map with file-based storage. It uses a hashing function to calculate an offset, which determines the location of the corresponding bucket in the file. Data is stored in a binary file, with each bucket containing key-value pairs. The library allows for effici
时间:2024-11-29 15:51
fabrikage/acf-builder-parser
Convert Advanced Custom Fields exports to PHP code that uses stoutlogic/acf-builder
时间:2024-11-28 13:00
mobilestock/laravel-gatekeeper
Laravel Gatekeeper is a package that provides a simple way to authenticate users using OAuth 2.0. Internally, it uses Laravel Socialite to authenticate users, Laravel Guards to manage the authentication process, and Laravel Routes to handle the OAuth 2.0 flow.
时间:2024-11-20 14:18