Skip to content
View milan-miscevic's full-sized avatar
Block or Report

Block or report milan-miscevic

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
milan-miscevic/README.md

Hi there 👋

$bih = new Country('Bosnia and Herzegovina')
$bihac = new City('Bihać', $bih);

$milan = new Person(
    firstName: 'Milan',
    lastName: 'Miščević',
    birthDate: new DateTimeImmutable('1985-10-11 23:00:00'),
    birthLocation: $bihac,
);

$banjaluka = new City('Banja Luka', $bih);
$milan->moveTo($banjaluka); // 1992

$turboPascal = new ProgrammingLanguage('Turbo Pascal');
$php = new ProgrammingLanguage('PHP');

$milan->learn($turboPascal); // 2001, the first programming language
$milan->learn($php); // 2003, the first web development steps

$etf = new Faculty('Faculty of Electrical Engineering', $banjaluka);
$etf->enroll($milan); // 2004
$etf->graduate($milan); // 2010, engineer's degree
$etf->graduate($milan); // 2020, master's degree

$inRecursion = new Agency('inRecursion', $banjaluka);
$milan->start($inRecursion); // 2015
$milan->close($inRecursion); // 2021

$germany = new Country('Germany');
$berlin = new City('Berlin', $germany);
$milan->moveTo($berlin); // 2021

Pinned

  1. php-skeleton php-skeleton Public template

    Starting point for other PHP projects

    PHP 3 2

  2. inert inert Public

    Mini PHP framework with basic MVC and service container support

    PHP

  3. folder folder Public

    Folder scanner

    PHP 1

  4. auto1-oss/service-api-components-bundle auto1-oss/service-api-components-bundle Public

    PHP 5 12

  5. auto1-oss/service-api-handler-bundle auto1-oss/service-api-handler-bundle Public

    PHP 3 9

  6. auto1-oss/service-api-client-bundle auto1-oss/service-api-client-bundle Public

    PHP 2 18