Libraries tagged by creation date
chrismou/phpdocs-to-db
6 Downloads
App for creating an sqlite PHP function database using the PHP documentation SVN repository
zbm/m2m-seeding
23 Downloads
seed fake data between many-to-many relation
orchestra/transporter
141 Downloads
Migration Toolkit: Creating ORM Compatible Structure from Legacy Database
iskenderov/procedure
16 Downloads
Package for creating and management procedures in the database
farkhulin/iqis_tools
27 Downloads
IQIS TOOLS This utility is intended for Drupal 7,8(or higher) developers to simplify everyday tasks, such as creating / restoring file system and database backups, with the ability to configure folder exclusions and / or table exclusions in the database.
dereffi/issuing
12 Downloads
PHP package built for Laravel 5.* to save creator last updator and deletor in database tables
insolita/yii2-arsync
30 Downloads
This behavior for automatic or manual sync data between two models, without declaration relation. This behavior must be attached on master model. Main purposes - for sync rarely modified data from more reliable database storage to redis storage for frequently access; Support actual data state in some development cases;
sohris/reactphp-mysql
7 Downloads
A ReactPHP-based repository for creating asynchronous and parallel connections to MySQL databases
shakilnadim/treefy
4 Downloads
It is a laravel package to convert an array of self related data to an array of trees based on the relation.
antaresproject/component-brands
617 Downloads
Gives a possibility of dividing the application into brands. By default, one main brand which is simultaneously the default brand is set during the system installation. Brands' functionalities provides the possibility of defining own color settings for the whole application, default composition of e-mail templates (header, style, footer), url, date and language settings. Dividing the application into areas is a superior function in relation to brands.
variuxinc/module-magento2-warranty
9 Downloads
Variux Warranty allows creating, checking, and managing the Warranty information. This module also helps the Indmar Authorized Dealers make most determinations about their end customers' warranties immediately
rapide-software/sync-stack
9 Downloads
A package for creating and running synchronisations after a deploy, running only those which have not run yet, akin to migrations. Useful for CI/CD integration or multidatabase solutions where what has run before is not necessarily in sync across databases.
nogrod/dhl-retoure-php-sdk
58 Downloads
# Introduction ## Overview Note: This is the specification of the DP-DHL Group Parcel DE Returns API. This web service allows business customers to create return labels on demand. # Scenarios ## Main Scenario: Creating a returnlabel This is achieved by posting a return order to the URI '/rest/orders'. The service will respond with a return label. ## Querying to get receiver locations The single scenario supported by this service is the determination of the receiver's location. This is achieved by getting a location to the URI '/rest/locations'. The service will respond with a Receiver. # Technical Note on Authorization This API supports __two alternative ways__ to authorize yourself: 1. Combination of Apikey and Basic Authentication which you can provide with every call. 2. OAuth2 Password Flow: After having obtained your access token once, you provide this token as bearer token. You can try it out here. More details can be found when clicking on "Authorize".
kruegge82/dhl-retoure-php-rest-sdk
2 Downloads
# Introduction ## Overview Note: This is the specification of the DP-DHL Group Parcel DE Returns API. This web service allows business customers to create return labels on demand. # Scenarios ## Main Scenario: Creating a returnlabel This is achieved by posting a return order to the URI '/rest/orders'. The service will respond with a return label. ## Querying to get receiver locations The single scenario supported by this service is the determination of the receiver's location. This is achieved by getting a location to the URI '/rest/locations'. The service will respond with a Receiver. # Technical Note on Authorization This API supports __two alternative ways__ to authorize yourself: 1. Combination of Apikey and Basic Authentication which you can provide with every call. 2. OAuth2 Password Flow: After having obtained your access token once, you provide this token as bearer token. You can try it out here. More details can be found when clicking on "Authorize".
dutchie027/easymysqlbackup
3 Downloads
This library piggybacks on the functionality of mysqldump, creating a backup of a Maria or MySQL database. It allows you to save locally or upload to cloud storage.