Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #1 modernize library #4

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Oct 1, 2018

  1. Issue codeplea#1 - update your utility

    * Updates the code to use PSR-2 formatting (https://www.php-fig.org/psr/psr-2/). This requires some changes to formatting of class and method names.
    * Adds composer to the project. Currently only pulls in `phpunit` as a development requirement.
    * Adds `phpunit` tests created from the `example.php` code along with testing the various exceptions that can be thrown.
    * Some code polish based on static analysis.
    traack_lcruz committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    34cb759 View commit details
    Browse the repository at this point in the history
  2. Issue codeplea#1 - update your utility

    * Rename class to `Search`, search method to `execute`, and push file into `src` directory. Give it a nice namespace to live in.
    * Update benchmark, example, and documentation to show namespace usage.
    * Add PSR-4 namespace autoload to composer.
    traack_lcruz committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    3ae023c View commit details
    Browse the repository at this point in the history
  3. Issue codeplea#1 - update your utility

    * Move benchmarking functionality into its own class.
    traack_lcruz committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    a93fcb2 View commit details
    Browse the repository at this point in the history
  4. Issue codeplea#1 - update your utility

    * Removing example PSR-4 path from composer
    traack_lcruz committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    1ef50c5 View commit details
    Browse the repository at this point in the history
  5. Issue codeplea#1 - update your utility

    * Update documentation for installation via composer
    traack_lcruz committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    ffc2ada View commit details
    Browse the repository at this point in the history
  6. Issue codeplea#1 - update your utility

    * Update documentation for installation via composer
    traack_lcruz committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    2ff7f07 View commit details
    Browse the repository at this point in the history