Libraries tagged by codebase
mlusas/laravel-loom-updates
48 Downloads
A Laravel package for tracking Loom video updates in your codebase
dilneiss/mercadolibre-php-sdk
388 Downloads
This is a the codebase to generate a SDK for Open Platform Marketplace
climba-commerce/mercadolibre-php-sdk
30066 Downloads
This is a the codebase to generate a SDK for Open Platform Marketplace
brunocfalcao/larapush
136 Downloads
php artisan push - Deploy your codebase into your web server with a single Artisan command
kamilsk/common
2981 Downloads
Common codebase.
mtymek/codebasehq-sdk
1864 Downloads
PHP SDK for CodebaseHQ API
bkwld/codebasehq
10419 Downloads
Tools for integrating Laravel apps with CodebaseHQ features
tripteki/laravelphp-docs
236 Downloads
Trip Teknologi's Codebase Convention
senki/phpstan-prevent-ignore-line
7 Downloads
PHPStan rule to detect and prohibit the use of `@phpstan-ignore-error-line` and `@phpstan-ignore-error-next-line` annotations within your PHP codebase.
phalcana/core
63 Downloads
Phalcana core code. This is the main system folder for the Phalcana codebase
nasrulhazim/arc8-api
7 Downloads
The Pre-Configured API Code Base.
kitpages/mobile-app-builder-bundle
7 Downloads
This is a Symfony2 bundle that generates packages specific for terminals from a given html/js code base.
futurfuturfuturfutur/duckduckduck
312 Downloads
Laravel package able to auto generate API documentation through tests, without garbage comments inside the code base.
firehed/php7ize
169 Downloads
Tools to quickly add PHP7 features to your existing codebase
crimsonkissaki/mockmaker
42 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.