Search is not available for this dataset
id stringlengths 1 8 | text stringlengths 72 9.81M | addition_count int64 0 10k | commit_subject stringlengths 0 3.7k | deletion_count int64 0 8.43k | file_extension stringlengths 0 32 | lang stringlengths 1 94 | license stringclasses 10
values | repo_name stringlengths 9 59 |
|---|---|---|---|---|---|---|---|---|
10048450 | <NME> ZfcUserIdentity.php
<BEF> <?php
namespace EdpUser\View\Helper;
use Zend\View\Helper\AbstractHelper,
Zend\Authentication\AuthenticationService;
class EdpUserIdentity extends AbstractHelper
{
/**
* @var AuthenticationService
*/
protected $authService;
/**
* __invoke
*
... | 3 | s/EdpUser/ZfcUser/ | 3 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048451 | <NME> ControllerFactory.php
<BEF> ADDFILE
<MSG> Merge remote-tracking branch 'weierophinney/feature/mvc-sm-integration'
<DFF> @@ -0,0 +1,26 @@
+<?php
+
+namespace ZfcUser\Service;
+
+use Zend\ServiceManager\FactoryInterface;
+use Zend\ServiceManager\ServiceLocatorInterface;
+use ZfcUser\Controller\UserController;
+
+c... | 26 | Merge remote-tracking branch 'weierophinney/feature/mvc-sm-integration' | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048452 | <NME> ControllerFactory.php
<BEF> ADDFILE
<MSG> Merge remote-tracking branch 'weierophinney/feature/mvc-sm-integration'
<DFF> @@ -0,0 +1,26 @@
+<?php
+
+namespace ZfcUser\Service;
+
+use Zend\ServiceManager\FactoryInterface;
+use Zend\ServiceManager\ServiceLocatorInterface;
+use ZfcUser\Controller\UserController;
+
+c... | 26 | Merge remote-tracking branch 'weierophinney/feature/mvc-sm-integration' | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048453 | <NME> Db.php
<BEF> <?php
namespace ZfcUser\Authentication\Storage;
use Interop\Container\ContainerInterface;
use Zend\Authentication\Storage;
use Zend\Authentication\Storage\StorageInterface;
use Zend\ServiceManager\ServiceManager;
use ZfcUser\Mapper\UserInterface as UserMapper;
class Db implements Storage\StorageIn... | 5 | Removed storage when identity could not be resolved | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048454 | <NME> Db.php
<BEF> <?php
namespace ZfcUser\Authentication\Storage;
use Interop\Container\ContainerInterface;
use Zend\Authentication\Storage;
use Zend\Authentication\Storage\StorageInterface;
use Zend\ServiceManager\ServiceManager;
use ZfcUser\Mapper\UserInterface as UserMapper;
class Db implements Storage\StorageIn... | 5 | Removed storage when identity could not be resolved | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048455 | <NME> ChangePasswordFilterTest.php
<BEF> <?php
namespace ZfcUserTest\Form;
use ZfcUser\Form\ChangePasswordFilter as Form;
class ChangePasswordFilterTest extends \PHPUnit_Framework_TestCase
{
public function testConstruct()
{
$this->markTestIncomplete(
'This test has not been implemented y... | 16 | Added ChangeEmailFilter and ChangePasswordFilter tests | 4 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048456 | <NME> ChangePasswordFilterTest.php
<BEF> <?php
namespace ZfcUserTest\Form;
use ZfcUser\Form\ChangePasswordFilter as Form;
class ChangePasswordFilterTest extends \PHPUnit_Framework_TestCase
{
public function testConstruct()
{
$this->markTestIncomplete(
'This test has not been implemented y... | 16 | Added ChangeEmailFilter and ChangePasswordFilter tests | 4 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048457 | <NME> .travis.yml
<BEF> language: php
php:
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- composer self-update
- composer install --dev --prefer-source;
script:
- ./vendor/bin/phpunit --bootstrap=tests/bootstrap.php --coverage-clover ./build/logs/clover.xml
- ./vendor/bin/phpcs --standard=PSR2 ./src/ ./te... | 1 | Supress phpcs warnings | 1 | .yml | travis | bsd-3-clause | ZF-Commons/ZfcUser |
10048458 | <NME> .travis.yml
<BEF> language: php
php:
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- composer self-update
- composer install --dev --prefer-source;
script:
- ./vendor/bin/phpunit --bootstrap=tests/bootstrap.php --coverage-clover ./build/logs/clover.xml
- ./vendor/bin/phpcs --standard=PSR2 ./src/ ./te... | 1 | Supress phpcs warnings | 1 | .yml | travis | bsd-3-clause | ZF-Commons/ZfcUser |
10048459 | <NME> UserController.php
<BEF> <?php
namespace ZfcUser\Controller;
use Zend\Form\FormInterface;
use Zend\Mvc\Controller\AbstractActionController;
use Zend\ServiceManager\ServiceLocatorInterface;
use Zend\Stdlib\ResponseInterface as Response;
use Zend\Stdlib\Parameters;
use Zend\View\Model\ViewModel;
use ZfcUser\Servi... | 13 | Merge pull request #185 from riceri/master | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048460 | <NME> UserController.php
<BEF> <?php
namespace ZfcUser\Controller;
use Zend\Form\FormInterface;
use Zend\Mvc\Controller\AbstractActionController;
use Zend\ServiceManager\ServiceLocatorInterface;
use Zend\Stdlib\ResponseInterface as Response;
use Zend\Stdlib\Parameters;
use Zend\View\Model\ViewModel;
use ZfcUser\Servi... | 13 | Merge pull request #185 from riceri/master | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048461 | <NME> .gitignore
<BEF> composer.lock
vendor
composer.lock
composer.phar
vendor
<MSG> update .gitignore
<DFF> @@ -1,2 +1,5 @@
+.settings
+.buildpath
+.project
composer.lock
vendor
| 3 | update .gitignore | 0 | gitignore | mit | nao-pon/flysystem-google-drive | |
10048462 | <NME> GoogleDriveAdapter.php
<BEF> <?php
namespace Hypweb\Flysystem\GoogleDrive;
use Google_Service_Drive;
use Google_Service_Drive_DriveFile;
use Google_Service_Drive_FileList;
use Google_Service_Drive_Permission;
use Google_Http_MediaFileUpload;
use League\Flysystem\Adapter\AbstractAdapter;
use League\Flysystem\Adap... | 7 | refactoring of `getFileObject()` | 8 | .php | php | mit | nao-pon/flysystem-google-drive |
10048463 | <NME> register.phtml
<BEF> <h1><?php echo $this->translate('Register'); ?></h1>
<?php
if (!$this->enableRegistration) {
print "Registration is disabled";
return;
}
$form = $this->registerForm;
$form->prepare();
$form->setAttribute('action', $this->url('zfcuser/register'));
$form->setAttribute('method', 'post')... | 1 | Merge pull request #578 from claytondaley/form-upgrades | 19 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10048464 | <NME> register.phtml
<BEF> <h1><?php echo $this->translate('Register'); ?></h1>
<?php
if (!$this->enableRegistration) {
print "Registration is disabled";
return;
}
$form = $this->registerForm;
$form->prepare();
$form->setAttribute('action', $this->url('zfcuser/register'));
$form->setAttribute('method', 'post')... | 1 | Merge pull request #578 from claytondaley/form-upgrades | 19 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10048465 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 9 | Merge pull request #56 from adamlundrigan/hotfix/db-docs | 23 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048466 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 9 | Merge pull request #56 from adamlundrigan/hotfix/db-docs | 23 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048467 | <NME> bootstrap.php
<BEF> <?php
chdir(__DIR__);
$loader = null;
if (file_exists('../vendor/autoload.php')) {
$loader = include '../vendor/autoload.php';
} else if (file_exists('../../../autoload.php')) {
$loader = include '../../../autoload.php';
} else {
throw new RuntimeException('vendor/autoload.php co... | 1 | Fix CS Fix tests namespaces | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048468 | <NME> bootstrap.php
<BEF> <?php
chdir(__DIR__);
$loader = null;
if (file_exists('../vendor/autoload.php')) {
$loader = include '../vendor/autoload.php';
} else if (file_exists('../../../autoload.php')) {
$loader = include '../../../autoload.php';
} else {
throw new RuntimeException('vendor/autoload.php co... | 1 | Fix CS Fix tests namespaces | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048469 | <NME> UserController.php
<BEF> <?php
namespace ZfcUser\Controller;
use Zend\Form\FormInterface;
use Zend\Mvc\Controller\AbstractActionController;
use Zend\ServiceManager\ServiceLocatorInterface;
use Zend\Stdlib\ResponseInterface as Response;
use Zend\Stdlib\Parameters;
use Zend\View\Model\ViewModel;
use ZfcUser\Servi... | 8 | refactor register action to use prg plugin | 9 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048470 | <NME> UserController.php
<BEF> <?php
namespace ZfcUser\Controller;
use Zend\Form\FormInterface;
use Zend\Mvc\Controller\AbstractActionController;
use Zend\ServiceManager\ServiceLocatorInterface;
use Zend\Stdlib\ResponseInterface as Response;
use Zend\Stdlib\Parameters;
use Zend\View\Model\ViewModel;
use ZfcUser\Servi... | 8 | refactor register action to use prg plugin | 9 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048471 | <NME> User.php
<BEF> <?php
namespace ZfcUser\Service;
use Interop\Container\ContainerInterface;
use Zend\Authentication\AuthenticationService;
use Zend\Form\Form;
use Zend\ServiceManager\ServiceManager;
use Zend\Crypt\Password\Bcrypt;
ZfcUser\Mapper\UserInterface as UserMapper,
ZfcUser\Mapper\UserMetaInterfac... | 1 | s/EdpCommon/ZfcBase | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048472 | <NME> User.php
<BEF> <?php
namespace ZfcUser\Service;
use Interop\Container\ContainerInterface;
use Zend\Authentication\AuthenticationService;
use Zend\Form\Form;
use Zend\ServiceManager\ServiceManager;
use Zend\Crypt\Password\Bcrypt;
ZfcUser\Mapper\UserInterface as UserMapper,
ZfcUser\Mapper\UserMetaInterfac... | 1 | s/EdpCommon/ZfcBase | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048473 | <NME> docker-machine-nfs.sh
<BEF> #!/bin/bash
#
# The MIT License (MIT)
# Copyright © 2015 Toni Van de Voorde <toni.vdv@gmail.com>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the “Software”), to deal
# in the Software without re... | 1 | Update README.md | 1 | .sh | sh | mit | adlogix/docker-machine-nfs |
10048474 | <NME> Module.php
<BEF> <?php
namespace ZfcUser;
use Zend\ModuleManager\Feature\ConfigProviderInterface;
use Zend\ModuleManager\Feature\ControllerPluginProviderInterface;
use Zend\ModuleManager\Feature\ControllerProviderInterface;
use Zend\ModuleManager\Feature\ServiceProviderInterface;
class Module implements
Co... | 1 | Getting already stored data twice | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048475 | <NME> Module.php
<BEF> <?php
namespace ZfcUser;
use Zend\ModuleManager\Feature\ConfigProviderInterface;
use Zend\ModuleManager\Feature\ControllerPluginProviderInterface;
use Zend\ModuleManager\Feature\ControllerProviderInterface;
use Zend\ModuleManager\Feature\ServiceProviderInterface;
class Module implements
Co... | 1 | Getting already stored data twice | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048476 | <NME> GoogleDriveAdapter.php
<BEF> <?php
namespace Hypweb\Flysystem\GoogleDrive;
use Google_Service_Drive;
use Google_Service_Drive_DriveFile;
use Google_Service_Drive_FileList;
use Google_Service_Drive_Permission;
use Google_Http_MediaFileUpload;
use League\Flysystem\Adapter\AbstractAdapter;
use League\Flysystem\Adap... | 19 | correction for google/apiclient >= 2.0 | 33 | .php | php | mit | nao-pon/flysystem-google-drive |
10048477 | <NME> register.phtml
<BEF> <h1>Register</h1>
<?php
if(!$this->enableRegistration)
{
print "Registration is disabled";
return;
}
?>
<?php
$form = $this->registerForm;
$form->prepare();
$form->setAttribute('action', $this->url('zfcuser/register'));
$form->setAttribute('method', 'post');
echo $this->form()->o... | 20 | Merge pull request #107 from EvanDotPro/hotfix/cs | 34 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10048478 | <NME> register.phtml
<BEF> <h1>Register</h1>
<?php
if(!$this->enableRegistration)
{
print "Registration is disabled";
return;
}
?>
<?php
$form = $this->registerForm;
$form->prepare();
$form->setAttribute('action', $this->url('zfcuser/register'));
$form->setAttribute('method', 'post');
echo $this->form()->o... | 20 | Merge pull request #107 from EvanDotPro/hotfix/cs | 34 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10048479 | <NME> RedirectCallback.php
<BEF> <?php
namespace ZfcUser\Controller;
use Zend\Mvc\Application;
use Zend\Router\RouteInterface;
use Zend\Router\Exception;
use Zend\Http\PhpEnvironment\Response;
use ZfcUser\Options\ModuleOptions;
/**
* Buils a redirect response based on the current routing and parameters
*/
class Re... | 1 | Merge pull request #498 from shipleyr/bugfix/method-visibility | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048480 | <NME> RedirectCallback.php
<BEF> <?php
namespace ZfcUser\Controller;
use Zend\Mvc\Application;
use Zend\Router\RouteInterface;
use Zend\Router\Exception;
use Zend\Http\PhpEnvironment\Response;
use ZfcUser\Options\ModuleOptions;
/**
* Buils a redirect response based on the current routing and parameters
*/
class Re... | 1 | Merge pull request #498 from shipleyr/bugfix/method-visibility | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048481 | <NME> docker-machine-nfs.sh
<BEF> #!/bin/bash
#
# The MIT License (MIT)
# Copyright © 2015 Toni Van de Voorde <toni.vdv@gmail.com>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the “Software”), to deal
# in the Software without re... | 30 | remove trailing spaces | 30 | .sh | sh | mit | adlogix/docker-machine-nfs |
10048482 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 1 | Fixed relative path in readme | 1 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048483 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 1 | Fixed relative path in readme | 1 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048484 | <NME> Module.php
<BEF> <?php
namespace EdpUser;
use Zend\Module\Manager,
Zend\Loader\AutoloaderFactory,
EdpUser\Service\User as UserService;
class Module
{
protected static $options;
public function init(Manager $moduleManager)
{
$this->initAutoloader();
$moduleManager->events()-... | 5 | Updated for latest ZF2 master | 7 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048485 | <NME> Module.php
<BEF> <?php
namespace EdpUser;
use Zend\Module\Manager,
Zend\Loader\AutoloaderFactory,
EdpUser\Service\User as UserService;
class Module
{
protected static $options;
public function init(Manager $moduleManager)
{
$this->initAutoloader();
$moduleManager->events()-... | 5 | Updated for latest ZF2 master | 7 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048486 | <NME> .travis.yml
<BEF> language: php
php:
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
before_script:
- composer self-update
- composer update --prefer-source; composer install --dev --prefer-source;
- wget https://scrutinizer-ci.com/ocular.phar
- mysql -e "create database IF NOT EXISTS zfc_user;" -uroot... | 1 | Removed composer update | 1 | .yml | travis | bsd-3-clause | ZF-Commons/ZfcUser |
10048487 | <NME> .travis.yml
<BEF> language: php
php:
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
before_script:
- composer self-update
- composer update --prefer-source; composer install --dev --prefer-source;
- wget https://scrutinizer-ci.com/ocular.phar
- mysql -e "create database IF NOT EXISTS zfc_user;" -uroot... | 1 | Removed composer update | 1 | .yml | travis | bsd-3-clause | ZF-Commons/ZfcUser |
10048488 | <NME> ZfcUserAuthentication.php
<BEF> <?php
namespace ZfcUser\Controller\Plugin;
use Zend\Mvc\Controller\Plugin\AbstractPlugin;
use Zend\Authentication\AuthenticationService;
use Zend\ServiceManager\ServiceManagerAwareInterface;
use Zend\ServiceManager\ServiceManager;
use ZfcUser\Authentication\Adapter\AdapterChain a... | 5 | Merge pull request #159 from basz/hotfix/zf2-develop-aware-change-for-controller | 32 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048489 | <NME> ZfcUserAuthentication.php
<BEF> <?php
namespace ZfcUser\Controller\Plugin;
use Zend\Mvc\Controller\Plugin\AbstractPlugin;
use Zend\Authentication\AuthenticationService;
use Zend\ServiceManager\ServiceManagerAwareInterface;
use Zend\ServiceManager\ServiceManager;
use ZfcUser\Authentication\Adapter\AdapterChain a... | 5 | Merge pull request #159 from basz/hotfix/zf2-develop-aware-change-for-controller | 32 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048490 | <NME> docker-machine-nfs.sh
<BEF> #!/bin/bash
#
# The MIT License (MIT)
# Copyright © 2015 Toni Van de Voorde <toni.vdv@gmail.com>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the “Software”), to deal
# in the Software without re... | 24 | Fix and improve /etc/exports updates (#60) | 8 | .sh | sh | mit | adlogix/docker-machine-nfs |
10048491 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 2 | Added readme entry for enable_registration config | 0 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048492 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 2 | Added readme entry for enable_registration config | 0 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048493 | <NME> README.md
<BEF> # Docker Machine NFS
## Requirements
* [Docker Machine](https://docs.docker.com/machine/) 0.5.0+
## Mac OS X 10.9+
Activates [NFS](https://en.wikipedia.org/wiki/Network_File_System) for an
existing boot2docker box created through
[Docker Machine](https://docs.docker.com/machine/).
:warning: T... | 3 | Update README.md | 2 | .md | md | mit | adlogix/docker-machine-nfs |
10048494 | <NME> msgIds.php
<BEF> ADDFILE
<MSG> fr_FR.po file génération and translation
<DFF> @@ -0,0 +1,19 @@
+<?php
+/**
+ * Ids for poedit
+ * @method Z
+ */
+translate('Username');
+translate('Email');
+translate('New Email');
+translate('Verify New Email');
+translate('Display Name');
+translate('Password');
+translate('Pa... | 19 | fr_FR.po file génération and translation | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048495 | <NME> msgIds.php
<BEF> ADDFILE
<MSG> fr_FR.po file génération and translation
<DFF> @@ -0,0 +1,19 @@
+<?php
+/**
+ * Ids for poedit
+ * @method Z
+ */
+translate('Username');
+translate('Email');
+translate('New Email');
+translate('Verify New Email');
+translate('Display Name');
+translate('Password');
+translate('Pa... | 19 | fr_FR.po file génération and translation | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048496 | <NME> UserController.php
<BEF> <?php
namespace ZfcUser\Controller;
use Zend\Form\FormInterface;
use Zend\Mvc\Controller\AbstractActionController;
use Zend\ServiceManager\ServiceLocatorInterface;
use Zend\Stdlib\ResponseInterface as Response;
use Zend\Stdlib\Parameters;
use Zend\View\Model\ViewModel;
use ZfcUser\Servi... | 3 | Update src/ZfcUser/Controller/UserController.php | 3 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048497 | <NME> UserController.php
<BEF> <?php
namespace ZfcUser\Controller;
use Zend\Form\FormInterface;
use Zend\Mvc\Controller\AbstractActionController;
use Zend\ServiceManager\ServiceLocatorInterface;
use Zend\Stdlib\ResponseInterface as Response;
use Zend\Stdlib\Parameters;
use Zend\View\Model\ViewModel;
use ZfcUser\Servi... | 3 | Update src/ZfcUser/Controller/UserController.php | 3 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048498 | <NME> AdapterChainServiceFactory.php
<BEF> ADDFILE
<MSG> Using a class so this can be overridden in extension modules
<DFF> @@ -0,0 +1,17 @@
+<?php
+namespace ZfcUser\Authentication\Adapter;
+
+use Zend\ServiceManager\FactoryInterface;
+use Zend\ServiceManager\ServiceLocatorInterface;
+use ZfcUser\Authentication\Adapte... | 17 | Using a class so this can be overridden in extension modules | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048499 | <NME> AdapterChainServiceFactory.php
<BEF> ADDFILE
<MSG> Using a class so this can be overridden in extension modules
<DFF> @@ -0,0 +1,17 @@
+<?php
+namespace ZfcUser\Authentication\Adapter;
+
+use Zend\ServiceManager\FactoryInterface;
+use Zend\ServiceManager\ServiceLocatorInterface;
+use ZfcUser\Authentication\Adapte... | 17 | Using a class so this can be overridden in extension modules | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048500 | <NME> DbTest.php
<BEF> <?php
namespace ZfcUserTest\Authentication\Adapter;
use Zend\EventManager\Event;
use ZfcUser\Authentication\Adapter\Db;
class DbTest extends \PHPUnit_Framework_TestCase
{
/**
* The object to be tested.
*
* @var Db
*/
protected $db;
/**
* Mock of AuthEvent.... | 1 | Newline at end of file | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048501 | <NME> DbTest.php
<BEF> <?php
namespace ZfcUserTest\Authentication\Adapter;
use Zend\EventManager\Event;
use ZfcUser\Authentication\Adapter\Db;
class DbTest extends \PHPUnit_Framework_TestCase
{
/**
* The object to be tested.
*
* @var Db
*/
protected $db;
/**
* Mock of AuthEvent.... | 1 | Newline at end of file | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048502 | <NME> ChangePasswordTest.php
<BEF> <?php
namespace ZfcUserTest\Form;
use ZfcUser\Form\ChangePassword as Form;
class ChangePasswordTest extends \PHPUnit_Framework_TestCase
{
public function testConstruct()
{
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
... | 21 | Added ChangePassword form test | 13 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048503 | <NME> ChangePasswordTest.php
<BEF> <?php
namespace ZfcUserTest\Form;
use ZfcUser\Form\ChangePassword as Form;
class ChangePasswordTest extends \PHPUnit_Framework_TestCase
{
public function testConstruct()
{
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
... | 21 | Added ChangePassword form test | 13 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048504 | <NME> AdapterChainServiceFactory.php
<BEF> <?php
namespace ZfcUser\Authentication\Adapter;
use Interop\Container\ContainerInterface;
use Interop\Container\Exception\ContainerException;
use Zend\ServiceManager\Exception\ServiceNotCreatedException;
use Zend\ServiceManager\Exception\ServiceNotFoundException;
use Zend\Ser... | 1 | Inject EventManager ourselves. | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048505 | <NME> AdapterChainServiceFactory.php
<BEF> <?php
namespace ZfcUser\Authentication\Adapter;
use Interop\Container\ContainerInterface;
use Interop\Container\Exception\ContainerException;
use Zend\ServiceManager\Exception\ServiceNotCreatedException;
use Zend\ServiceManager\Exception\ServiceNotFoundException;
use Zend\Ser... | 1 | Inject EventManager ourselves. | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048506 | <NME> GoogleDriveAdapter.php
<BEF> <?php
namespace Hypweb\Flysystem\GoogleDrive;
use Google_Service_Drive;
use Google_Service_Drive_DriveFile;
use Google_Service_Drive_FileList;
use Google_Service_Drive_Permission;
use Google_Http_MediaFileUpload;
use League\Flysystem\Adapter\AbstractAdapter;
use League\Flysystem\Adap... | 16 | fix #53 name based metadata cache problem | 6 | .php | php | mit | nao-pon/flysystem-google-drive |
10048507 | <NME> DbTest.php
<BEF> <?php
namespace ZfcUserTest\Authentication\Adapter;
use Zend\EventManager\Event;
use ZfcUser\Authentication\Adapter\Db;
class DbTest extends \PHPUnit_Framework_TestCase
{
/**
* The object to be tested.
*
* @var Db
*/
protected $db;
/**
* Mock of AuthEvent.... | 1 | Uncomment logout test | 4 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048508 | <NME> DbTest.php
<BEF> <?php
namespace ZfcUserTest\Authentication\Adapter;
use Zend\EventManager\Event;
use ZfcUser\Authentication\Adapter\Db;
class DbTest extends \PHPUnit_Framework_TestCase
{
/**
* The object to be tested.
*
* @var Db
*/
protected $db;
/**
* Mock of AuthEvent.... | 1 | Uncomment logout test | 4 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048509 | <NME> User.php
<BEF> <?php
namespace ZfcUser\Service;
use Interop\Container\ContainerInterface;
use Zend\Authentication\AuthenticationService;
use Zend\Form\Form;
use Zend\ServiceManager\ServiceManager;
use Zend\Crypt\Password\Bcrypt;
use Zend\Hydrator;
use ZfcUser\EventManager\EventProvider;
use ZfcUser\Mapper\UserI... | 1 | Interface/type hint fixes per comments by @SocalNick | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048510 | <NME> User.php
<BEF> <?php
namespace ZfcUser\Service;
use Interop\Container\ContainerInterface;
use Zend\Authentication\AuthenticationService;
use Zend\Form\Form;
use Zend\ServiceManager\ServiceManager;
use Zend\Crypt\Password\Bcrypt;
use Zend\Hydrator;
use ZfcUser\EventManager\EventProvider;
use ZfcUser\Mapper\UserI... | 1 | Interface/type hint fixes per comments by @SocalNick | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048511 | <NME> .travis.yml
<BEF> language: php
php:
- 5.3.3
- 5.3
- 5.4
before_install:
- wget http://cs.sensiolabs.org/get/php-cs-fixer.phar
- composer install --dev --prefer-source;
- wget https://scrutinizer-ci.com/ocular.phar
- mysql -e "create database IF NOT EXISTS zfc_user;" -uroot
script:
- ./vendor/b... | 1 | add PHP 5.5 in .travis.yml | 0 | .yml | travis | bsd-3-clause | ZF-Commons/ZfcUser |
10048512 | <NME> .travis.yml
<BEF> language: php
php:
- 5.3.3
- 5.3
- 5.4
before_install:
- wget http://cs.sensiolabs.org/get/php-cs-fixer.phar
- composer install --dev --prefer-source;
- wget https://scrutinizer-ci.com/ocular.phar
- mysql -e "create database IF NOT EXISTS zfc_user;" -uroot
script:
- ./vendor/b... | 1 | add PHP 5.5 in .travis.yml | 0 | .yml | travis | bsd-3-clause | ZF-Commons/ZfcUser |
10048513 | <NME> UserInterface.php
<BEF> <?php
namespace ZfcUser\Mapper;
interface UserInterface
{
/**
* @param $email
public function findByUsername($username);
public function findById($id);
}
public function findByUsername($username);
/**
* @param string|int $id
* @return \ZfcUser\Entity... | 4 | Update user mapper interface and add PRG support for register form | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048514 | <NME> UserInterface.php
<BEF> <?php
namespace ZfcUser\Mapper;
interface UserInterface
{
/**
* @param $email
public function findByUsername($username);
public function findById($id);
}
public function findByUsername($username);
/**
* @param string|int $id
* @return \ZfcUser\Entity... | 4 | Update user mapper interface and add PRG support for register form | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048515 | <NME> Module.php
<BEF> <?php
namespace ZfcUser;
use Zend\Module\Manager,
Zend\EventManager\StaticEventManager,
Zend\Module\Feature\AutoloaderProviderInterface,
Zend\Module\Feature\ConfigProviderInterface,
Zend\Module\Feature\ServiceProviderInterface;
class Module implements
AutoloaderProviderInt... | 5 | Updated Module -> ModuleManager | 5 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048516 | <NME> Module.php
<BEF> <?php
namespace ZfcUser;
use Zend\Module\Manager,
Zend\EventManager\StaticEventManager,
Zend\Module\Feature\AutoloaderProviderInterface,
Zend\Module\Feature\ConfigProviderInterface,
Zend\Module\Feature\ServiceProviderInterface;
class Module implements
AutoloaderProviderInt... | 5 | Updated Module -> ModuleManager | 5 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048517 | <NME> UserZendDb.php
<BEF> ADDFILE
<MSG> Add support for Zend\Db as alternative to Doctrine
<DFF> @@ -0,0 +1,86 @@
+<?php
+
+namespace EdpUser\Mapper;
+
+use EdpCommon\Mapper\DbMapperAbstract,
+ EdpUser\Model\User as UserModel,
+ Zend\Authentication\Adapter\DbTable as DbAdapter;
+
+class UserZendDb extends DbMap... | 86 | Add support for Zend\Db as alternative to Doctrine | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048518 | <NME> UserZendDb.php
<BEF> ADDFILE
<MSG> Add support for Zend\Db as alternative to Doctrine
<DFF> @@ -0,0 +1,86 @@
+<?php
+
+namespace EdpUser\Mapper;
+
+use EdpCommon\Mapper\DbMapperAbstract,
+ EdpUser\Model\User as UserModel,
+ Zend\Authentication\Adapter\DbTable as DbAdapter;
+
+class UserZendDb extends DbMap... | 86 | Add support for Zend\Db as alternative to Doctrine | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048519 | <NME> UserController.php
<BEF> <?php
namespace ZfcUser\Controller;
use Zend\Form\FormInterface;
use Zend\Mvc\Controller\AbstractActionController;
use Zend\ServiceManager\ServiceLocatorInterface;
use Zend\Stdlib\ResponseInterface as Response;
use Zend\Stdlib\Parameters;
use Zend\View\Model\ViewModel;
use ZfcUser\Servi... | 3 | Merge pull request #180 from jhuet/retrieving-redirect-from-query | 4 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048520 | <NME> UserController.php
<BEF> <?php
namespace ZfcUser\Controller;
use Zend\Form\FormInterface;
use Zend\Mvc\Controller\AbstractActionController;
use Zend\ServiceManager\ServiceLocatorInterface;
use Zend\Stdlib\ResponseInterface as Response;
use Zend\Stdlib\Parameters;
use Zend\View\Model\ViewModel;
use ZfcUser\Servi... | 3 | Merge pull request #180 from jhuet/retrieving-redirect-from-query | 4 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048521 | <NME> UserHydratorTest.php
<BEF> ADDFILE
<MSG> Added tests for UserHydrator
<DFF> @@ -0,0 +1,92 @@
+<?php
+
+namespace ZfcUserTest\Mapper;
+
+use ZfcUser\Mapper\UserHydrator as Hydrator;
+
+class UserHydratorTest extends \PHPUnit_Framework_TestCase
+{
+ protected $hydrator;
+
+ public function setUp()
+ {
+ ... | 92 | Added tests for UserHydrator | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048522 | <NME> UserHydratorTest.php
<BEF> ADDFILE
<MSG> Added tests for UserHydrator
<DFF> @@ -0,0 +1,92 @@
+<?php
+
+namespace ZfcUserTest\Mapper;
+
+use ZfcUser\Mapper\UserHydrator as Hydrator;
+
+class UserHydratorTest extends \PHPUnit_Framework_TestCase
+{
+ protected $hydrator;
+
+ public function setUp()
+ {
+ ... | 92 | Added tests for UserHydrator | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048523 | <NME> Base.php
<BEF> <?php
namespace ZfcUser\Form;
use Zend\Form\Element;
class Base extends ProvidesEventsForm
{
public function __construct($name = null)
{
parent::__construct($name);
$this->add(array(
'name' => 'username',
'options' => array(
'label... | 1 | Registration form: change events() to getEventManager() | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048524 | <NME> Base.php
<BEF> <?php
namespace ZfcUser\Form;
use Zend\Form\Element;
class Base extends ProvidesEventsForm
{
public function __construct($name = null)
{
parent::__construct($name);
$this->add(array(
'name' => 'username',
'options' => array(
'label... | 1 | Registration form: change events() to getEventManager() | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048525 | <NME> .travis.yml
<BEF> language: php
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- composer self-update
- composer install --dev --prefer-source;
- wget https://scrutinizer-ci.com/ocular.phar
- mysql -e "create database IF NOT EXISTS zfc_user;" -uroot
script:
- ./vendor/... | 0 | Merge pull request #652 from stijnhau/UpdatesTravisCheck2.x | 3 | .yml | travis | bsd-3-clause | ZF-Commons/ZfcUser |
10048526 | <NME> .travis.yml
<BEF> language: php
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- composer self-update
- composer install --dev --prefer-source;
- wget https://scrutinizer-ci.com/ocular.phar
- mysql -e "create database IF NOT EXISTS zfc_user;" -uroot
script:
- ./vendor/... | 0 | Merge pull request #652 from stijnhau/UpdatesTravisCheck2.x | 3 | .yml | travis | bsd-3-clause | ZF-Commons/ZfcUser |
10048527 | <NME> UserController.php
<BEF> <?php
namespace ZfcUser\Controller;
use Zend\Form\FormInterface;
use Zend\Mvc\Controller\AbstractActionController;
use Zend\ServiceManager\ServiceLocatorInterface;
use Zend\Stdlib\ResponseInterface as Response;
use Zend\Stdlib\Parameters;
use Zend\View\Model\ViewModel;
use ZfcUser\Servi... | 9 | Merge pull request #103 from Danielss89/fix/redirect | 7 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048528 | <NME> UserController.php
<BEF> <?php
namespace ZfcUser\Controller;
use Zend\Form\FormInterface;
use Zend\Mvc\Controller\AbstractActionController;
use Zend\ServiceManager\ServiceLocatorInterface;
use Zend\Stdlib\ResponseInterface as Response;
use Zend\Stdlib\Parameters;
use Zend\View\Model\ViewModel;
use ZfcUser\Servi... | 9 | Merge pull request #103 from Danielss89/fix/redirect | 7 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048529 | <NME> UserController.php
<BEF> <?php
namespace ZfcUser\Controller;
use Zend\Form\FormInterface;
use Zend\Mvc\Controller\AbstractActionController;
use Zend\ServiceManager\ServiceLocatorInterface;
use Zend\Stdlib\ResponseInterface as Response;
use Zend\Stdlib\Parameters;
use Zend\View\Model\ViewModel;
use ZfcUser\Servi... | 2 | fix for redirect url seemingly getting lost after registration failure | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048530 | <NME> UserController.php
<BEF> <?php
namespace ZfcUser\Controller;
use Zend\Form\FormInterface;
use Zend\Mvc\Controller\AbstractActionController;
use Zend\ServiceManager\ServiceLocatorInterface;
use Zend\Stdlib\ResponseInterface as Response;
use Zend\Stdlib\Parameters;
use Zend\View\Model\ViewModel;
use ZfcUser\Servi... | 2 | fix for redirect url seemingly getting lost after registration failure | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048531 | <NME> ZfcUserLoginWidget.php
<BEF> <?php
namespace ZfcUser\View\Helper;
use Zend\View\Helper\AbstractHelper;
use ZfcUser\Form\Login as LoginForm;
use Zend\View\Model\ViewModel;
class ZfcUserLoginWidget extends AbstractHelper
{
/**
* Login Form
* @var LoginForm
*/
protected $loginForm;
/**... | 16 | Merge pull request #147 from basz/feature/setter-to-change-view-script | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048532 | <NME> ZfcUserLoginWidget.php
<BEF> <?php
namespace ZfcUser\View\Helper;
use Zend\View\Helper\AbstractHelper;
use ZfcUser\Form\Login as LoginForm;
use Zend\View\Model\ViewModel;
class ZfcUserLoginWidget extends AbstractHelper
{
/**
* Login Form
* @var LoginForm
*/
protected $loginForm;
/**... | 16 | Merge pull request #147 from basz/feature/setter-to-change-view-script | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048533 | <NME> module.config.php
<BEF> <?php
return array(
'view_manager' => array(
'template_path_stack' => array(
'zfcuser' => __DIR__ . '/../view',
),
),
'router' => array(
'routes' => array(
'zfcuser' => array(
'sha256_rounds' => 5000, /... | 34 | Updates for new Zend\Db | 13 | .php | config | bsd-3-clause | ZF-Commons/ZfcUser |
10048534 | <NME> module.config.php
<BEF> <?php
return array(
'view_manager' => array(
'template_path_stack' => array(
'zfcuser' => __DIR__ . '/../view',
),
),
'router' => array(
'routes' => array(
'zfcuser' => array(
'sha256_rounds' => 5000, /... | 34 | Updates for new Zend\Db | 13 | .php | config | bsd-3-clause | ZF-Commons/ZfcUser |
10048535 | <NME> module.config.php
<BEF> <?php
return array(
'view_manager' => array(
'template_path_stack' => array(
'zfcuser' => __DIR__ . '/../view',
),
),
'router' => array(
'routes' => array(
'zfcuser' => array(
'type' => 'Literal',
... | 4 | Parial updates for new SM integration | 152 | .php | config | bsd-3-clause | ZF-Commons/ZfcUser |
10048536 | <NME> module.config.php
<BEF> <?php
return array(
'view_manager' => array(
'template_path_stack' => array(
'zfcuser' => __DIR__ . '/../view',
),
),
'router' => array(
'routes' => array(
'zfcuser' => array(
'type' => 'Literal',
... | 4 | Parial updates for new SM integration | 152 | .php | config | bsd-3-clause | ZF-Commons/ZfcUser |
10048537 | <NME> UserController.php
<BEF> <?php
namespace ZfcUser\Controller;
use Zend\Form\FormInterface;
use Zend\Mvc\Controller\AbstractActionController;
use Zend\ServiceManager\ServiceLocatorInterface;
use Zend\Stdlib\ResponseInterface as Response;
use Zend\Stdlib\Parameters;
use Zend\View\Model\ViewModel;
use ZfcUser\Servi... | 2 | Fix making redirect still retrievable by POST. | 3 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048538 | <NME> UserController.php
<BEF> <?php
namespace ZfcUser\Controller;
use Zend\Form\FormInterface;
use Zend\Mvc\Controller\AbstractActionController;
use Zend\ServiceManager\ServiceLocatorInterface;
use Zend\Stdlib\ResponseInterface as Response;
use Zend\Stdlib\Parameters;
use Zend\View\Model\ViewModel;
use ZfcUser\Servi... | 2 | Fix making redirect still retrievable by POST. | 3 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048539 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 17 | De-emphasize password hash settings | 17 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048540 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 17 | De-emphasize password hash settings | 17 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048541 | <NME> Module.php
<BEF> <?php
namespace ZfcUser;
use Zend\ModuleManager\Feature\ConfigProviderInterface;
use Zend\ModuleManager\Feature\ControllerPluginProviderInterface;
use Zend\ModuleManager\Feature\ControllerProviderInterface;
use Zend\ModuleManager\Feature\ServiceProviderInterface;
class Module implements
Co... | 2 | Remove duplicate entries from value of 'auth_identity_fields' config var | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048542 | <NME> Module.php
<BEF> <?php
namespace ZfcUser;
use Zend\ModuleManager\Feature\ConfigProviderInterface;
use Zend\ModuleManager\Feature\ControllerPluginProviderInterface;
use Zend\ModuleManager\Feature\ControllerProviderInterface;
use Zend\ModuleManager\Feature\ServiceProviderInterface;
class Module implements
Co... | 2 | Remove duplicate entries from value of 'auth_identity_fields' config var | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048543 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 1 | Update README.md | 1 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048544 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 1 | Update README.md | 1 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10048545 | <NME> module.config.php
<BEF> <?php
return array(
'view_manager' => array(
'template_path_stack' => array(
'zfcuser' => __DIR__ . '/../view',
),
),
'router' => array(
'routes' => array(
'zfcuser' => array(
//),
),
'controller' => array(
... | 7 | Update for SM changes in ZF2 | 3 | .php | config | bsd-3-clause | ZF-Commons/ZfcUser |
10048546 | <NME> module.config.php
<BEF> <?php
return array(
'view_manager' => array(
'template_path_stack' => array(
'zfcuser' => __DIR__ . '/../view',
),
),
'router' => array(
'routes' => array(
'zfcuser' => array(
//),
),
'controller' => array(
... | 7 | Update for SM changes in ZF2 | 3 | .php | config | bsd-3-clause | ZF-Commons/ZfcUser |
10048547 | <NME> Module.php
<BEF> <?php
namespace ZfcUser;
use Zend\ModuleManager\Feature\ConfigProviderInterface;
use Zend\ModuleManager\Feature\ControllerPluginProviderInterface;
use Zend\ModuleManager\Feature\ControllerProviderInterface;
use Zend\ModuleManager\Feature\ServiceProviderInterface;
class Module implements
Co... | 1 | Merge pull request #162 from manuakasam/patch-1 | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048548 | <NME> Module.php
<BEF> <?php
namespace ZfcUser;
use Zend\ModuleManager\Feature\ConfigProviderInterface;
use Zend\ModuleManager\Feature\ControllerPluginProviderInterface;
use Zend\ModuleManager\Feature\ControllerProviderInterface;
use Zend\ModuleManager\Feature\ServiceProviderInterface;
class Module implements
Co... | 1 | Merge pull request #162 from manuakasam/patch-1 | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10048549 | <NME> Module.php
<BEF> <?php
namespace EdpUser;
use Zend\Module\Manager,
Zend\Config\Config,
Zend\Loader\AutoloaderFactory;
class Module
class Module implements
ControllerProviderInterface,
ControllerPluginProviderInterface,
ConfigProviderInterface,
ServiceProviderInterface
{
public func... | 1 | Basic registration now works | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |