2017 © Pedro Peláez
 

library php-seasons

A small utility class that returns the meteorological season from a given date.

image

jaybizzle/php-seasons

A small utility class that returns the meteorological season from a given date.

  • Thursday, September 14, 2017
  • by JayBizzle
  • Repository
  • 4 Watchers
  • 4 Stars
  • 7,183 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 3 Versions
  • 7 % Grown

The README.md

PHP Seasons

Build Status Total Downloads MIT Version StyleCI, (*1)

A small utility class that returns the meteorological season from a given date., (*2)

Installation

Run composer require jaybizzle/php-seasons dev-master or add "jaybizzle/php-seasons" :"dev-master" to your composer.json., (*3)

Usage

use Jaybizzle\Seasons;

$season = new Seasons;

// Get season from date
$season->get('1st June');
    // Output: Summer

// Get current season
$season->get();

Analytics, (*4)

The Versions

14/09 2017

dev-master

9999999-dev https://github.com/JayBizzle/PHP-Seasons/

A small utility class that returns the meteorological season from a given date.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

date season seasons

13/09 2017

v1.0.0

1.0.0.0 https://github.com/JayBizzle/PHP-Seasons/

A small utility class that returns the meteorological season from a given date.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

date season seasons

24/02 2016

dev-develop

dev-develop https://github.com/JayBizzle/PHP-Seasons/

A small utility class that returns the meteorological season from a given date.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

date season seasons