Libraries tagged by changes
crimsonkissaki/mockmaker
44 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.
concerto/directory-monitor
716 Downloads
Library for monitoring a directory for changes using Inotify.
codeq/advancedpublish
1811 Downloads
The package adds a review workflow and change logs to the Neos publication function
codedocs/codedocs
2954 Downloads
Let your project documentation automatically update when your code changes!
christophlehmann/typo3-datahandler-cli
11 Downloads
Use CLI commands to modify database records with the TYPO3 DataHandler. A lowlevel way for mass changes.
cbaconnier/laravel-mvc-to-ddd
1051 Downloads
Automatically change the default Laravel MVC architecture to DDD architecture
calcinai/rubberneck
39 Downloads
Utility to monitor file system changes
caiquemcz/query-from-cache
0 Downloads
Query From Cache is a Laravel package that provides a simple way to cache query results directly from your Eloquent models. It automatically caches the output of model methods and offers actions to refresh or clear the cache with minimal code changes.
bitexpert/captainhook-infection
5118 Downloads
Captain Hook Plugin to run InfectionPHP only against the files of the current changeset
beranidigital/laravel-model-audit
1139 Downloads
Automatically audits all model change
b6n/block-theme-exporter
419 Downloads
This WordPress plugin makes it possible to export and import changes made locally to a block theme.
b13/slugr
3691 Downloads
Change Slugs of Pages with Redirects
ayesh/wordpress-password-hash
167 Downloads
Wordpress plugin to change its password hashing mechanism with PHP native password_* set of functions.
asuwebplatforms/webspark-module-asu_components_appearance
11761 Downloads
Provides dynamic appearance changes for the ASU components
apinstein/watchngo
3607 Downloads
A php-native inotify-based file watcher to easily trigger compilation. Debounces and coalesces changes to multiple files related to the same desired action.