Libraries tagged by Rock Dots
teamonetickets/rock-dotter
171 Downloads
Put Metal Ümlauts where they belong!
rackem/dotenv
21 Downloads
Environment variables in your Rack'em application via .env
dotink/lab
308 Downloads
Lab is a concise and direct testing framework
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.
oneup/contao-security-advisories
3604 Downloads
This check works by comparing the composer.lock against an open vulnerability database. A clean check does not mean there are absolutely no security problems whatsoever.
oneup/contao-security-checker-bundle
4138 Downloads
This check works by comparing the composer.lock against an open vulnerability database. A clean check does not mean there are absolutely no security problems whatsoever.
procentr/file-lock-manager
1 Downloads
A lightweight PHP library for managing file locks. No, seriously, it works. I mean... does anyone actually use this? ;-)
wadakatu/laravel-spectrum
90 Downloads
Zero-annotation OpenAPI/Swagger documentation generator for Laravel - automatic API docs from your existing code
doctreen/doctreen
0 Downloads
Code-first API docs + OpenAPI 3.1 export + runtime validation for PHP. Define your route shape once with a fluent schema builder and get an interactive docs UI, OpenAPI 3.1 export, and 422-on-invalid-request validation. Laravel-first. PHP port of the doctreen npm package.
tormjens/workbench
93 Downloads
Simple local Composer development that does not mess up your lock file.
potsky/laravel-redlock
5430 Downloads
Redis distributed locks for laravel