Libraries tagged by base project
jarzon/primpack
520 Downloads
Helper Pack base for Prim projects
temafey/phalcon-engine
300 Downloads
Web project engine base on Phalcon framework
t3kit/theme-t3kit
10124 Downloads
Base Theme fot t3kit project
quant/core
108 Downloads
Low-level API providing contracts and base implementations for PHP projects.
misterion/ko-worker
13419 Downloads
Ko-worker project is a base to develop amqp based message dispatchers
hxd/larak
11 Downloads
Base Laravel with Vuejs Project
saboohy/basepath
187 Downloads
The Helper Function For Base Path Directory of The Project
jamm/mvc
10 Downloads
Tiny base frame for MVC-designed projects
zalas/symfify
15 Downloads
Sets up a basic Symfony project in a code base that did not start as a Symfony project.
jcshoww/php-dictionary
194 Downloads
Base dictionary class for dictionary entities in projects
winatabayu00/package-based
44 Downloads
Laravel base package to help with modular and service-based project development.
servergrove/kb-bundle
23 Downloads
Symfony2 bundle which provides a complete Knowledge Base system based on the Symfony CMF and PHPCR projects
matthewbdaly/laravel-repositories
1201 Downloads
A base repository class and interface, together with a caching decorator. Extend them for use in your own projects.
jbarth/jpdf
61 Downloads
This project is based on FPDF. The goal here is to create an easily usable library with composer from this base.
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.