Libraries tagged by exist
fillup/zfauthsaml
3579 Downloads
Zend\Authentication SAML adapter. Uses existing simpleSAMLphp install.
faonni/module-social-login
48 Downloads
Extension allows your user to login or register by using their existing account from social networks.
experius/module-fakemydata
892 Downloads
Magento 2 Customer Data Faker. Replaces existing customer data for fake data. Used for develop and staging environments.
exolnet/laravel-db-upgrade
1072 Downloads
Artisan command to migrate an existing production database structure to use Laravel migrations
etiwole/utm-cookie-bundle
37 Downloads
This bundle allow you to save utm parameters from url into a cookie when they exists. It's also provide a bunch of tools to easily retrive all or each utm.
ernestovargas/laranerators
53 Downloads
Laravel 5 generators from existing schema
edgrosvenor/laravelizer
4 Downloads
Create Laravel models, migrations, and factories for an existing MySQL database
drawmyattention/expauth
5179 Downloads
A Laravel 5 authentication driver that supports Expression Engine's membership system.. New users will default to Laravel's bcrypt encryption (extremely secure), but existing users who have registered using Expression Engine can also be authenticated. Also handles their reset password procedure.
dotted-ai/laravel-db-introspector
4 Downloads
Generate migrations from existing database schema
dnadesign/silverstripe-embed
2616 Downloads
Adds embed and video a dataobject along with dataextension to apply embed to existing objects.
djancok/laravel_model_generator
2061 Downloads
Laravel Model Generator from existing table
devsfort/laravel-pigeon-chat
11 Downloads
A Laravel package that allows you to add a complete user messaging system into your new/existing Laravel application with only a few easy steps..
cswni/iseed
45 Downloads
Generate a new Laravel database seed file based on data from the existing database table.
cse/helpers-request
91 Downloads
The helpers allows you to Request processing. Get value for POST/GET/REQUEST method by key and set default value, check exist AJAX, POST and GET method - all this is available in this library.
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.