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 |
|---|---|---|---|---|---|---|---|---|
10049050 | <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... | 6 | Update view helpers to pull service locator from SM | 3 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049051 | <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 | fixed possible conflict in names when checking running state | 1 | .sh | sh | mit | adlogix/docker-machine-nfs |
10049052 | <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... | 2 | fix mount issue (#64) | 2 | .sh | sh | mit | adlogix/docker-machine-nfs |
10049053 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 13 | Add captcha to register form | 7 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10049054 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 13 | Add captcha to register form | 7 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10049055 | <NME> es_ES.po
<BEF> ADDFILE
<MSG> Spanish translation
<DFF> @@ -0,0 +1,129 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: ZfcUser\n"
+"Report-Msgid-Bugs-To: zf-devteam@zend.com\n"
+"POT-Creation-Date: 2013-07-22 12:24+0300\n"
+"PO-Revision-Date: 2016-05-25 18:13-0300\n"
+"Last-Translator: Matias Iglesias <matiasiglesi... | 129 | Spanish translation | 0 | .po | po | bsd-3-clause | ZF-Commons/ZfcUser |
10049056 | <NME> es_ES.po
<BEF> ADDFILE
<MSG> Spanish translation
<DFF> @@ -0,0 +1,129 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: ZfcUser\n"
+"Report-Msgid-Bugs-To: zf-devteam@zend.com\n"
+"POT-Creation-Date: 2013-07-22 12:24+0300\n"
+"PO-Revision-Date: 2016-05-25 18:13-0300\n"
+"Last-Translator: Matias Iglesias <matiasiglesi... | 129 | Spanish translation | 0 | .po | po | bsd-3-clause | ZF-Commons/ZfcUser |
10049057 | <NME> RedirectCallbackTest.php
<BEF> <?php
namespace ZfcUserTest\Controller;
use Zend\Http\PhpEnvironment\Request;
use Zend\Http\PhpEnvironment\Response;
use Zend\Mvc\Application;
use Zend\Mvc\MvcEvent;
use Zend\Router\RouteInterface;
use Zend\Router\RouteMatch;
use ZfcUser\Controller\RedirectCallback;
use ZfcUser\Op... | 1 | Merge pull request #600 from Eye4web/missingLoginRedirectRoute | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049058 | <NME> RedirectCallbackTest.php
<BEF> <?php
namespace ZfcUserTest\Controller;
use Zend\Http\PhpEnvironment\Request;
use Zend\Http\PhpEnvironment\Response;
use Zend\Mvc\Application;
use Zend\Mvc\MvcEvent;
use Zend\Router\RouteInterface;
use Zend\Router\RouteMatch;
use ZfcUser\Controller\RedirectCallback;
use ZfcUser\Op... | 1 | Merge pull request #600 from Eye4web/missingLoginRedirectRoute | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049059 | <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 | Removed controller plugin calls to getAuthService for the hasIdentity calls as the plugin has method for this. | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049060 | <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 | Removed controller plugin calls to getAuthService for the hasIdentity calls as the plugin has method for this. | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049061 | <NME> GoogleDriveAdapterTests.php
<BEF> <?php
use Hypweb\Flysystem\GoogleDrive\GoogleDriveAdapter as Adapter;
use League\Flysystem\Config;
class StreamMock
{
public function stream_open()
{
return true;
}
}
class GoogleDriveTests extends PHPUnit_Framework_TestCase
{
// TODO: implement all unit ... | 92 | Fixes a (very unlikely to be hit) bug that'll cause a failure to up… (#55) | 5 | .php | php | mit | nao-pon/flysystem-google-drive |
10049062 | <NME> ZfcUserAuthentication.php
<BEF> <?php
namespace ZfcUser\Controller\Plugin;
use Zend\Mvc\Controller\Plugin\AbstractPlugin;
use Zend\Authentication\AuthenticationService;
use Zend\ServiceManager\ServiceLocatorInterface;
use ZfcUser\Authentication\Adapter\AdapterChain as AuthAdapter;
class ZfcUserAuthentication e... | 0 | all dependancies injected from factory - service locator removed | 24 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049063 | <NME> ZfcUserAuthentication.php
<BEF> <?php
namespace ZfcUser\Controller\Plugin;
use Zend\Mvc\Controller\Plugin\AbstractPlugin;
use Zend\Authentication\AuthenticationService;
use Zend\ServiceManager\ServiceLocatorInterface;
use ZfcUser\Authentication\Adapter\AdapterChain as AuthAdapter;
class ZfcUserAuthentication e... | 0 | all dependancies injected from factory - service locator removed | 24 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049064 | <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 |
10049065 | <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 |
10049066 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 2 | Added reference to ZfcUser wiki in README.md | 0 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10049067 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 2 | Added reference to ZfcUser wiki in README.md | 0 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10049068 | <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... | 19 | Add ascii logo to README.md | 11 | .md | md | mit | adlogix/docker-machine-nfs |
10049069 | <NME> UserHydrator.php
<BEF> <?php
namespace ZfcUser\Mapper;
use Zend\Stdlib\Hydrator\ClassMethods;
use ZfcUser\Entity\UserInterface as UserEntityInterface;
class UserHydrator extends ClassMethods
{
/**
*
* @param UserEntityInterface $object
* @return array
* @return array
* @throws Ex... | 4 | Fix CS | 5 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049070 | <NME> UserHydrator.php
<BEF> <?php
namespace ZfcUser\Mapper;
use Zend\Stdlib\Hydrator\ClassMethods;
use ZfcUser\Entity\UserInterface as UserEntityInterface;
class UserHydrator extends ClassMethods
{
/**
*
* @param UserEntityInterface $object
* @return array
* @return array
* @throws Ex... | 4 | Fix CS | 5 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049071 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 7 | Updated README.md to reflect the user state options | 0 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10049072 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 7 | Updated README.md to reflect the user state options | 0 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10049073 | <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... | 0 | Remove unused (and broken) method ZfcUser\Service\User::getByUsername | 11 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049074 | <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... | 0 | Remove unused (and broken) method ZfcUser\Service\User::getByUsername | 11 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049075 | <NME> module.config.php
<BEF> <?php
return array(
'view_manager' => array(
'template_path_stack' => array(
'zfcuser' => __DIR__ . '/../view',
),
),
'controllers' => array(
'factories' => array(
'zfcuser' => function($controllerManager){
... | 9 | Fix config alignment | 9 | .php | config | bsd-3-clause | ZF-Commons/ZfcUser |
10049076 | <NME> module.config.php
<BEF> <?php
return array(
'view_manager' => array(
'template_path_stack' => array(
'zfcuser' => __DIR__ . '/../view',
),
),
'controllers' => array(
'factories' => array(
'zfcuser' => function($controllerManager){
... | 9 | Fix config alignment | 9 | .php | config | bsd-3-clause | ZF-Commons/ZfcUser |
10049077 | <NME> AdapterChain.php
<BEF> <?php
namespace ZfcUser\Authentication\Adapter;
use Zend\Authentication\Adapter\AdapterInterface,
Zend\Authentication\Result as AuthenticationResult,
Zend\EventManager\Event,
Zend\Stdlib\RequestDescription as Request,
Zend\Stdlib\ResponseDescription as Response,
ZfcBas... | 5 | Updated to latest ZF2 master interface names | 5 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049078 | <NME> AdapterChain.php
<BEF> <?php
namespace ZfcUser\Authentication\Adapter;
use Zend\Authentication\Adapter\AdapterInterface,
Zend\Authentication\Result as AuthenticationResult,
Zend\EventManager\Event,
Zend\Stdlib\RequestDescription as Request,
Zend\Stdlib\ResponseDescription as Response,
ZfcBas... | 5 | Updated to latest ZF2 master interface names | 5 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049079 | <NME> ja_JP.po
<BEF> ADDFILE
<MSG> Merge pull request #369 from sasezaki/language_ja
add Japanese translation
<DFF> @@ -0,0 +1,129 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: ZfcUser\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-02-26 13:38+0100\n"
+"PO-Revision-Date: 2013-11-11 01:19+0900\n"
+"Last-Trans... | 129 | Merge pull request #369 from sasezaki/language_ja | 0 | .po | po | bsd-3-clause | ZF-Commons/ZfcUser |
10049080 | <NME> ja_JP.po
<BEF> ADDFILE
<MSG> Merge pull request #369 from sasezaki/language_ja
add Japanese translation
<DFF> @@ -0,0 +1,129 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: ZfcUser\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-02-26 13:38+0100\n"
+"PO-Revision-Date: 2013-11-11 01:19+0900\n"
+"Last-Trans... | 129 | Merge pull request #369 from sasezaki/language_ja | 0 | .po | po | bsd-3-clause | ZF-Commons/ZfcUser |
10049081 | <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... | 9 | Storage empty when user is not found in database | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049082 | <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... | 9 | Storage empty when user is not found in database | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049083 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 1 | Add version information to README | 1 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10049084 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 1 | Add version information to README | 1 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10049085 | <NME> UserController.php
<BEF> <?php
namespace ZfcUser\Controller;
use Zend\Form\FormInterface;
use Zend\Mvc\Controller\AbstractActionController;
use Zend\Stdlib\ResponseInterface as Response;
use Zend\Stdlib\Parameters;
use Zend\View\Model\ViewModel;
use Zend\View\Model\JsonModel;
use ZfcUser\Service\User as UserSer... | 0 | Merge pull request #77 from yanickrochon/code-cleanup-hotfix | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049086 | <NME> UserController.php
<BEF> <?php
namespace ZfcUser\Controller;
use Zend\Form\FormInterface;
use Zend\Mvc\Controller\AbstractActionController;
use Zend\Stdlib\ResponseInterface as Response;
use Zend\Stdlib\Parameters;
use Zend\View\Model\ViewModel;
use Zend\View\Model\JsonModel;
use ZfcUser\Service\User as UserSer... | 0 | Merge pull request #77 from yanickrochon/code-cleanup-hotfix | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049087 | <NME> ChangePasswordFilterTest.php
<BEF> <?php
namespace ZfcUserTest\Form;
use ZfcUser\Form\ChangePasswordFilter as Filter;
class ChangePasswordFilterTest extends \PHPUnit_Framework_TestCase
{
public function testConstruct()
{
$options = $this->getMock('ZfcUser\Options\ModuleOptions');
$optio... | 4 | Merge pull request #428 from Eye4web/validator-array_push-fix | 7 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049088 | <NME> ChangePasswordFilterTest.php
<BEF> <?php
namespace ZfcUserTest\Form;
use ZfcUser\Form\ChangePasswordFilter as Filter;
class ChangePasswordFilterTest extends \PHPUnit_Framework_TestCase
{
public function testConstruct()
{
$options = $this->getMock('ZfcUser\Options\ModuleOptions');
$optio... | 4 | Merge pull request #428 from Eye4web/validator-array_push-fix | 7 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049089 | <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 | Merge remote-tracking branch 'danielss89/config_allow_register' into master | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049090 | <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 | Merge remote-tracking branch 'danielss89/config_allow_register' into master | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049091 | <NME> schema.sqlite.sql
<BEF> ADDFILE
<MSG> Update schema file(s), added sqlite schema file
<DFF> @@ -0,0 +1,23 @@
+CREATE TABLE user
+(
+ user_id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,
+ username VARCHAR(255) DEFAULT NULL UNIQUE,
+ email VARCHAR(255) NOT NULL UNIQUE,
+ display_name... | 23 | Update schema file(s), added sqlite schema file | 0 | .sql | sqlite | bsd-3-clause | ZF-Commons/ZfcUser |
10049092 | <NME> schema.sqlite.sql
<BEF> ADDFILE
<MSG> Update schema file(s), added sqlite schema file
<DFF> @@ -0,0 +1,23 @@
+CREATE TABLE user
+(
+ user_id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,
+ username VARCHAR(255) DEFAULT NULL UNIQUE,
+ email VARCHAR(255) NOT NULL UNIQUE,
+ display_name... | 23 | Update schema file(s), added sqlite schema file | 0 | .sql | sqlite | bsd-3-clause | ZF-Commons/ZfcUser |
10049093 | <NME> module.config.php
<BEF> <?php
return array(
'user_model_class' => 'ZfcUser\Model\User',
'usermeta_model_class' => 'ZfcUser\Model\UserMeta',
'enable_registration' => true,
'auth_identity_fields' => array( 'email' ),
'enable_username' => fa... | 4 | Merge pull request #70 from adamlundrigan/hotfix/auth_identity_fields-default | 1 | .php | config | bsd-3-clause | ZF-Commons/ZfcUser |
10049094 | <NME> module.config.php
<BEF> <?php
return array(
'user_model_class' => 'ZfcUser\Model\User',
'usermeta_model_class' => 'ZfcUser\Model\UserMeta',
'enable_registration' => true,
'auth_identity_fields' => array( 'email' ),
'enable_username' => fa... | 4 | Merge pull request #70 from adamlundrigan/hotfix/auth_identity_fields-default | 1 | .php | config | bsd-3-clause | ZF-Commons/ZfcUser |
10049095 | <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... | 5 | Added redirect when already logged in user accesses login route | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049096 | <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... | 5 | Added redirect when already logged in user accesses login route | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049097 | <NME> Db.php
<BEF> <?php
namespace ZfcUser\Authentication\Adapter;
use Interop\Container\ContainerInterface;
use Zend\Authentication\Result as AuthenticationResult;
use Zend\EventManager\EventInterface;
use Zend\ServiceManager\ServiceManager;
use Zend\Crypt\Password\Bcrypt;
use Zend\Session\Container as SessionContai... | 1 | Merge pull request #512 from Eye4web/session-fix | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049098 | <NME> Db.php
<BEF> <?php
namespace ZfcUser\Authentication\Adapter;
use Interop\Container\ContainerInterface;
use Zend\Authentication\Result as AuthenticationResult;
use Zend\EventManager\EventInterface;
use Zend\ServiceManager\ServiceManager;
use Zend\Crypt\Password\Bcrypt;
use Zend\Session\Container as SessionContai... | 1 | Merge pull request #512 from Eye4web/session-fix | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049099 | <NME> InvalidArgumentException.php
<BEF> <?php
namespace ZfcUser\Validator\Exception;
class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
{}
}
<MSG> Fix Coding Standards PSR-2
- Braces
- Line feed (CRLF)
- eof_ending
- elseif
<DFF> @@ -3,4 +3,4 @@
namespace ZfcUs... | 1 | Fix Coding Standards PSR-2 | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049100 | <NME> InvalidArgumentException.php
<BEF> <?php
namespace ZfcUser\Validator\Exception;
class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
{}
}
<MSG> Fix Coding Standards PSR-2
- Braces
- Line feed (CRLF)
- eof_ending
- elseif
<DFF> @@ -3,4 +3,4 @@
namespace ZfcUs... | 1 | Fix Coding Standards PSR-2 | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049101 | <NME> DbTest.php
<BEF> ADDFILE
<MSG> Added few more tests.
Added dependency on zend-session.
<DFF> @@ -0,0 +1,101 @@
+<?php
+
+namespace ZfcUserTest\Authentication\Adapter;
+
+use ZfcUser\Authentication\Adapter\Db;
+
+class DbTest extends \PHPUnit_Framework_TestCase
+{
+ /**
+ * The object to be tested.
+ *... | 101 | Added few more tests. Added dependency on zend-session. | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049102 | <NME> DbTest.php
<BEF> ADDFILE
<MSG> Added few more tests.
Added dependency on zend-session.
<DFF> @@ -0,0 +1,101 @@
+<?php
+
+namespace ZfcUserTest\Authentication\Adapter;
+
+use ZfcUser\Authentication\Adapter\Db;
+
+class DbTest extends \PHPUnit_Framework_TestCase
+{
+ /**
+ * The object to be tested.
+ *... | 101 | Added few more tests. Added dependency on zend-session. | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049103 | <NME> Register.php
<BEF> <?php
namespace ZfcUser\Form;
use Zend\Form\Element\Captcha as Captcha;
use ZfcUser\Options\RegistrationOptionsInterface;
class Register extends Base
{
protected $captchaElement= null;
/**
* @var RegistrationOptionsInterface
*/
protected $registrationOptions;
/**
... | 2 | Merge pull request #414 from ojhaujjwal/typo | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049104 | <NME> Register.php
<BEF> <?php
namespace ZfcUser\Form;
use Zend\Form\Element\Captcha as Captcha;
use ZfcUser\Options\RegistrationOptionsInterface;
class Register extends Base
{
protected $captchaElement= null;
/**
* @var RegistrationOptionsInterface
*/
protected $registrationOptions;
/**
... | 2 | Merge pull request #414 from ojhaujjwal/typo | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049105 | <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... | 4 | move Module to src dir, small phpdoc fixes | 4 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049106 | <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... | 4 | move Module to src dir, small phpdoc fixes | 4 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049107 | <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... | 2 | - add password type outside attributes to get correct Entity | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049108 | <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... | 2 | - add password type outside attributes to get correct Entity | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049109 | <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 | Updates travuis php versions to check | 3 | .yml | travis | bsd-3-clause | ZF-Commons/ZfcUser |
10049110 | <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 | Updates travuis php versions to check | 3 | .yml | travis | bsd-3-clause | ZF-Commons/ZfcUser |
10049111 | <NME> UserTest.php
<BEF> <?php
namespace ZfcUserTest\Service;
use ZfcUser\Service\User as Service;
use Zend\Crypt\Password\Bcrypt;
class UserTest extends \PHPUnit_Framework_TestCase
{
protected $service;
protected $options;
protected $serviceManager;
protected $formHydrator;
protected $eventM... | 2 | Fix tests for zf3 integration | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049112 | <NME> UserTest.php
<BEF> <?php
namespace ZfcUserTest\Service;
use ZfcUser\Service\User as Service;
use Zend\Crypt\Password\Bcrypt;
class UserTest extends \PHPUnit_Framework_TestCase
{
protected $service;
protected $options;
protected $serviceManager;
protected $formHydrator;
protected $eventM... | 2 | Fix tests for zf3 integration | 2 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049113 | <NME> UserFactory.php
<BEF> ADDFILE
<MSG> Remove old "use" statements for ServiceManagerAwareInterface
<DFF> @@ -0,0 +1,24 @@
+<?php
+
+namespace ZfcUser\Factory\Service;
+
+use Zend\ServiceManager\FactoryInterface;
+use Zend\ServiceManager\ServiceLocatorInterface;
+use ZfcUser\Service\User;
+
+class UserFactory imple... | 24 | Remove old "use" statements for ServiceManagerAwareInterface | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049114 | <NME> UserFactory.php
<BEF> ADDFILE
<MSG> Remove old "use" statements for ServiceManagerAwareInterface
<DFF> @@ -0,0 +1,24 @@
+<?php
+
+namespace ZfcUser\Factory\Service;
+
+use Zend\ServiceManager\FactoryInterface;
+use Zend\ServiceManager\ServiceLocatorInterface;
+use ZfcUser\Service\User;
+
+class UserFactory imple... | 24 | Remove old "use" statements for ServiceManagerAwareInterface | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049115 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 3 | Update DI alias in README | 3 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10049116 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 3 | Update DI alias in README | 3 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10049117 | <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',
... | 1 | Update for SpiffyDoctrine change | 1 | .php | config | bsd-3-clause | ZF-Commons/ZfcUser |
10049118 | <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',
... | 1 | Update for SpiffyDoctrine change | 1 | .php | config | bsd-3-clause | ZF-Commons/ZfcUser |
10049119 | <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... | 7 | Added support for user state usage and regulate login based on allowed states | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049120 | <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... | 7 | Added support for user state usage and regulate login based on allowed states | 0 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049121 | <NME> zfcuser.global.php.dist
<BEF> <?php
/**
* ZfcUser Configuration
*
* If you have a ./config/autoload/ directory set up for your project, you can
* drop this config file in it and change the values as you wish.
*/
$settings = array(
/**
* Zend\Db\Adapter\Adapter DI Alias
*
* Please specify t... | 5 | PSR-2 Cleanup | 5 | .dist | global | bsd-3-clause | ZF-Commons/ZfcUser |
10049122 | <NME> zfcuser.global.php.dist
<BEF> <?php
/**
* ZfcUser Configuration
*
* If you have a ./config/autoload/ directory set up for your project, you can
* drop this config file in it and change the values as you wish.
*/
$settings = array(
/**
* Zend\Db\Adapter\Adapter DI Alias
*
* Please specify t... | 5 | PSR-2 Cleanup | 5 | .dist | global | bsd-3-clause | ZF-Commons/ZfcUser |
10049123 | <NME> UserTest.php
<BEF> <?php
namespace ZfcUserTest\Service;
use ZfcUser\Service\User as Service;
class UserTest extends \PHPUnit_Framework_TestCase
{
protected $service;
protected $options;
protected $serviceManager;
protected $formHydrator;
protected $eventManager;
protected $mapper;
... | 17 | use Bcrypt to build valid passwords | 4 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049124 | <NME> UserTest.php
<BEF> <?php
namespace ZfcUserTest\Service;
use ZfcUser\Service\User as Service;
class UserTest extends \PHPUnit_Framework_TestCase
{
protected $service;
protected $options;
protected $serviceManager;
protected $formHydrator;
protected $eventManager;
protected $mapper;
... | 17 | use Bcrypt to build valid passwords | 4 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049125 | <NME> ZfcUserIdentity.php
<BEF> <?php
namespace ZfcUser\View\Helper;
use Zend\View\Helper\AbstractHelper;
use Zend\Authentication\AuthenticationService;
class ZfcUserIdentity extends AbstractHelper
{
/**
* @var AuthenticationService
*/
protected $authService;
/**
* __invoke
*
* ... | 2 | fixed phpdoc errors and misses | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049126 | <NME> ZfcUserIdentity.php
<BEF> <?php
namespace ZfcUser\View\Helper;
use Zend\View\Helper\AbstractHelper;
use Zend\Authentication\AuthenticationService;
class ZfcUserIdentity extends AbstractHelper
{
/**
* @var AuthenticationService
*/
protected $authService;
/**
* __invoke
*
* ... | 2 | fixed phpdoc errors and misses | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049127 | <NME> UserControllerTest.php
<BEF> <?php
namespace ZfcUserTest\Controller;
use ZfcUser\Controller\UserController as Controller;
use Zend\Http\Response;
use Zend\Stdlib\Parameters;
use Zend\Stdlib\Parameters;
use Zend\ServiceManager\ServiceLocatorInterface;
use ZfcUser\Service\User as UserService;
use Zend\Form\Form;
... | 235 | Merge pull request #487 from Eye4web/1.x | 271 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049128 | <NME> UserControllerTest.php
<BEF> <?php
namespace ZfcUserTest\Controller;
use ZfcUser\Controller\UserController as Controller;
use Zend\Http\Response;
use Zend\Stdlib\Parameters;
use Zend\Stdlib\Parameters;
use Zend\ServiceManager\ServiceLocatorInterface;
use ZfcUser\Service\User as UserService;
use Zend\Form\Form;
... | 235 | Merge pull request #487 from Eye4web/1.x | 271 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049129 | <NME> RegisterTest.php
<BEF> <?php
namespace ZfcUserTest\Form;
use ZfcUser\Form\Register as Form;
class RegisterTest extends \PHPUnit_Framework_TestCase
{
public function testConstruct()
{
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
public fu... | 47 | Added Register form test | 13 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049130 | <NME> RegisterTest.php
<BEF> <?php
namespace ZfcUserTest\Form;
use ZfcUser\Form\Register as Form;
class RegisterTest extends \PHPUnit_Framework_TestCase
{
public function testConstruct()
{
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
public fu... | 47 | Added Register form test | 13 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049131 | <NME> Register.php
<BEF> <?php
namespace ZfcUser\Form;
use Zend\Form\Element\Captcha as Captcha;
use ZfcUser\Options\RegistrationOptionsInterface;
class Register extends Base
{
protected $captchaElement= null;
/**
* @var RegistrationOptionsInterface
*/
protected $registrationOptions;
/**
... | 5 | start transition to updated zend\form | 5 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049132 | <NME> Register.php
<BEF> <?php
namespace ZfcUser\Form;
use Zend\Form\Element\Captcha as Captcha;
use ZfcUser\Options\RegistrationOptionsInterface;
class Register extends Base
{
protected $captchaElement= null;
/**
* @var RegistrationOptionsInterface
*/
protected $registrationOptions;
/**
... | 5 | start transition to updated zend\form | 5 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049133 | <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... | 1 | Fix small typo (#101) | 1 | .md | md | mit | adlogix/docker-machine-nfs |
10049134 | <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 | Fixed login redirect bug. | 7 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049135 | <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 | Fixed login redirect bug. | 7 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049136 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 12 | Detailed provided DI aliases | 13 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10049137 | <NME> README.md
<BEF> ZfcUser
=======
[](https://travis-ci.org/ZF-Commons/ZfcUser)
[](https://scrutinizer-ci.com/g/ZF-Commons/ZfcUs... | 12 | Detailed provided DI aliases | 13 | .md | md | bsd-3-clause | ZF-Commons/ZfcUser |
10049138 | <NME> register.phtml
<BEF> <h1>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');
$form->setAttribute('autocomplete... | 1 | create directory structure create fr_FR.po file add translation into view scripts | 1 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10049139 | <NME> register.phtml
<BEF> <h1>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');
$form->setAttribute('autocomplete... | 1 | create directory structure create fr_FR.po file add translation into view scripts | 1 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10049140 | <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 | Fix incorrect error message after running | 1 | .sh | sh | mit | adlogix/docker-machine-nfs |
10049141 | <NME> README.md
<BEF> ADDFILE
<MSG> Create README.md
<DFF> @@ -0,0 +1,1 @@
+
| 1 | Create README.md | 0 | .md | md | mit | adlogix/docker-machine-nfs |
10049142 | <NME> RegisterTest.php
<BEF> <?php
namespace ZfcUserTest\Form;
use ZfcUser\Form\Register as Form;
class RegisterTest extends \PHPUnit_Framework_TestCase
{
public function testConstruct()
{
$options = $this->getMock('ZfcUser\Options\RegistrationOptionsInterface');
$options->expects($this->once... | 17 | - try fixing tests | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049143 | <NME> RegisterTest.php
<BEF> <?php
namespace ZfcUserTest\Form;
use ZfcUser\Form\Register as Form;
class RegisterTest extends \PHPUnit_Framework_TestCase
{
public function testConstruct()
{
$options = $this->getMock('ZfcUser\Options\RegistrationOptionsInterface');
$options->expects($this->once... | 17 | - try fixing tests | 1 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |
10049144 | <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... | 57 | Added vmware fusion support for default docker-machine NAT configuration | 31 | .sh | sh | mit | adlogix/docker-machine-nfs |
10049145 | <NME> changeemail.phtml
<BEF> <h3><?php echo sprintf($this->translate('Change Email for %s'), $this->zfcUserDisplayName()); ?></h3>
<?php if ($status === true) : ?>
<div class="alert alert-success"><?php echo $this->translate('Email address changed successfully.'); ?></div>
<?php elseif ($status === false) : ?>
<div cl... | 0 | Change email <form> tag opened twice. | 2 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10049146 | <NME> changeemail.phtml
<BEF> <h3><?php echo sprintf($this->translate('Change Email for %s'), $this->zfcUserDisplayName()); ?></h3>
<?php if ($status === true) : ?>
<div class="alert alert-success"><?php echo $this->translate('Email address changed successfully.'); ?></div>
<?php elseif ($status === false) : ?>
<div cl... | 0 | Change email <form> tag opened twice. | 2 | .phtml | phtml | bsd-3-clause | ZF-Commons/ZfcUser |
10049147 | <NME> schema.mysql.sql
<BEF> ADDFILE
<MSG> mysql specific sql file
<DFF> @@ -0,0 +1,9 @@
+CREATE TABLE `user`
+(
+ `user_id` INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
+ `username` VARCHAR(255) DEFAULT NULL UNIQUE,
+ `email` VARCHAR(255) DEFAULT NULL UNIQUE,
+ `display_name` VARC... | 9 | mysql specific sql file | 0 | .sql | mysql | bsd-3-clause | ZF-Commons/ZfcUser |
10049148 | <NME> schema.mysql.sql
<BEF> ADDFILE
<MSG> mysql specific sql file
<DFF> @@ -0,0 +1,9 @@
+CREATE TABLE `user`
+(
+ `user_id` INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
+ `username` VARCHAR(255) DEFAULT NULL UNIQUE,
+ `email` VARCHAR(255) DEFAULT NULL UNIQUE,
+ `display_name` VARC... | 9 | mysql specific sql file | 0 | .sql | mysql | bsd-3-clause | ZF-Commons/ZfcUser |
10049149 | <NME> AbstractRecord.php
<BEF> <?php
namespace ZfcUser\Validator;
use Zend\Validator\AbstractValidator,
ZfcUser\Model\Mapper\User as UserMapper;
abstract class AbstractRecord extends AbstractValidator
{
/**
* Error constants
*/
const ERROR_NO_RECORD_FOUND = 'noRecordFound';
const ERROR_RECO... | 5 | Merge remote-tracking branch 'rhutchison/master' | 5 | .php | php | bsd-3-clause | ZF-Commons/ZfcUser |