2017 © Pedro Peláez
 

library php-dev-tools

Common tools for PHP projects

image

grossberger-georg/php-dev-tools

Common tools for PHP projects

  • Saturday, June 23, 2018
  • by garfieldius
  • Repository
  • 1 Watchers
  • 0 Stars
  • 288 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 30 % Grown

The README.md

PHP Development Tools

This package contains a set of helpers I use frequently on PHP projects., (*1)

Installation

Install it with composer install --dev grossberger-georg/php-dev-tools, (*2)

Components

There are currently two helper sets in this package:, (*3)

Unit tests

The class AbstractTestCase provides two helper methods for creating unit tests:, (*4)

  1. makeMock creates a mock object of the given class without calling the constructor
  2. inject can be used to set values of non-public properties of an object, so configuring a dependency injection service for every test is not necessary

The class TYPO3TestCase extends AbstractTestCase and contains the static method setupBeforeClass which defines several constants and properties used of TYPO3 functions. By using it as the parent for test cases, most TYPO3 methods can be called without setting up an entire TYPO3 context., (*5)

Code style

There are three fixers for php-cs-fixer, (*6)

  1. GrossbergerGeorg/lower_header_comment works like the default HeaderComment fixer, except it puts the header after the namespace declaration. It also does not update the header, if it is the same, but with a different year, given the template contains the marker __YEAR__ instead of an actual year. This is useful for not updating every file in a project after every new years eve.
  2. GrossbergerGeorg/namespace_first ensures that the namespace declaration is the first statement in a PHP file, even before any comment.
  3. GrossbergerGeorg/single_empty_line ensures there are only single empty lines between statements.

License

Released under Apache License 2.0, please see the file LICENSE of this package or https://www.apache.org/licenses/LICENSE-2.0 for details., (*7)

The Versions

23/06 2018

dev-master

9999999-dev

Common tools for PHP projects

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

23/06 2018

v1.2.0

1.2.0.0

Common tools for PHP projects

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

08/03 2018

v1.1.3

1.1.3.0

Common tools for PHP projects

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

28/01 2018

v1.1.2

1.1.2.0

Common tools for PHP projects

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

27/01 2018

v1.1.1

1.1.1.0

Common tools for PHP projects

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

16/01 2018

v1.1.0

1.1.0.0

Common tools for PHP projects

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

10/09 2017

v1.0.0

1.0.0.0

Common tools for PHP projects

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires