Libraries tagged by initialize
felixarntz/leavesandlove-wp-plugin-util
1066 Downloads
This is a library to initialize WordPress plugins in a proper fashion, making usual processes a lot easier to handle and adding a few useful features, for example plugin dependency management or automatic multisite-compatibility.
codelicia/immutable
0 Downloads
Enforces immutability on initialized properties of any PHP object
tempest/container
164458 Downloads
The container component is where the initialization of services and their dependencies are managed.
stymiee/php-simple-encryption
6411 Downloads
The PHP Simple Encryption library is designed to simplify the process of encrypting and decrypting data while ensuring best practices are followed. By default is uses a secure encryption algorithm and generates a cryptologically strong initialization vector so developers do not need to becomes experts in encryption to securely store sensitive data.
mwstake/mediawiki-componentloader
90667 Downloads
Required for proper initialization of MWStake components
drupal-tome/tome_drush
66127 Downloads
Contains global Drush commands for initializing and installing Tome.
zalas/phpunit-doubles
11982 Downloads
Initialises test doubles in PHPUnit test cases for you
lion/bundle
1608 Downloads
Lion-framework configuration and initialization package
lastzero/test-tools
42705 Downloads
Increases testing productivity by adding a service container and self-initializing fakes to PHPUnit
iqual/project-scaffold
15285 Downloads
Interactive project scaffolding and initializing.
atoolo/runtime
4641 Downloads
Composer plugin for initializing bootstrapping logic such as initialization and requirement validation
ronasit/laravel-project-initializator
479 Downloads
Provided tools for project initialization.
bex/behat-browser-initialiser
75691 Downloads
Extension for behat to help configure the browser
phmlabs/init
13237 Downloads
phmLabs component for initializing class using a yaml file / array
drupal/core-datetime
198 Downloads
This class wraps the PHP DateTime class with more flexible initialization parameters, allowing a date to be created from an existing date object, a timestamp, a string with an unknown format, a string with a known format, or an array of date parts. It also adds an errors array and a __toString() method to the date object.