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

Big Update for Packagist Preparation and code Update #3

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

Commits on Apr 24, 2018

  1. Shorthand Access and Comments

    mp3file.class.php -> class.mp3file.php
    class.mp3file.php: In this commit I have added a Shorthand Function that you can get the duration just by using `MP3File::getTime("myfile.mp3")` also I have updated the code by making it look neater and added comments to different sections that I can identify their actions.
    
    composer.json: Updated the description, Added Keywords, Added License Type and Added the Repository Reference.
    
    This repos should be ready to be added to the Packagist Page with this update.
    nhalstead committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    f023637 View commit details
    Browse the repository at this point in the history
  2. Packagist Ready

    In this commit the repos should be ready for Packagist.
    
    I have moved the Code into the src folder and I have made the class aparat of the MP3File namespace and the class remains MP3File.
    
    The `composer.json` file has been updated with the PSR4 autoload method and testing was done to verify it does work.
    
    `vendor\*` was for testing.
    `vendor\test.php` has a test setup to check for the MP3File class is loaded.
    
    I've added myself as an author since I have been doing updates to the repos. It can be taken out in the end.
    nhalstead committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    c5af6d9 View commit details
    Browse the repository at this point in the history
  3. Updated Readme

    nhalstead authored Apr 24, 2018
    Configuration menu
    Copy the full SHA
    4571c50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ddd3b01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb9dfd0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68c5012 View commit details
    Browse the repository at this point in the history