Libraries tagged by Mage class
asdfdotdev/session
652 Downloads
The asdf_ session class endeavors to make it easier to use basic best practices in PHP sessions.
aalfiann/google-translate-api-php
110 Downloads
A PHP class library to make your own Google Translate API for free.
paragraf/php-kit
18 Downloads
The PHP Kit is a set of simple classes and helpers to make life easier.
frosas/misc
376 Downloads
A bunch of classes and functions to make working with PHP easier
ufo-tech/doctrine-helper
6 Downloads
A set of ready-made solutions for Doctrine (traits, interfaces, classes) that allows you to get rid of routine and speeds up development
sunnysideup/ecommerce-advance-retail-connector
350 Downloads
A class that allows developers to make a connection to the AdvanceRetail api
suin/cakephp-subcommand-injector
11 Downloads
CakePHP Subcommand Injector make it possible that automatical adding Task classes as subcommands of a Shell class.
soubai/object-to-any
39 Downloads
ObjectToAny is a simple php class that can allow you to make a lot of Conversion(array,binary,json,xml,CVS)
ceeram/wsdl
23 Downloads
SOAP made simple again with CakePHP. Build a classmap of the wsdl file.
wanzoou/momoapicollection
7 Downloads
This repository provides a PHP class, MomoAPI, to facilitate integration with the MTN Mobile Money (MoMo) API for collection services. This class allows you to create API users, generate API keys, obtain access tokens, and make payment requests to the MTN MoMo platform.
nagno/phpspec-bootstrap-magento2
70156 Downloads
Bootstraps Mage2 for phpspec before the tests are running so the dinamically generated classes will work
ibnusyuhada/slim-tegar
192 Downloads
Slim Tegar is a package that designed for integrating PHP-DI and Slim Framework version 3.x.x. This package is an Slim Bridge advanced of http://php-di.org/doc/frameworks/slim.html. You don't need to extends any class of PHP-DI or Slim just to make container configuration. Slim Tegar also providing the easy way to implement Closure and MVC routes.
glucnac/ziparchivemanager
6 Downloads
A simple wrapper around PHP's ZipArchive class that provides a more object-oriented interface to make it easier to create, extract, and modify zip archives.
designbycode/google-maps-place-details
74 Downloads
The Reviews class is a part of the Designbycode namespace and is used to fetch reviews, rating, and user ratings total of a place using the Google Places API. It requires a Google Maps API key and a Google Maps place ID to make requests.
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.