Skip to content

Latest commit

 

History

History
101 lines (64 loc) · 3.28 KB

File metadata and controls

101 lines (64 loc) · 3.28 KB
layout excerpt
default
Read, write and render music scores, Guitar Pro tabs and MIDI files.

PhpTabs is a PHP library for reading, writing and rendering tabs and MIDI files.

It provides direct methods to read a song name, get a list of instruments or whatever be your needs.

Phptabs is built on the top of a music stack that lets you create or modify your songs.


Features


Manual


Supported formats

PhpTabs currently supports the following file formats:

  • GuitarPro 3 (.gp3)
  • GuitarPro 4 (.gp4)
  • GuitarPro 5 (.gp5)
  • MIDI files (.mid, .midi)

Requirements

Support for PHP 7.2+ and 8.0


Contribution and Support

If you have any questions, please [open an issue]({{ site.github_repository_url }}/issues).

You want to write another parser, to fix a bug? Please open [a pull request]({{ site.github_repository_url }}).


License

PhpTabs is licensed under [LGPL2.1+]({{ site.github_repository_url }}/blob/master/LICENSE).


{% capture doc_url %}{{ site.github_doc_repository_url }}/index.md{% endcapture %} {% include edit-doc-link.html %}