Libraries tagged by Mage class
sunnysideup/ecommerce-advance-retail-connector
420 Downloads
A class that allows developers to make a connection to the AdvanceRetail api
imponeer/editor-contracts
19492 Downloads
Interfaces for building PHP classes that lets to easier make web editor integrations in your content management systems
suin/cakephp-subcommand-injector
12 Downloads
CakePHP Subcommand Injector make it possible that automatical adding Task classes as subcommands of a Shell class.
soubai/object-to-any
41 Downloads
ObjectToAny is a simple php class that can allow you to make a lot of Conversion(array,binary,json,xml,CVS)
iwalkalone/curl
100 Downloads
Class to manage cURL requests to make easier building API clients in PHP.
ceeram/wsdl
23 Downloads
SOAP made simple again with CakePHP. Build a classmap of the wsdl file.
nagno/phpspec-bootstrap-magento2
70207 Downloads
Bootstraps Mage2 for phpspec before the tests are running so the dinamically generated classes will work
ixnode/php-date-parser
782 Downloads
PHP Date Parser - This library parses various given date and time strings into DateTime or DateTimeImmutable classes which return the time range. Can be used e.g. excellently for command line arguments and options to make database queries with.
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.
chhw/commander
743 Downloads
This package gives you to automatically generate service/repository class, which is extended by Laravel original make commands.
wawan/laravel-make-class
11 Downloads
Artisan command for generating a new custom class in Laravel.
iak/make-class
1709 Downloads
A package to create basic classes with tests in your Laravel app
longtnt/make-repository
13 Downloads
Use for make Repository class
kobalt/make-action
48 Downloads
Adds Laravel Artisan command to make Action classes
adamczykpiotr/laravel-make-transformer
200 Downloads
Laravel 7.x package to add artisan method `make:transformer ClassTransformer`