Skip to content

This is a joke project for attendees of the PHP Craft 2015 Johannesburg to submit more pull requests

License

Notifications You must be signed in to change notification settings

johnathanmdell/phpjhb-open-bios

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpjhb-open-bios

This is a fun project intended to provide a safe environment in which to practice the mechanics of contributing to a GitHub project. It was spawn out of the PHP South Africa Conference. For more details, visit our homepage.

View this project online

The master branch is regularly rolled out to production. It can be viewed online at http://phpjhb.sinkwa.com/

Instructions

Step One

Fork this Repo

Step Two

Extend the mostertb\PhpJhbOpenBios\bios\ios\AbstractBio class as mostertb\PhpJhbOpenBios\bios\<YourName>Bio

Step Three

Implement the following methods:

  • getName()
  • getDescription()
  • getGitHubUsername()
  • getProfileImageURL() (optional)
  • getMaintainedProjects() (optional)

Step Three

Add your new Bio class to the construction of mostertb\PhpJhbOpenBios\Kernel

Step Four

Submit Pull Request

Step Five

Tweet your Pull Request @PHPSouthAfrica.

Note that these submissions are not eligible for the JetBrains License Competition, but we'd appreciate the publicity as part of the joke

Step Five

PROFIT $$

Where To Next

Now that you are one more 'OpenSource' contribution stronger, why npt go have a look at Digital Ocean's Hacktoberfest initiative.

Alternatively, have a look at the projects that the other contributors to PHPJHB Open Bios are involved in and go code with your fellow conference attendees

Running Locally

You can easily run a version of this project on your local dev environment by:

First running a composer install to generate an autoloader:

   $ composer install

Switch to the public directory

  $ cd public

Serve using the built-in PHP webserver:

  $ php -S 127.0.0.1:8000

Open the page in your web browser by going to http://127.0.0.1:8000/index.php

About

This is a joke project for attendees of the PHP Craft 2015 Johannesburg to submit more pull requests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%