diff --git a/plugins/matomo/CHANGELOG.md b/plugins/matomo/CHANGELOG.md
new file mode 100644
index 0000000..360cf49
--- /dev/null
+++ b/plugins/matomo/CHANGELOG.md
@@ -0,0 +1,34 @@
+# v1.3.0
+
+## 03/06/2021
+
+1. [](#new)
+
+ * Log php tracker errors instead of failing hard.
+
+ * Add support for client IP address blocking and a blocking cookie #2
+
+# v1.2.1
+
+## 12/31/2020
+
+1. [](#bugfix)
+ * Fixed language string to support Grav 1.7
+
+# v1.2.0
+## 12/23/2020
+
+1. [](#new)
+ * Added Grav Admin Plugin Dashboard integration
+
+# v1.1.0
+## 12/23/2020
+
+1. [](#new)
+ * Added javascript tracking support
+
+# v1.0.0
+## 12/22/2020
+
+1. [](#new)
+ * Initial release
diff --git a/plugins/matomo/LICENSE b/plugins/matomo/LICENSE
new file mode 100644
index 0000000..94a9ed0
--- /dev/null
+++ b/plugins/matomo/LICENSE
@@ -0,0 +1,674 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc.
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+ The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works. By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users. We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors. You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+ To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights. Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received. You must make sure that they, too, receive
+or can get the source code. And you must show them these terms so they
+know their rights.
+
+ Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+ For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software. For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+ Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so. This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software. The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable. Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products. If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+ Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary. To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ TERMS AND CONDITIONS
+
+ 0. Definitions.
+
+ "This License" refers to version 3 of the GNU General Public License.
+
+ "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+ "The Program" refers to any copyrightable work licensed under this
+License. Each licensee is addressed as "you". "Licensees" and
+"recipients" may be individuals or organizations.
+
+ To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy. The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+ A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+ To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy. Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+ To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies. Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+ An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License. If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+ 1. Source Code.
+
+ The "source code" for a work means the preferred form of the work
+for making modifications to it. "Object code" means any non-source
+form of a work.
+
+ A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+ The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form. A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+ The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities. However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work. For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+ The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+ The Corresponding Source for a work in source code form is that
+same work.
+
+ 2. Basic Permissions.
+
+ All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met. This License explicitly affirms your unlimited
+permission to run the unmodified Program. The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work. This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+ You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force. You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright. Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+ Conveying under any other circumstances is permitted solely under
+the conditions stated below. Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+ No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+ When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+ 4. Conveying Verbatim Copies.
+
+ You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+ You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+ 5. Conveying Modified Source Versions.
+
+ You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+ a) The work must carry prominent notices stating that you modified
+ it, and giving a relevant date.
+
+ b) The work must carry prominent notices stating that it is
+ released under this License and any conditions added under section
+ 7. This requirement modifies the requirement in section 4 to
+ "keep intact all notices".
+
+ c) You must license the entire work, as a whole, under this
+ License to anyone who comes into possession of a copy. This
+ License will therefore apply, along with any applicable section 7
+ additional terms, to the whole of the work, and all its parts,
+ regardless of how they are packaged. This License gives no
+ permission to license the work in any other way, but it does not
+ invalidate such permission if you have separately received it.
+
+ d) If the work has interactive user interfaces, each must display
+ Appropriate Legal Notices; however, if the Program has interactive
+ interfaces that do not display Appropriate Legal Notices, your
+ work need not make them do so.
+
+ A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit. Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+ 6. Conveying Non-Source Forms.
+
+ You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+ a) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by the
+ Corresponding Source fixed on a durable physical medium
+ customarily used for software interchange.
+
+ b) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by a
+ written offer, valid for at least three years and valid for as
+ long as you offer spare parts or customer support for that product
+ model, to give anyone who possesses the object code either (1) a
+ copy of the Corresponding Source for all the software in the
+ product that is covered by this License, on a durable physical
+ medium customarily used for software interchange, for a price no
+ more than your reasonable cost of physically performing this
+ conveying of source, or (2) access to copy the
+ Corresponding Source from a network server at no charge.
+
+ c) Convey individual copies of the object code with a copy of the
+ written offer to provide the Corresponding Source. This
+ alternative is allowed only occasionally and noncommercially, and
+ only if you received the object code with such an offer, in accord
+ with subsection 6b.
+
+ d) Convey the object code by offering access from a designated
+ place (gratis or for a charge), and offer equivalent access to the
+ Corresponding Source in the same way through the same place at no
+ further charge. You need not require recipients to copy the
+ Corresponding Source along with the object code. If the place to
+ copy the object code is a network server, the Corresponding Source
+ may be on a different server (operated by you or a third party)
+ that supports equivalent copying facilities, provided you maintain
+ clear directions next to the object code saying where to find the
+ Corresponding Source. Regardless of what server hosts the
+ Corresponding Source, you remain obligated to ensure that it is
+ available for as long as needed to satisfy these requirements.
+
+ e) Convey the object code using peer-to-peer transmission, provided
+ you inform other peers where the object code and Corresponding
+ Source of the work are being offered to the general public at no
+ charge under subsection 6d.
+
+ A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+ A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling. In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage. For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product. A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+ "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source. The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+ If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information. But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+ The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed. Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+ Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+ 7. Additional Terms.
+
+ "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law. If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+ When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it. (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.) You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+ Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+ a) Disclaiming warranty or limiting liability differently from the
+ terms of sections 15 and 16 of this License; or
+
+ b) Requiring preservation of specified reasonable legal notices or
+ author attributions in that material or in the Appropriate Legal
+ Notices displayed by works containing it; or
+
+ c) Prohibiting misrepresentation of the origin of that material, or
+ requiring that modified versions of such material be marked in
+ reasonable ways as different from the original version; or
+
+ d) Limiting the use for publicity purposes of names of licensors or
+ authors of the material; or
+
+ e) Declining to grant rights under trademark law for use of some
+ trade names, trademarks, or service marks; or
+
+ f) Requiring indemnification of licensors and authors of that
+ material by anyone who conveys the material (or modified versions of
+ it) with contractual assumptions of liability to the recipient, for
+ any liability that these contractual assumptions directly impose on
+ those licensors and authors.
+
+ All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10. If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term. If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+ If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+ Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+ 8. Termination.
+
+ You may not propagate or modify a covered work except as expressly
+provided under this License. Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+ However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+ Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+ Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License. If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+ 9. Acceptance Not Required for Having Copies.
+
+ You are not required to accept this License in order to receive or
+run a copy of the Program. Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance. However,
+nothing other than this License grants you permission to propagate or
+modify any covered work. These actions infringe copyright if you do
+not accept this License. Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+ 10. Automatic Licensing of Downstream Recipients.
+
+ Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License. You are not responsible
+for enforcing compliance by third parties with this License.
+
+ An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations. If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+ You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License. For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+ 11. Patents.
+
+ A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based. The
+work thus licensed is called the contributor's "contributor version".
+
+ A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version. For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+ In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement). To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+ If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients. "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+ If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+ A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License. You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+ Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+ 12. No Surrender of Others' Freedom.
+
+ If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all. For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+ 13. Use with the GNU Affero General Public License.
+
+ Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work. The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+ 14. Revised Versions of this License.
+
+ The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation. If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+ If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+ Later license versions may give you additional or different
+permissions. However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+ 15. Disclaimer of Warranty.
+
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. Limitation of Liability.
+
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+ 17. Interpretation of Sections 15 and 16.
+
+ If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+
+ Copyright (C)
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+
+Also add information on how to contact you by electronic and paper mail.
+
+ If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+ Copyright (C)
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+ You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+.
+
+ The GNU General Public License does not permit incorporating your program
+into proprietary programs. If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library. If this is what you want to do, use the GNU Lesser General
+Public License instead of this License. But first, please read
+.
diff --git a/plugins/matomo/README.md b/plugins/matomo/README.md
new file mode 100644
index 0000000..8dddafd
--- /dev/null
+++ b/plugins/matomo/README.md
@@ -0,0 +1,113 @@
+# Matomo Plugin
+
+The **Matomo** Plugin is an extension for [Grav CMS](http://github.com/getgrav/grav). It integrates Matomo analytics into Grav CMS. Unlike other plugins this supports **server side tracking** via [Matomo PHP Tracking API](https://github.com/matomo-org/matomo-php-tracker). This plugin **requires no client side Javascript** but is easier to use compared to [Matomo Log Analysis](https://matomo.org/docs/log-analytics-tool-how-to/).
+
+
+
+## Features
+
+* Easy server-side tracking
+* Matomo Dashboard integrated in Grav Admin Plugin
+* Optional Cookie tracking
+* Optional Javascript tracking
+* Grav 1.6 and 1.7 supported
+
+## Installation
+
+Installing the Matomo plugin can be done in one of three ways: The GPM (Grav Package Manager) installation method lets you quickly install the plugin with a simple terminal command, the manual method lets you do so via a zip file, and the admin method lets you do so via the Admin Plugin.
+
+### GPM Installation (Preferred)
+
+To install the plugin via the [GPM](http://learn.getgrav.org/advanced/grav-gpm), through your system's terminal (also called the command line), navigate to the root of your Grav-installation, and enter:
+
+ bin/gpm install matomo
+
+This will install the Matomo plugin into your `/user/plugins`-directory within Grav. Its files can be found under `/your/site/grav/user/plugins/matomo`.
+
+### Manual Installation
+
+To install the plugin manually, download the zip-version of this repository and unzip it under `/your/site/grav/user/plugins`. Then rename the folder to `matomo`. You can find these files on [GitHub](https://github.com/nico-hood/grav-plugin-matomo) or via [GetGrav.org](http://getgrav.org/downloads/plugins#extras).
+
+You should now have all the plugin files under
+
+ /your/site/grav/user/plugins/matomo
+
+> NOTE: This plugin is a modular component for Grav which may require other plugins to operate, please see its [blueprints.yaml-file on GitHub](https://github.com/nico-hood/grav-plugin-matomo/blob/master/blueprints.yaml).
+
+### Admin Plugin
+
+If you use the Admin Plugin, you can install the plugin directly by browsing the `Plugins`-menu and clicking on the `Add` button.
+
+## Requirements
+
+This plugin uses the [Matomo PHP Tracking API](https://github.com/matomo-org/matomo-php-tracker) which depends on the following PHP modules:
+
+- json extension (json_decode, json_encode)
+- CURL or STREAM extensions (to issue the HTTPS request to Matomo)
+
+## Configuration
+
+Before configuring this plugin, you should copy the `user/plugins/matomo/matomo.yaml` to `user/config/plugins/matomo.yaml` and only edit that copy.
+
+Here is the default configuration and an explanation of available options:
+
+```yaml
+enabled: true
+active: true
+
+# Connection settings
+matomo_url: 'https://example.tld'
+site_id: 1
+# It is recommended to set the token via the grav dotenv plugin:
+# https://github.com/Ralla/grav-plugin-dotenv
+token: ''
+
+# Privacy settings
+respect_do_not_track: true
+enable_cookies: false
+enable_javascript: false
+# Array of blocked client IP addresses for which tracking will be disabled.
+blockedIpAddresses: []
+# Array of blocked client IPv4 and/or IPv6 address ranges in the form
+# ["192.177.204.1-192.177.204.254", "2001:db8::1-2001:db8::fe", ...].
+# In addition to numerical ranges, the keywords "private", "loopback", "link-local" are recognized,
+# designating special IPv4 and IPv6 ranges (see RFCs 6890, 4193, 4291).
+blockedIpRanges: ["private", "loopback", "link-local"]
+# Name of a blocking cookie, which disables Matomo JS and PHP tracking, when set.
+blockingCookie: "blockMatomo"
+
+# Grav admin plugin dashboard settings
+# The dashboard token must only have read access:
+# https://matomo.org/docs/embed-matomo-reports/#embed-piwik-widgets-on-a-password-protected-or-private-page
+dashboard_token: ''
+# Specify a different site id for the dashboard.
+# This is useful if you have a test and production environment
+# and always want to show the production stats in the admin panel.
+dashboard_site_id: ''
+
+# Development settings
+# Enable this to add debug output about blocking reasons to the page's HTML source ('Matomo tracking blocked').
+debug: false
+```
+
+Note that if you use the Admin Plugin, a file with your configuration named matomo.yaml will be saved in the `user/config/plugins/`-folder once the configuration is saved in the Admin.
+
+It is **recommended to set the token via environment variables** and the [grav dotenv plugin](https://github.com/Ralla/grav-plugin-dotenv). Please **be aware** that the token will be currently [added to the config file](https://github.com/Ralla/grav-plugin-dotenv/issues/11) when editing the settings via the admin plugin.
+
+## Usage
+
+Simply configure your matomo host in the config and you are ready to go! Please note, that by default this plugin is **configured privacy focussed**. You and enable additional features like tracking with cookies, javascript or ignoring the "Do Not Track" header in the config. **Note:** Ignoring the "Do Not Track" header only makes sense when using the php tracker, not the javascript code. That's because the matomo instance will also evaluate the header and ignore the request.
+
+The default config will only track the visited url, ip, referrer, language, browser/user agent, country (via ip lookup, if enabled on matomo) which is similar to [Matomo Log Analysis](https://matomo.org/docs/log-analytics-tool-how-to/), just that this plugin is more easy to use, extensible and gives instant results.
+
+If you have any improvement, please do not hesitate to file an issue.
+
+## Credits
+
+* [Matomo PHP Tracking API](https://github.com/matomo-org/matomo-php-tracker)
+
+## To Do
+
+- [ ] Track events like form submissions with an additional form action
+- [ ] Add twig templates/css to also track impressions of objects via tracking pixel and mouseover
+
diff --git a/plugins/matomo/admin/pages/matomo.md b/plugins/matomo/admin/pages/matomo.md
new file mode 100644
index 0000000..344a87b
--- /dev/null
+++ b/plugins/matomo/admin/pages/matomo.md
@@ -0,0 +1,8 @@
+---
+title: Matomo Statistics
+
+access:
+ admin.matomo: true
+ admin.super: true
+---
+
diff --git a/plugins/matomo/admin/templates/matomo.html.twig b/plugins/matomo/admin/templates/matomo.html.twig
new file mode 100644
index 0000000..a1246db
--- /dev/null
+++ b/plugins/matomo/admin/templates/matomo.html.twig
@@ -0,0 +1,31 @@
+{% extends 'partials/base.html.twig' %}
+
+{% block stylesheets %}
+ {{ parent() }}
+
+{% endblock %}
+
+{% block titlebar %}
+ {{ "PLUGIN_MATOMO.DASHBOARD_HEADLINE"|t }}
+{% endblock %}
+
+{% block content %}
+{% endblock %}
+
+{% block content_wrapper %}
+
+{% endblock %}
diff --git a/plugins/matomo/blueprints.yaml b/plugins/matomo/blueprints.yaml
new file mode 100644
index 0000000..658d724
--- /dev/null
+++ b/plugins/matomo/blueprints.yaml
@@ -0,0 +1,160 @@
+name: Matomo
+slug: matomo
+type: plugin
+version: 1.2.1
+description: Integrate Matomo analytics into Grav CMS
+icon: bar-chart
+author:
+ name: NicoHood
+ email: grav@nicohood.de
+homepage: https://github.com/NicoHood/grav-plugin-matomo
+keywords: grav, plugin, matomo, piwik, tracking, analytics, log, visitor, count
+bugs: https://github.com/NicoHood/grav-plugin-matomo/issues
+docs: https://github.com/NicoHood/grav-plugin-matomo/blob/develop/README.md
+license: GPL3
+
+dependencies:
+ - { name: grav, version: '>=1.6.0' }
+
+form:
+ validation: loose
+ fields:
+ enabled:
+ type: toggle
+ label: PLUGIN_ADMIN.PLUGIN_STATUS
+ highlight: 1
+ default: 0
+ options:
+ 1: PLUGIN_ADMIN.ENABLED
+ 0: PLUGIN_ADMIN.DISABLED
+ validate:
+ type: bool
+
+ connection:
+ type: section
+ title: PLUGIN_MATOMO.CONNECTION
+
+ fields:
+ matomo_url:
+ type: text
+ placeholder: 'https://example.tld'
+ label: PLUGIN_MATOMO.MATOMO_URL
+ help: PLUGIN_MATOMO.MATOMO_URL_HELP
+ validate:
+ required: true
+
+ site_id:
+ type: number
+ placeholder: '1'
+ default: 1
+ label: PLUGIN_MATOMO.SITE_ID
+ help: PLUGIN_MATOMO.SITE_ID_HELP
+ validate:
+ min: 1
+ required: true
+
+ token:
+ type: text
+ label: PLUGIN_MATOMO.MATOMO_TOKEN
+ help: PLUGIN_MATOMO.MATOMO_TOKEN_HELP
+ validate:
+ required: true
+
+ privacy:
+ type: section
+ title: PLUGIN_MATOMO.PRIVACY
+
+ fields:
+ respect_do_not_track:
+ type: toggle
+ label: PLUGIN_MATOMO.RESPECT_DO_NOT_TRACK
+ help: PLUGIN_MATOMO.RESPECT_DO_NOT_TRACK_HELP
+ highlight: 1
+ default: 1
+ options:
+ 1: PLUGIN_ADMIN.ENABLED
+ 0: PLUGIN_ADMIN.DISABLED
+ validate:
+ type: bool
+
+ enable_cookies:
+ type: toggle
+ label: PLUGIN_MATOMO.ENABLE_COOKIES
+ help: PLUGIN_MATOMO.ENABLE_COOKIES_HELP
+ highlight: 1
+ default: 0
+ options:
+ 1: PLUGIN_ADMIN.ENABLED
+ 0: PLUGIN_ADMIN.DISABLED
+ validate:
+ type: bool
+
+ enable_javascript:
+ type: toggle
+ label: PLUGIN_MATOMO.ENABLE_JAVASCRIPT
+ help: PLUGIN_MATOMO.ENABLE_JAVASCRIPT_HELP
+ highlight: 1
+ default: 0
+ options:
+ 1: PLUGIN_ADMIN.ENABLED
+ 0: PLUGIN_ADMIN.DISABLED
+ validate:
+ type: bool
+
+ blockedIpAddresses:
+ type: array
+ size: large
+ label: PLUGIN_MATOMO.BLOCKED_IP_ADDRESSES
+ help: PLUGIN_MATOMO.BLOCKED_IP_ADDRESSES_HELP
+ placeholder_value: PLUGIN_MATOMO.BLOCKED_IP_ADDRESSES_VALUE
+ value_only: true
+
+ blockedIpRanges:
+ type: array
+ size: large
+ label: PLUGIN_MATOMO.BLOCKED_IP_RANGES
+ help: PLUGIN_MATOMO.BLOCKED_IP_RANGES_HELP
+ placeholder_value: PLUGIN_MATOMO.BLOCKED_IP_RANGES_VALUE
+ value_only: true
+
+ blockingCookie:
+ type: text
+ label: PLUGIN_MATOMO.BLOCKING_COOKIE
+ help: PLUGIN_MATOMO.BLOCKING_COOKIE_HELP
+ size: small
+ default: "blockMatomo"
+
+ dashboard:
+ type: section
+ title: PLUGIN_MATOMO.DASHBOARD
+
+ fields:
+ dashboard_token:
+ type: text
+ label: PLUGIN_MATOMO.DASHBOARD_TOKEN
+ help: PLUGIN_MATOMO.DASHBOARD_TOKEN_HELP
+
+ dashboard_site_id:
+ type: number
+ placeholder: '1'
+ label: PLUGIN_MATOMO.DASHBOARD_SITE_ID
+ help: PLUGIN_MATOMO.DASHBOARD_SITE_ID_HELP
+ validate:
+ min: 1
+
+ development:
+ type: section
+ title: PLUGIN_MATOMO.DEVELOPMENT
+
+ fields:
+ debug:
+ type: toggle
+ label: PLUGIN_MATOMO.ENABLE_DEBUG
+ help: PLUGIN_MATOMO.ENABLE_DEBUG_HELP
+ highlight: 1
+ default: 0
+ options:
+ 1: PLUGIN_ADMIN.ENABLED
+ 0: PLUGIN_ADMIN.DISABLED
+ validate:
+ type: bool
diff --git a/plugins/matomo/composer.json b/plugins/matomo/composer.json
new file mode 100644
index 0000000..3b0ac66
--- /dev/null
+++ b/plugins/matomo/composer.json
@@ -0,0 +1,30 @@
+{
+ "name": "nicohood/matomo",
+ "type": "grav-plugin",
+ "description": "Integrate Matomo analytics into Grav CMS",
+ "keywords": ["plugin"],
+ "homepage": "https://github.com/NicoHood/grav-plugin-matomo",
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "NicoHood",
+ "email": "grav@nicohood.de",
+ "role": "Developer"
+ }
+ ],
+ "require": {
+ "php": ">=7.1.3",
+ "matomo/matomo-php-tracker": "^3.0"
+ },
+ "autoload": {
+ "psr-4": {
+ "Grav\\Plugin\\Matomo\\": "classes/"
+ },
+ "classmap": ["matomo.php"]
+ },
+ "config": {
+ "platform": {
+ "php": "7.1.3"
+ }
+ }
+}
diff --git a/plugins/matomo/composer.lock b/plugins/matomo/composer.lock
new file mode 100644
index 0000000..1d1da1d
--- /dev/null
+++ b/plugins/matomo/composer.lock
@@ -0,0 +1,80 @@
+{
+ "_readme": [
+ "This file locks the dependencies of your project to a known state",
+ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
+ "This file is @generated automatically"
+ ],
+ "content-hash": "20c56b2d297a150d69bc1ea22e28ef31",
+ "packages": [
+ {
+ "name": "matomo/matomo-php-tracker",
+ "version": "3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/matomo-org/matomo-php-tracker.git",
+ "reference": "31e2b0bdf479c6fc00758228d2c6d7c85c1863a0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/matomo-org/matomo-php-tracker/zipball/31e2b0bdf479c6fc00758228d2c6d7c85c1863a0",
+ "reference": "31e2b0bdf479c6fc00758228d2c6d7c85c1863a0",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "php": ">=5.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.3"
+ },
+ "suggest": {
+ "ext-curl": "Using this extension to issue the HTTPS request to Matomo"
+ },
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "."
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-2-Clause"
+ ],
+ "authors": [
+ {
+ "name": "The Matomo Team",
+ "email": "hello@matomo.org",
+ "homepage": "https://matomo.org/team/"
+ }
+ ],
+ "description": "PHP Client for Matomo Analytics Tracking API",
+ "homepage": "https://matomo.org",
+ "keywords": [
+ "analytics",
+ "matomo",
+ "piwik",
+ "tracker"
+ ],
+ "support": {
+ "forum": "https://forum.matomo.org/",
+ "issues": "https://github.com/matomo-org/matomo-php-tracker/issues",
+ "source": "https://github.com/matomo-org/matomo-php-tracker"
+ },
+ "time": "2020-11-21T05:20:05+00:00"
+ }
+ ],
+ "packages-dev": [],
+ "aliases": [],
+ "minimum-stability": "stable",
+ "stability-flags": [],
+ "prefer-stable": false,
+ "prefer-lowest": false,
+ "platform": {
+ "php": ">=7.1.3"
+ },
+ "platform-dev": [],
+ "platform-overrides": {
+ "php": "7.1.3"
+ },
+ "plugin-api-version": "2.0.0"
+}
diff --git a/plugins/matomo/languages.yaml b/plugins/matomo/languages.yaml
new file mode 100644
index 0000000..3091108
--- /dev/null
+++ b/plugins/matomo/languages.yaml
@@ -0,0 +1,33 @@
+en:
+ PLUGIN_MATOMO:
+ CONNECTION: 'Connection'
+ MATOMO_URL: 'Matomo URL'
+ MATOMO_URL_HELP: 'The URL of your matomo installation'
+ SITE_ID: 'Site Id'
+ SITE_ID_HELP: 'If you measure several websites you must specify the site id. See https://matomo.org/faq/general/faq_19212/'
+ MATOMO_TOKEN: 'Matomo Token'
+ MATOMO_TOKEN_HELP: 'The authentication token of Matomo. See https://matomo.org/faq/general/faq_114/'
+ PRIVACY: 'Privacy'
+ RESPECT_DO_NOT_TRACK: 'Respect "Do Not Track" browser setting'
+ RESPECT_DO_NOT_TRACK_HELP: 'If the browser sends a "Do Not Track" header, the visit will not be counted.'
+ ENABLE_COOKIES: 'Enable Cookies'
+ ENABLE_COOKIES_HELP: 'Can be used to set cookies for better user tracking. Note that this may require an additional cookie banner to be GDPR/DSGVO compliant.'
+ ENABLE_JAVASCRIPT: 'Enable Javascript'
+ ENABLE_JAVASCRIPT_HELP: 'Enable client side tracking via javascript rather than the server side php tracker.'
+ BLOCKED_IP_ADDRESSES: "Blocked Client IP Addresses"
+ BLOCKED_IP_ADDRESSES_HELP: "Disables Matomo tracking for clients on the given IP addresses."
+ BLOCKED_IP_ADDRESSES_VALUE: "IP address"
+ BLOCKED_IP_RANGES: "Blocked Client IP Address Ranges"
+ BLOCKED_IP_RANGES_HELP: "Disables Matomo tracking for clients on the given IPv4 or IPv6 address ranges."
+ BLOCKED_IP_RANGES_VALUE: "IP range (e.g. '10.4.3.1-10.4.3.20'), or 'private', 'loopback', or 'link-local'"
+ BLOCKING_COOKIE: "Blocking Cookie"
+ BLOCKING_COOKIE_HELP: "Name of a blocking cookie, which disables Matomo tracking, when set."
+ DASHBOARD_HEADLINE: 'Matomo Dashboard'
+ DASHBOARD: 'Dashboard'
+ DASHBOARD_SITE_ID: 'Dashboard Site Id'
+ DASHBOARD_SITE_ID_HELP: 'Optional Side Id to show in Dashboard. Defaults to the tracked site id.'
+ DASHBOARD_TOKEN: 'Dashboard Token'
+ DASHBOARD_TOKEN_HELP: 'To use the dashboard you must add a new user with only read access: https://matomo.org/docs/embed-matomo-reports/#embed-piwik-widgets-on-a-password-protected-or-private-page'
+ DEVELOPMENT: 'Development'
+ ENABLE_DEBUG: 'Enable Debug Output'
+ ENABLE_DEBUG_HELP: "Enable this to add debug output about blocking reasons to the page's HTML source."
diff --git a/plugins/matomo/matomo.php b/plugins/matomo/matomo.php
new file mode 100644
index 0000000..737e055
--- /dev/null
+++ b/plugins/matomo/matomo.php
@@ -0,0 +1,242 @@
+ [
+ ['autoload', 100000], // TODO: Remove when plugin requires Grav >=1.7
+ ['onPluginsInitialized', 0]
+ ]
+ ];
+ }
+
+ /**
+ * Composer autoload.
+ *is
+ * @return ClassLoader
+ */
+ public function autoload(): ClassLoader
+ {
+ return require __DIR__ . '/vendor/autoload.php';
+ }
+
+ /**
+ * Initialize the plugin
+ */
+ public function onPluginsInitialized(): void
+ {
+ // Don't proceed if we are in the admin plugin
+ if ($this->isAdmin()) {
+ if ($this->grav['config']->get('plugins.matomo.dashboard_token')) {
+ $this->enable([
+ 'onTwigTemplatePaths' => ['onTwigAdminTemplatePaths', 0],
+ 'onAdminMenu' => ['onAdminMenu', 0]
+ ]);
+ }
+
+ return;
+ }
+
+ // Enable the main events we are interested in
+ $this->enable([
+ 'onPageInitialized' => ['onPageInitialized', 0],
+ 'onTwigTemplatePaths' => ['onTwigTemplatePaths', 0]
+ ]);
+ }
+
+ /**
+ * Add plugin templates path
+ */
+ public function onTwigAdminTemplatePaths()
+ {
+ $this->grav['twig']->twig_paths[] = __DIR__ . '/admin/templates';
+ }
+
+ /**
+ * Add navigation item to the admin plugin
+ */
+ public function onAdminMenu()
+ {
+ $this->grav['twig']->plugins_hooked_nav['Matomo'] = ['route' => 'matomo', 'icon' => 'fa-bar-chart'];
+ }
+
+ public function onPageInitialized(Event $event)
+ {
+ $page = $event['page'];
+
+ // Merge configs and then check for the active flag per page
+ $config = $this->mergeConfig($page);
+ if (!$config->get('active', true)) {
+ $this->documentBlockingReason("Plugin is not active for this page.");
+ return;
+ }
+
+ // Check if client set "Do Not Track" header
+ // NOTE: Ignoring the header only works for php tracking, not for javascript tracking.
+ // That's because the matomo instance will also evaluate the header and ignore the request.
+ if ($config->get('respect_do_not_track', true)) {
+ if (isset($_SERVER['HTTP_DNT']) && $_SERVER['HTTP_DNT'] == 1) {
+ $this->documentBlockingReason("Client requests 'DO NOT TRACK'.");
+ return;
+ }
+ }
+
+ // Don't proceed if a blocking cookie is set
+ $blockingCookieName = $config->get('blockingCookie');
+ if (!empty($blockingCookieName) && !empty($_COOKIE[$blockingCookieName])) {
+ $this->documentBlockingReason("Blocking cookie \"$blockingCookieName\" is set.");
+ return;
+ }
+
+ // Don't proceed if the IP address is blocked
+ if (in_array($_SERVER['REMOTE_ADDR'], $config->get('blockedIpAddresses', []))) {
+ $this->documentBlockingReason("Client ip " . $_SERVER['REMOTE_ADDR'] . " is in blockedIps.");
+ return;
+ }
+
+ // Don't proceed if the IP address is within a blocked range
+ foreach ($config->get('blockedIpRanges', []) as $blockedIpRange) {
+ if ($this->inIPAddressRange($this->packedIPAddress($_SERVER['REMOTE_ADDR']), $blockedIpRange)) {
+ $this->documentBlockingReason("Client ip " . $_SERVER['REMOTE_ADDR'] . " is in range \"" . $blockedIpRange . "\".");
+ return;
+ }
+ }
+
+ $matomo_url = $config->get('matomo_url');
+ $site_id = $config->get('site_id');
+ $token = $config->get('token');
+
+ if (!$matomo_url || !$site_id || !$token || $matomo_url === 'https://example.tld') {
+ $this->documentBlockingReason('Invalid Matomo configuration detected.');
+ return;
+ }
+
+ // Add javascript tracking code (and disable php tracker to avoid duplicate entries)
+ if ($config->get('enable_javascript', false)) {
+ $matomo_js = $this->grav['twig']->processTemplate('js/matomo.js.twig');
+ $this->grav['assets']->addInlineJs($matomo_js,
+ [
+ 'type' => 'text/javascript',
+ 'priority' => 0,
+ 'position' => 'after'
+ ]);
+ return;
+ }
+
+ // Matomo object
+ $matomoTracker = new MatomoTracker((int)$site_id, $matomo_url);
+
+ // Optionally enable cookies
+ if (!$config->get('enable_cookies', false)) {
+ $matomoTracker->disableCookieSupport();
+ }
+
+ // Set authentication token
+ $matomoTracker->setTokenAuth($token);
+
+ // Track page view
+ // NOTE: Url, Ip, Referrer, Browser Language and UserAgent is set by the API automatically
+ // TODO return value is currently useless: https://github.com/matomo-org/matomo-php-tracker/issues/85
+ try {
+ $ret = $matomoTracker->doTrackPageView($page->title());
+ }
+ catch (\RuntimeException $e) {
+ $this->grav['log']->error('Error tracking page view via Matomo: ' . $e->getMessage());
+ }
+ }
+
+ /**
+ * Add templates directory to twig lookup paths.
+ */
+ public function onTwigTemplatePaths()
+ {
+ $this->grav['twig']->twig_paths[] = __DIR__ . '/templates';
+ }
+
+ /**
+ * Documents the reason for blocking Matomo tracking in a JavaScript comment
+ * @param string $reason
+ */
+ private function documentBlockingReason(string $reason)
+ {
+ if ($this->config->get('plugins.matomo.debug', false)) {
+ $this->grav['assets']->addInlineJs("/* Matomo tracking blocked, reason: $reason */");
+ }
+ }
+
+ /**
+ * Returns a packed IP address which can be directly compared to another packed IP address
+ * @param string $humanReadableIPAddress IPv4 or IPv6 address in human-readable notation
+ * @return string (16 byte packed representation)
+ */
+ private function packedIPAddress(string $humanReadableIPAddress): string
+ {
+ $result = inet_pton($humanReadableIPAddress);
+
+ if ($result == false) {
+ return $this->packedIPAddress('::0');
+ }
+ // IPv6 native
+ elseif (strlen($result) == 16) {
+ return $result;
+ }
+ // IPv4, expanded to IPv6 compatible length
+ else {
+ return "\0\0\0\0\0\0\0\0\0\0\0\0" . $result;
+ }
+ }
+
+ /**
+ * Returns true if a packed IP address is within the specified address range
+ * @param string $packedAddress
+ * @param string $range
+ * @return bool
+ * @noinspection SpellCheckingInspection
+ */
+ private function inIPAddressRange(string $packedAddress, string $range): bool
+ {
+ if ($range === 'private') { // RFC 6890, RFC 4193
+ return ($this->inIPAddressRange($packedAddress, "10.0.0.0-10.255.255.255")
+ || $this->inIPAddressRange($packedAddress, "172.16.0.0-172.31.255.255")
+ || $this->inIPAddressRange($packedAddress, "192.168.0.0-192.168.255.255")
+ || $this->inIPAddressRange($packedAddress, "fc00::-fdff:ffff:ffff:ffff:ffff:ffff:ffff:ffff"));
+ } elseif ($range === 'loopback') { // RFC 6890
+ return ($this->inIPAddressRange($packedAddress, "127.0.0.1-127.255.255.255")
+ || $this->inIPAddressRange($packedAddress, "::1-::1"));
+ } elseif ($range === 'link-local') { // RFC 6890, RFC 4291
+ return ($this->inIPAddressRange($packedAddress, "169.254.0.0-169.254.255.255")
+ || $this->inIPAddressRange($packedAddress, "fe80::-febf:ffff:ffff:ffff:ffff:ffff:ffff:ffff"));
+ } else {
+ $rangeLimits = explode('-', $range);
+ if (count($rangeLimits) == 2) {
+ $lowerLimit = $this->packedIPAddress($rangeLimits[0]);
+ $upperLimit = $this->packedIPAddress($rangeLimits[1]);
+ return $lowerLimit <= $packedAddress && $packedAddress <= $upperLimit;
+ }
+ }
+
+ return false;
+ }
+}
diff --git a/plugins/matomo/matomo.yaml b/plugins/matomo/matomo.yaml
new file mode 100644
index 0000000..fde6e48
--- /dev/null
+++ b/plugins/matomo/matomo.yaml
@@ -0,0 +1,36 @@
+enabled: true
+active: true
+
+# Connection settings
+matomo_url: 'https://example.tld'
+site_id: 1
+# It is recommended to set the token via the grav dotenv plugin:
+# https://github.com/Ralla/grav-plugin-dotenv
+token: ''
+
+# Privacy settings
+respect_do_not_track: true
+enable_cookies: false
+enable_javascript: false
+# Array of blocked client IP addresses for which tracking will be disabled.
+blockedIpAddresses: []
+# Array of blocked client IPv4 and/or IPv6 address ranges in the form
+# ["192.177.204.1-192.177.204.254", "2001:db8::1-2001:db8::fe", ...].
+# In addition to numerical ranges, the keywords "private", "loopback", "link-local" are recognized,
+# designating special IPv4 and IPv6 ranges (see RFCs 6890, 4193, 4291).
+blockedIpRanges: ["private", "loopback", "link-local"]
+# Name of a blocking cookie, which disables Matomo JS and PHP tracking, when set.
+blockingCookie: "blockMatomo"
+
+# Grav admin plugin dashboard settings
+# The dashboard token must only have read access:
+# https://matomo.org/docs/embed-matomo-reports/#embed-piwik-widgets-on-a-password-protected-or-private-page
+dashboard_token: ''
+# Specify a different site id for the dashboard.
+# This is useful if you have a test and production environment
+# and always want to show the production stats in the admin panel.
+dashboard_site_id: ''
+
+# Development settings
+# Enable this to add debug output about blocking reasons to the page's HTML source ('Matomo tracking blocked').
+debug: false
diff --git a/plugins/matomo/templates/js/matomo.js.twig b/plugins/matomo/templates/js/matomo.js.twig
new file mode 100644
index 0000000..c5242a4
--- /dev/null
+++ b/plugins/matomo/templates/js/matomo.js.twig
@@ -0,0 +1,19 @@
+{# https://developer.matomo.org/guides/tracking-javascript-guide #}
+{% autoescape 'js' %}
+// Matomo
+var _paq = window._paq = window._paq || [];
+{# tracker methods like "setCustomDimension" should be called before "trackPageView" #}
+{% if not config.plugins.matomo.enable_cookies %}
+_paq.push(['disableCookies']);
+{% endif %}
+_paq.push(['trackPageView']);
+_paq.push(['enableLinkTracking']);
+(function() {
+ var u="//{{ config.plugins.matomo.matomo_url|replace({'https://': '', 'https://': ''})|trim|rtrim('/') }}/";
+ _paq.push(['setTrackerUrl', u+'matomo.php']);
+ _paq.push(['setSiteId', {{ config.plugins.matomo.site_id }}]);
+ var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
+ g.type='text/javascript'; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
+})();
+// End Matomo Code
+{% endautoescape %}
diff --git a/plugins/matomo/vendor/autoload.php b/plugins/matomo/vendor/autoload.php
new file mode 100644
index 0000000..cc7cc6c
--- /dev/null
+++ b/plugins/matomo/vendor/autoload.php
@@ -0,0 +1,7 @@
+
+ * Jordi Boggiano
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+namespace Composer\Autoload;
+
+/**
+ * ClassLoader implements a PSR-0, PSR-4 and classmap class loader.
+ *
+ * $loader = new \Composer\Autoload\ClassLoader();
+ *
+ * // register classes with namespaces
+ * $loader->add('Symfony\Component', __DIR__.'/component');
+ * $loader->add('Symfony', __DIR__.'/framework');
+ *
+ * // activate the autoloader
+ * $loader->register();
+ *
+ * // to enable searching the include path (eg. for PEAR packages)
+ * $loader->setUseIncludePath(true);
+ *
+ * In this example, if you try to use a class in the Symfony\Component
+ * namespace or one of its children (Symfony\Component\Console for instance),
+ * the autoloader will first look for the class under the component/
+ * directory, and it will then fallback to the framework/ directory if not
+ * found before giving up.
+ *
+ * This class is loosely based on the Symfony UniversalClassLoader.
+ *
+ * @author Fabien Potencier
+ * @author Jordi Boggiano
+ * @see https://www.php-fig.org/psr/psr-0/
+ * @see https://www.php-fig.org/psr/psr-4/
+ */
+class ClassLoader
+{
+ // PSR-4
+ private $prefixLengthsPsr4 = array();
+ private $prefixDirsPsr4 = array();
+ private $fallbackDirsPsr4 = array();
+
+ // PSR-0
+ private $prefixesPsr0 = array();
+ private $fallbackDirsPsr0 = array();
+
+ private $useIncludePath = false;
+ private $classMap = array();
+ private $classMapAuthoritative = false;
+ private $missingClasses = array();
+ private $apcuPrefix;
+
+ public function getPrefixes()
+ {
+ if (!empty($this->prefixesPsr0)) {
+ return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
+ }
+
+ return array();
+ }
+
+ public function getPrefixesPsr4()
+ {
+ return $this->prefixDirsPsr4;
+ }
+
+ public function getFallbackDirs()
+ {
+ return $this->fallbackDirsPsr0;
+ }
+
+ public function getFallbackDirsPsr4()
+ {
+ return $this->fallbackDirsPsr4;
+ }
+
+ public function getClassMap()
+ {
+ return $this->classMap;
+ }
+
+ /**
+ * @param array $classMap Class to filename map
+ */
+ public function addClassMap(array $classMap)
+ {
+ if ($this->classMap) {
+ $this->classMap = array_merge($this->classMap, $classMap);
+ } else {
+ $this->classMap = $classMap;
+ }
+ }
+
+ /**
+ * Registers a set of PSR-0 directories for a given prefix, either
+ * appending or prepending to the ones previously set for this prefix.
+ *
+ * @param string $prefix The prefix
+ * @param array|string $paths The PSR-0 root directories
+ * @param bool $prepend Whether to prepend the directories
+ */
+ public function add($prefix, $paths, $prepend = false)
+ {
+ if (!$prefix) {
+ if ($prepend) {
+ $this->fallbackDirsPsr0 = array_merge(
+ (array) $paths,
+ $this->fallbackDirsPsr0
+ );
+ } else {
+ $this->fallbackDirsPsr0 = array_merge(
+ $this->fallbackDirsPsr0,
+ (array) $paths
+ );
+ }
+
+ return;
+ }
+
+ $first = $prefix[0];
+ if (!isset($this->prefixesPsr0[$first][$prefix])) {
+ $this->prefixesPsr0[$first][$prefix] = (array) $paths;
+
+ return;
+ }
+ if ($prepend) {
+ $this->prefixesPsr0[$first][$prefix] = array_merge(
+ (array) $paths,
+ $this->prefixesPsr0[$first][$prefix]
+ );
+ } else {
+ $this->prefixesPsr0[$first][$prefix] = array_merge(
+ $this->prefixesPsr0[$first][$prefix],
+ (array) $paths
+ );
+ }
+ }
+
+ /**
+ * Registers a set of PSR-4 directories for a given namespace, either
+ * appending or prepending to the ones previously set for this namespace.
+ *
+ * @param string $prefix The prefix/namespace, with trailing '\\'
+ * @param array|string $paths The PSR-4 base directories
+ * @param bool $prepend Whether to prepend the directories
+ *
+ * @throws \InvalidArgumentException
+ */
+ public function addPsr4($prefix, $paths, $prepend = false)
+ {
+ if (!$prefix) {
+ // Register directories for the root namespace.
+ if ($prepend) {
+ $this->fallbackDirsPsr4 = array_merge(
+ (array) $paths,
+ $this->fallbackDirsPsr4
+ );
+ } else {
+ $this->fallbackDirsPsr4 = array_merge(
+ $this->fallbackDirsPsr4,
+ (array) $paths
+ );
+ }
+ } elseif (!isset($this->prefixDirsPsr4[$prefix])) {
+ // Register directories for a new namespace.
+ $length = strlen($prefix);
+ if ('\\' !== $prefix[$length - 1]) {
+ throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
+ }
+ $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length;
+ $this->prefixDirsPsr4[$prefix] = (array) $paths;
+ } elseif ($prepend) {
+ // Prepend directories for an already registered namespace.
+ $this->prefixDirsPsr4[$prefix] = array_merge(
+ (array) $paths,
+ $this->prefixDirsPsr4[$prefix]
+ );
+ } else {
+ // Append directories for an already registered namespace.
+ $this->prefixDirsPsr4[$prefix] = array_merge(
+ $this->prefixDirsPsr4[$prefix],
+ (array) $paths
+ );
+ }
+ }
+
+ /**
+ * Registers a set of PSR-0 directories for a given prefix,
+ * replacing any others previously set for this prefix.
+ *
+ * @param string $prefix The prefix
+ * @param array|string $paths The PSR-0 base directories
+ */
+ public function set($prefix, $paths)
+ {
+ if (!$prefix) {
+ $this->fallbackDirsPsr0 = (array) $paths;
+ } else {
+ $this->prefixesPsr0[$prefix[0]][$prefix] = (array) $paths;
+ }
+ }
+
+ /**
+ * Registers a set of PSR-4 directories for a given namespace,
+ * replacing any others previously set for this namespace.
+ *
+ * @param string $prefix The prefix/namespace, with trailing '\\'
+ * @param array|string $paths The PSR-4 base directories
+ *
+ * @throws \InvalidArgumentException
+ */
+ public function setPsr4($prefix, $paths)
+ {
+ if (!$prefix) {
+ $this->fallbackDirsPsr4 = (array) $paths;
+ } else {
+ $length = strlen($prefix);
+ if ('\\' !== $prefix[$length - 1]) {
+ throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
+ }
+ $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length;
+ $this->prefixDirsPsr4[$prefix] = (array) $paths;
+ }
+ }
+
+ /**
+ * Turns on searching the include path for class files.
+ *
+ * @param bool $useIncludePath
+ */
+ public function setUseIncludePath($useIncludePath)
+ {
+ $this->useIncludePath = $useIncludePath;
+ }
+
+ /**
+ * Can be used to check if the autoloader uses the include path to check
+ * for classes.
+ *
+ * @return bool
+ */
+ public function getUseIncludePath()
+ {
+ return $this->useIncludePath;
+ }
+
+ /**
+ * Turns off searching the prefix and fallback directories for classes
+ * that have not been registered with the class map.
+ *
+ * @param bool $classMapAuthoritative
+ */
+ public function setClassMapAuthoritative($classMapAuthoritative)
+ {
+ $this->classMapAuthoritative = $classMapAuthoritative;
+ }
+
+ /**
+ * Should class lookup fail if not found in the current class map?
+ *
+ * @return bool
+ */
+ public function isClassMapAuthoritative()
+ {
+ return $this->classMapAuthoritative;
+ }
+
+ /**
+ * APCu prefix to use to cache found/not-found classes, if the extension is enabled.
+ *
+ * @param string|null $apcuPrefix
+ */
+ public function setApcuPrefix($apcuPrefix)
+ {
+ $this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null;
+ }
+
+ /**
+ * The APCu prefix in use, or null if APCu caching is not enabled.
+ *
+ * @return string|null
+ */
+ public function getApcuPrefix()
+ {
+ return $this->apcuPrefix;
+ }
+
+ /**
+ * Registers this instance as an autoloader.
+ *
+ * @param bool $prepend Whether to prepend the autoloader or not
+ */
+ public function register($prepend = false)
+ {
+ spl_autoload_register(array($this, 'loadClass'), true, $prepend);
+ }
+
+ /**
+ * Unregisters this instance as an autoloader.
+ */
+ public function unregister()
+ {
+ spl_autoload_unregister(array($this, 'loadClass'));
+ }
+
+ /**
+ * Loads the given class or interface.
+ *
+ * @param string $class The name of the class
+ * @return bool|null True if loaded, null otherwise
+ */
+ public function loadClass($class)
+ {
+ if ($file = $this->findFile($class)) {
+ includeFile($file);
+
+ return true;
+ }
+ }
+
+ /**
+ * Finds the path to the file where the class is defined.
+ *
+ * @param string $class The name of the class
+ *
+ * @return string|false The path if found, false otherwise
+ */
+ public function findFile($class)
+ {
+ // class map lookup
+ if (isset($this->classMap[$class])) {
+ return $this->classMap[$class];
+ }
+ if ($this->classMapAuthoritative || isset($this->missingClasses[$class])) {
+ return false;
+ }
+ if (null !== $this->apcuPrefix) {
+ $file = apcu_fetch($this->apcuPrefix.$class, $hit);
+ if ($hit) {
+ return $file;
+ }
+ }
+
+ $file = $this->findFileWithExtension($class, '.php');
+
+ // Search for Hack files if we are running on HHVM
+ if (false === $file && defined('HHVM_VERSION')) {
+ $file = $this->findFileWithExtension($class, '.hh');
+ }
+
+ if (null !== $this->apcuPrefix) {
+ apcu_add($this->apcuPrefix.$class, $file);
+ }
+
+ if (false === $file) {
+ // Remember that this class does not exist.
+ $this->missingClasses[$class] = true;
+ }
+
+ return $file;
+ }
+
+ private function findFileWithExtension($class, $ext)
+ {
+ // PSR-4 lookup
+ $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
+
+ $first = $class[0];
+ if (isset($this->prefixLengthsPsr4[$first])) {
+ $subPath = $class;
+ while (false !== $lastPos = strrpos($subPath, '\\')) {
+ $subPath = substr($subPath, 0, $lastPos);
+ $search = $subPath . '\\';
+ if (isset($this->prefixDirsPsr4[$search])) {
+ $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
+ foreach ($this->prefixDirsPsr4[$search] as $dir) {
+ if (file_exists($file = $dir . $pathEnd)) {
+ return $file;
+ }
+ }
+ }
+ }
+ }
+
+ // PSR-4 fallback dirs
+ foreach ($this->fallbackDirsPsr4 as $dir) {
+ if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
+ return $file;
+ }
+ }
+
+ // PSR-0 lookup
+ if (false !== $pos = strrpos($class, '\\')) {
+ // namespaced class name
+ $logicalPathPsr0 = substr($logicalPathPsr4, 0, $pos + 1)
+ . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
+ } else {
+ // PEAR-like class name
+ $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
+ }
+
+ if (isset($this->prefixesPsr0[$first])) {
+ foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) {
+ if (0 === strpos($class, $prefix)) {
+ foreach ($dirs as $dir) {
+ if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
+ return $file;
+ }
+ }
+ }
+ }
+ }
+
+ // PSR-0 fallback dirs
+ foreach ($this->fallbackDirsPsr0 as $dir) {
+ if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
+ return $file;
+ }
+ }
+
+ // PSR-0 include paths.
+ if ($this->useIncludePath && $file = stream_resolve_include_path($logicalPathPsr0)) {
+ return $file;
+ }
+
+ return false;
+ }
+}
+
+/**
+ * Scope isolated include.
+ *
+ * Prevents access to $this/self from included files.
+ */
+function includeFile($file)
+{
+ include $file;
+}
diff --git a/plugins/matomo/vendor/composer/InstalledVersions.php b/plugins/matomo/vendor/composer/InstalledVersions.php
new file mode 100644
index 0000000..f22cee9
--- /dev/null
+++ b/plugins/matomo/vendor/composer/InstalledVersions.php
@@ -0,0 +1,228 @@
+
+ array (
+ 'pretty_version' => 'dev-master',
+ 'version' => 'dev-master',
+ 'aliases' =>
+ array (
+ ),
+ 'reference' => '649991acad865b117bec26447013009fb007dba0',
+ 'name' => 'nicohood/matomo',
+ ),
+ 'versions' =>
+ array (
+ 'matomo/matomo-php-tracker' =>
+ array (
+ 'pretty_version' => '3.0.0',
+ 'version' => '3.0.0.0',
+ 'aliases' =>
+ array (
+ ),
+ 'reference' => '31e2b0bdf479c6fc00758228d2c6d7c85c1863a0',
+ ),
+ 'nicohood/matomo' =>
+ array (
+ 'pretty_version' => 'dev-master',
+ 'version' => 'dev-master',
+ 'aliases' =>
+ array (
+ ),
+ 'reference' => '649991acad865b117bec26447013009fb007dba0',
+ ),
+ ),
+);
+
+
+
+
+
+
+
+public static function getInstalledPackages()
+{
+return array_keys(self::$installed['versions']);
+}
+
+
+
+
+
+
+
+
+
+public static function isInstalled($packageName)
+{
+return isset(self::$installed['versions'][$packageName]);
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+public static function satisfies(VersionParser $parser, $packageName, $constraint)
+{
+$constraint = $parser->parseConstraints($constraint);
+$provided = $parser->parseConstraints(self::getVersionRanges($packageName));
+
+return $provided->matches($constraint);
+}
+
+
+
+
+
+
+
+
+
+
+public static function getVersionRanges($packageName)
+{
+if (!isset(self::$installed['versions'][$packageName])) {
+throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
+}
+
+$ranges = array();
+if (isset(self::$installed['versions'][$packageName]['pretty_version'])) {
+$ranges[] = self::$installed['versions'][$packageName]['pretty_version'];
+}
+if (array_key_exists('aliases', self::$installed['versions'][$packageName])) {
+$ranges = array_merge($ranges, self::$installed['versions'][$packageName]['aliases']);
+}
+if (array_key_exists('replaced', self::$installed['versions'][$packageName])) {
+$ranges = array_merge($ranges, self::$installed['versions'][$packageName]['replaced']);
+}
+if (array_key_exists('provided', self::$installed['versions'][$packageName])) {
+$ranges = array_merge($ranges, self::$installed['versions'][$packageName]['provided']);
+}
+
+return implode(' || ', $ranges);
+}
+
+
+
+
+
+public static function getVersion($packageName)
+{
+if (!isset(self::$installed['versions'][$packageName])) {
+throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
+}
+
+if (!isset(self::$installed['versions'][$packageName]['version'])) {
+return null;
+}
+
+return self::$installed['versions'][$packageName]['version'];
+}
+
+
+
+
+
+public static function getPrettyVersion($packageName)
+{
+if (!isset(self::$installed['versions'][$packageName])) {
+throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
+}
+
+if (!isset(self::$installed['versions'][$packageName]['pretty_version'])) {
+return null;
+}
+
+return self::$installed['versions'][$packageName]['pretty_version'];
+}
+
+
+
+
+
+public static function getReference($packageName)
+{
+if (!isset(self::$installed['versions'][$packageName])) {
+throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
+}
+
+if (!isset(self::$installed['versions'][$packageName]['reference'])) {
+return null;
+}
+
+return self::$installed['versions'][$packageName]['reference'];
+}
+
+
+
+
+
+public static function getRootPackage()
+{
+return self::$installed['root'];
+}
+
+
+
+
+
+
+
+public static function getRawData()
+{
+return self::$installed;
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+public static function reload($data)
+{
+self::$installed = $data;
+}
+}
diff --git a/plugins/matomo/vendor/composer/LICENSE b/plugins/matomo/vendor/composer/LICENSE
new file mode 100644
index 0000000..f27399a
--- /dev/null
+++ b/plugins/matomo/vendor/composer/LICENSE
@@ -0,0 +1,21 @@
+
+Copyright (c) Nils Adermann, Jordi Boggiano
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is furnished
+to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
diff --git a/plugins/matomo/vendor/composer/autoload_classmap.php b/plugins/matomo/vendor/composer/autoload_classmap.php
new file mode 100644
index 0000000..d6cb4dd
--- /dev/null
+++ b/plugins/matomo/vendor/composer/autoload_classmap.php
@@ -0,0 +1,14 @@
+ $vendorDir . '/composer/InstalledVersions.php',
+ 'Grav\\Plugin\\MatomoPlugin' => $baseDir . '/matomo.php',
+ 'MatomoTracker' => $vendorDir . '/matomo/matomo-php-tracker/MatomoTracker.php',
+ 'PiwikTracker' => $vendorDir . '/matomo/matomo-php-tracker/PiwikTracker.php',
+ 'Unit\\MatomoTrackerTest' => $vendorDir . '/matomo/matomo-php-tracker/tests/Unit/MatomoTrackerTest.php',
+);
diff --git a/plugins/matomo/vendor/composer/autoload_namespaces.php b/plugins/matomo/vendor/composer/autoload_namespaces.php
new file mode 100644
index 0000000..b7fc012
--- /dev/null
+++ b/plugins/matomo/vendor/composer/autoload_namespaces.php
@@ -0,0 +1,9 @@
+ array($baseDir . '/classes'),
+);
diff --git a/plugins/matomo/vendor/composer/autoload_real.php b/plugins/matomo/vendor/composer/autoload_real.php
new file mode 100644
index 0000000..97c2a55
--- /dev/null
+++ b/plugins/matomo/vendor/composer/autoload_real.php
@@ -0,0 +1,57 @@
+= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
+ if ($useStaticLoader) {
+ require __DIR__ . '/autoload_static.php';
+
+ call_user_func(\Composer\Autoload\ComposerStaticInit8167c6e5d1ccdcaa6e62f9bbd72fab40::getInitializer($loader));
+ } else {
+ $map = require __DIR__ . '/autoload_namespaces.php';
+ foreach ($map as $namespace => $path) {
+ $loader->set($namespace, $path);
+ }
+
+ $map = require __DIR__ . '/autoload_psr4.php';
+ foreach ($map as $namespace => $path) {
+ $loader->setPsr4($namespace, $path);
+ }
+
+ $classMap = require __DIR__ . '/autoload_classmap.php';
+ if ($classMap) {
+ $loader->addClassMap($classMap);
+ }
+ }
+
+ $loader->register(true);
+
+ return $loader;
+ }
+}
diff --git a/plugins/matomo/vendor/composer/autoload_static.php b/plugins/matomo/vendor/composer/autoload_static.php
new file mode 100644
index 0000000..93a48a0
--- /dev/null
+++ b/plugins/matomo/vendor/composer/autoload_static.php
@@ -0,0 +1,40 @@
+
+ array (
+ 'Grav\\Plugin\\Matomo\\' => 19,
+ ),
+ );
+
+ public static $prefixDirsPsr4 = array (
+ 'Grav\\Plugin\\Matomo\\' =>
+ array (
+ 0 => __DIR__ . '/../..' . '/classes',
+ ),
+ );
+
+ public static $classMap = array (
+ 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
+ 'Grav\\Plugin\\MatomoPlugin' => __DIR__ . '/../..' . '/matomo.php',
+ 'MatomoTracker' => __DIR__ . '/..' . '/matomo/matomo-php-tracker/MatomoTracker.php',
+ 'PiwikTracker' => __DIR__ . '/..' . '/matomo/matomo-php-tracker/PiwikTracker.php',
+ 'Unit\\MatomoTrackerTest' => __DIR__ . '/..' . '/matomo/matomo-php-tracker/tests/Unit/MatomoTrackerTest.php',
+ );
+
+ public static function getInitializer(ClassLoader $loader)
+ {
+ return \Closure::bind(function () use ($loader) {
+ $loader->prefixLengthsPsr4 = ComposerStaticInit8167c6e5d1ccdcaa6e62f9bbd72fab40::$prefixLengthsPsr4;
+ $loader->prefixDirsPsr4 = ComposerStaticInit8167c6e5d1ccdcaa6e62f9bbd72fab40::$prefixDirsPsr4;
+ $loader->classMap = ComposerStaticInit8167c6e5d1ccdcaa6e62f9bbd72fab40::$classMap;
+
+ }, null, ClassLoader::class);
+ }
+}
diff --git a/plugins/matomo/vendor/composer/installed.json b/plugins/matomo/vendor/composer/installed.json
new file mode 100644
index 0000000..fccc446
--- /dev/null
+++ b/plugins/matomo/vendor/composer/installed.json
@@ -0,0 +1,65 @@
+{
+ "packages": [
+ {
+ "name": "matomo/matomo-php-tracker",
+ "version": "3.0.0",
+ "version_normalized": "3.0.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/matomo-org/matomo-php-tracker.git",
+ "reference": "31e2b0bdf479c6fc00758228d2c6d7c85c1863a0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/matomo-org/matomo-php-tracker/zipball/31e2b0bdf479c6fc00758228d2c6d7c85c1863a0",
+ "reference": "31e2b0bdf479c6fc00758228d2c6d7c85c1863a0",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "php": ">=5.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.3"
+ },
+ "suggest": {
+ "ext-curl": "Using this extension to issue the HTTPS request to Matomo"
+ },
+ "time": "2020-11-21T05:20:05+00:00",
+ "type": "library",
+ "installation-source": "dist",
+ "autoload": {
+ "classmap": [
+ "."
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-2-Clause"
+ ],
+ "authors": [
+ {
+ "name": "The Matomo Team",
+ "email": "hello@matomo.org",
+ "homepage": "https://matomo.org/team/"
+ }
+ ],
+ "description": "PHP Client for Matomo Analytics Tracking API",
+ "homepage": "https://matomo.org",
+ "keywords": [
+ "analytics",
+ "matomo",
+ "piwik",
+ "tracker"
+ ],
+ "support": {
+ "forum": "https://forum.matomo.org/",
+ "issues": "https://github.com/matomo-org/matomo-php-tracker/issues",
+ "source": "https://github.com/matomo-org/matomo-php-tracker"
+ },
+ "install-path": "../matomo/matomo-php-tracker"
+ }
+ ],
+ "dev": true,
+ "dev-package-names": []
+}
diff --git a/plugins/matomo/vendor/composer/installed.php b/plugins/matomo/vendor/composer/installed.php
new file mode 100644
index 0000000..470e80f
--- /dev/null
+++ b/plugins/matomo/vendor/composer/installed.php
@@ -0,0 +1,33 @@
+
+ array (
+ 'pretty_version' => 'dev-master',
+ 'version' => 'dev-master',
+ 'aliases' =>
+ array (
+ ),
+ 'reference' => '649991acad865b117bec26447013009fb007dba0',
+ 'name' => 'nicohood/matomo',
+ ),
+ 'versions' =>
+ array (
+ 'matomo/matomo-php-tracker' =>
+ array (
+ 'pretty_version' => '3.0.0',
+ 'version' => '3.0.0.0',
+ 'aliases' =>
+ array (
+ ),
+ 'reference' => '31e2b0bdf479c6fc00758228d2c6d7c85c1863a0',
+ ),
+ 'nicohood/matomo' =>
+ array (
+ 'pretty_version' => 'dev-master',
+ 'version' => 'dev-master',
+ 'aliases' =>
+ array (
+ ),
+ 'reference' => '649991acad865b117bec26447013009fb007dba0',
+ ),
+ ),
+);
diff --git a/plugins/matomo/vendor/composer/platform_check.php b/plugins/matomo/vendor/composer/platform_check.php
new file mode 100644
index 0000000..cd1bd2c
--- /dev/null
+++ b/plugins/matomo/vendor/composer/platform_check.php
@@ -0,0 +1,26 @@
+= 70103)) {
+ $issues[] = 'Your Composer dependencies require a PHP version ">= 7.1.3". You are running ' . PHP_VERSION . '.';
+}
+
+if ($issues) {
+ if (!headers_sent()) {
+ header('HTTP/1.1 500 Internal Server Error');
+ }
+ if (!ini_get('display_errors')) {
+ if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
+ fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL);
+ } elseif (!headers_sent()) {
+ echo 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EOL;
+ }
+ }
+ trigger_error(
+ 'Composer detected issues in your platform: ' . implode(' ', $issues),
+ E_USER_ERROR
+ );
+}
diff --git a/plugins/matomo/vendor/matomo/matomo-php-tracker/.gitignore b/plugins/matomo/vendor/matomo/matomo-php-tracker/.gitignore
new file mode 100644
index 0000000..440cce3
--- /dev/null
+++ b/plugins/matomo/vendor/matomo/matomo-php-tracker/.gitignore
@@ -0,0 +1,4 @@
+/.idea/
+/vendor/
+/tests/.phpunit.result.cache
+
diff --git a/plugins/matomo/vendor/matomo/matomo-php-tracker/CHANGELOG.md b/plugins/matomo/vendor/matomo/matomo-php-tracker/CHANGELOG.md
new file mode 100644
index 0000000..3cfdc3e
--- /dev/null
+++ b/plugins/matomo/vendor/matomo/matomo-php-tracker/CHANGELOG.md
@@ -0,0 +1,15 @@
+# Matomo PHP Tracker Changelog
+
+This is the Developer Changelog for Matomo PHP Tracker. All breaking changes or new features are listed below.
+
+## Matomo PHP Tracker 3.0.0
+
+Attention: This version of Matomo PHP Tracker is no longer compatible with Matomo 3.x or earlier
+
+- Support for new page performance metrics (added in Matomo 4) has been added. You can use `setPerformanceTimings()` to set them for page views.
+- Setting page generation time using `setGenerationTime()` has been discontinued. The method still exists to not break applications still using it, but it does not have any effect. Please use new page performance metrics as replacement.
+- Sending requests using cURL will now throw an exception if an error occurs in a request.
+- Matomo does not longer support tracking of these browser plugins: Gears, Director. Therefor the signature of `setPlugins()` changed.
+- Implementation of ecommerce views changed from custom variables to raw parameters
+- It is now possible to configure cookie options for Secure, HTTPOnly and SameSite.
+- Add method setRequestMethodNonBulk() to allow (non bulk) POST requests.
diff --git a/plugins/matomo/vendor/matomo/matomo-php-tracker/LICENSE b/plugins/matomo/vendor/matomo/matomo-php-tracker/LICENSE
new file mode 100644
index 0000000..6efca76
--- /dev/null
+++ b/plugins/matomo/vendor/matomo/matomo-php-tracker/LICENSE
@@ -0,0 +1,27 @@
+Copyright (c) 2014, Matomo Open Source Analytics
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+* Neither the name of the {organization} nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/plugins/matomo/vendor/matomo/matomo-php-tracker/MatomoTracker.php b/plugins/matomo/vendor/matomo/matomo-php-tracker/MatomoTracker.php
new file mode 100644
index 0000000..f0ada7a
--- /dev/null
+++ b/plugins/matomo/vendor/matomo/matomo-php-tracker/MatomoTracker.php
@@ -0,0 +1,2210 @@
+ecommerceItems = array();
+ $this->attributionInfo = false;
+ $this->eventCustomVar = false;
+ $this->forcedDatetime = false;
+ $this->forcedNewVisit = false;
+ $this->networkTime = false;
+ $this->serverTime = false;
+ $this->transferTime = false;
+ $this->domProcessingTime = false;
+ $this->domCompletionTime = false;
+ $this->onLoadTime = false;
+ $this->pageCustomVar = false;
+ $this->ecommerceView = array();
+ $this->customParameters = array();
+ $this->customDimensions = array();
+ $this->customData = false;
+ $this->hasCookies = false;
+ $this->token_auth = false;
+ $this->userAgent = false;
+ $this->country = false;
+ $this->region = false;
+ $this->city = false;
+ $this->lat = false;
+ $this->long = false;
+ $this->width = false;
+ $this->height = false;
+ $this->plugins = false;
+ $this->localHour = false;
+ $this->localMinute = false;
+ $this->localSecond = false;
+ $this->idPageview = false;
+
+ $this->idSite = $idSite;
+ $this->urlReferrer = !empty($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : false;
+ $this->pageCharset = self::DEFAULT_CHARSET_PARAMETER_VALUES;
+ $this->pageUrl = self::getCurrentUrl();
+ $this->ip = !empty($_SERVER['REMOTE_ADDR']) ? $_SERVER['REMOTE_ADDR'] : false;
+ $this->acceptLanguage = !empty($_SERVER['HTTP_ACCEPT_LANGUAGE']) ? $_SERVER['HTTP_ACCEPT_LANGUAGE'] : false;
+ $this->userAgent = !empty($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : false;
+ if (!empty($apiUrl)) {
+ self::$URL = $apiUrl;
+ }
+
+ // Life of the visitor cookie (in sec)
+ $this->configVisitorCookieTimeout = 33955200; // 13 months (365 + 28 days)
+ // Life of the session cookie (in sec)
+ $this->configSessionCookieTimeout = 1800; // 30 minutes
+ // Life of the session cookie (in sec)
+ $this->configReferralCookieTimeout = 15768000; // 6 months
+
+ // Visitor Ids in order
+ $this->userId = false;
+ $this->forcedVisitorId = false;
+ $this->cookieVisitorId = false;
+ $this->randomVisitorId = false;
+
+ $this->setNewVisitorId();
+
+ $this->configCookiesDisabled = false;
+ $this->configCookiePath = self::DEFAULT_COOKIE_PATH;
+ $this->configCookieDomain = '';
+ $this->configCookieSameSite = '';
+ $this->configCookieSecure = false;
+ $this->configCookieHTTPOnly = false;
+
+ $this->currentTs = time();
+ $this->createTs = $this->currentTs;
+
+ // Allow debug while blocking the request
+ $this->requestTimeout = 600;
+ $this->doBulkRequests = false;
+ $this->storedTrackingActions = array();
+
+ $this->sendImageResponse = true;
+
+ $this->visitorCustomVar = $this->getCustomVariablesFromCookie();
+
+ $this->outgoingTrackerCookies = array();
+ $this->incomingTrackerCookies = array();
+ }
+
+ /**
+ * By default, Matomo expects utf-8 encoded values, for example
+ * for the page URL parameter values, Page Title, etc.
+ * It is recommended to only send UTF-8 data to Matomo.
+ * If required though, you can also specify another charset using this function.
+ *
+ * @param string $charset
+ * @return $this
+ */
+ public function setPageCharset($charset = '')
+ {
+ $this->pageCharset = $charset;
+ return $this;
+ }
+
+ /**
+ * Sets the current URL being tracked
+ *
+ * @param string $url Raw URL (not URL encoded)
+ * @return $this
+ */
+ public function setUrl($url)
+ {
+ $this->pageUrl = $url;
+ return $this;
+ }
+
+ /**
+ * Sets the URL referrer used to track Referrers details for new visits.
+ *
+ * @param string $url Raw URL (not URL encoded)
+ * @return $this
+ */
+ public function setUrlReferrer($url)
+ {
+ $this->urlReferrer = $url;
+ return $this;
+ }
+
+ /**
+ * Sets the time that generating the document on the server side took.
+ *
+ * @param int $timeMs Generation time in ms
+ * @return $this
+ *
+ * @deprecated this metric is deprecated please use performance timings instead
+ * @see setPerformanceTimings
+ */
+ public function setGenerationTime($timeMs)
+ {
+ return $this;
+ }
+
+ /**
+ * Sets timings for various browser performance metrics.
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/PerformanceTiming
+ *
+ * @param null|int $network Network time in ms (connectEnd – fetchStart)
+ * @param null|int $server Server time in ms (responseStart – requestStart)
+ * @param null|int $transfer Transfer time in ms (responseEnd – responseStart)
+ * @param null|int $domProcessing DOM Processing to Interactive time in ms (domInteractive – domLoading)
+ * @param null|int $domCompletion DOM Interactive to Complete time in ms (domComplete – domInteractive)
+ * @param null|int $onload Onload time in ms (loadEventEnd – loadEventStart)
+ * @return $this
+ */
+ public function setPerformanceTimings($network = null, $server = null, $transfer = null, $domProcessing = null, $domCompletion = null, $onload = null)
+ {
+ $this->networkTime = $network;
+ $this->serverTime = $server;
+ $this->transferTime = $transfer;
+ $this->domProcessingTime = $domProcessing;
+ $this->domCompletionTime = $domCompletion;
+ $this->onLoadTime = $onload;
+ return $this;
+ }
+
+ /**
+ * Clear / reset all previously set performance metrics.
+ */
+ public function clearPerformanceTimings()
+ {
+ $this->networkTime = false;
+ $this->serverTime = false;
+ $this->transferTime = false;
+ $this->domProcessingTime = false;
+ $this->domCompletionTime = false;
+ $this->onLoadTime = false;
+ }
+
+ /**
+ * @deprecated
+ * @ignore
+ */
+ public function setUrlReferer($url)
+ {
+ $this->setUrlReferrer($url);
+ return $this;
+ }
+
+ /**
+ * Sets the attribution information to the visit, so that subsequent Goal conversions are
+ * properly attributed to the right Referrer URL, timestamp, Campaign Name & Keyword.
+ *
+ * This must be a JSON encoded string that would typically be fetched from the JS API:
+ * matomoTracker.getAttributionInfo() and that you have JSON encoded via JSON2.stringify()
+ *
+ * If you call enableCookies() then these referral attribution values will be set
+ * to the 'ref' first party cookie storing referral information.
+ *
+ * @param string $jsonEncoded JSON encoded array containing Attribution info
+ * @return $this
+ * @throws Exception
+ * @see function getAttributionInfo() in https://github.com/matomo-org/matomo/blob/master/js/matomo.js
+ */
+ public function setAttributionInfo($jsonEncoded)
+ {
+ $decoded = json_decode($jsonEncoded, $assoc = true);
+ if (!is_array($decoded)) {
+ throw new Exception("setAttributionInfo() is expecting a JSON encoded string, $jsonEncoded given");
+ }
+ $this->attributionInfo = $decoded;
+ return $this;
+ }
+
+ /**
+ * Sets Visit Custom Variable.
+ * See https://matomo.org/docs/custom-variables/
+ *
+ * @param int $id Custom variable slot ID from 1-5
+ * @param string $name Custom variable name
+ * @param string $value Custom variable value
+ * @param string $scope Custom variable scope. Possible values: visit, page, event
+ * @return $this
+ * @throws Exception
+ */
+ public function setCustomVariable($id, $name, $value, $scope = 'visit')
+ {
+ if (!is_int($id)) {
+ throw new Exception("Parameter id to setCustomVariable should be an integer");
+ }
+ if ($scope == 'page') {
+ $this->pageCustomVar[$id] = array($name, $value);
+ } elseif ($scope == 'event') {
+ $this->eventCustomVar[$id] = array($name, $value);
+ } elseif ($scope == 'visit') {
+ $this->visitorCustomVar[$id] = array($name, $value);
+ } else {
+ throw new Exception("Invalid 'scope' parameter value");
+ }
+ return $this;
+ }
+
+ /**
+ * Returns the currently assigned Custom Variable.
+ *
+ * If scope is 'visit', it will attempt to read the value set in the first party cookie created by Matomo Tracker
+ * ($_COOKIE array).
+ *
+ * @param int $id Custom Variable integer index to fetch from cookie. Should be a value from 1 to 5
+ * @param string $scope Custom variable scope. Possible values: visit, page, event
+ *
+ * @throws Exception
+ * @return mixed An array with this format: array( 0 => CustomVariableName, 1 => CustomVariableValue ) or false
+ * @see matomo.js getCustomVariable()
+ */
+ public function getCustomVariable($id, $scope = 'visit')
+ {
+ if ($scope == 'page') {
+ return isset($this->pageCustomVar[$id]) ? $this->pageCustomVar[$id] : false;
+ } elseif ($scope == 'event') {
+ return isset($this->eventCustomVar[$id]) ? $this->eventCustomVar[$id] : false;
+ } else {
+ if ($scope != 'visit') {
+ throw new Exception("Invalid 'scope' parameter value");
+ }
+ }
+ if (!empty($this->visitorCustomVar[$id])) {
+ return $this->visitorCustomVar[$id];
+ }
+ $cookieDecoded = $this->getCustomVariablesFromCookie();
+ if (!is_int($id)) {
+ throw new Exception("Parameter to getCustomVariable should be an integer");
+ }
+ if (!is_array($cookieDecoded)
+ || !isset($cookieDecoded[$id])
+ || !is_array($cookieDecoded[$id])
+ || count($cookieDecoded[$id]) != 2
+ ) {
+ return false;
+ }
+
+ return $cookieDecoded[$id];
+ }
+
+ /**
+ * Clears any Custom Variable that may be have been set.
+ *
+ * This can be useful when you have enabled bulk requests,
+ * and you wish to clear Custom Variables of 'visit' scope.
+ */
+ public function clearCustomVariables()
+ {
+ $this->visitorCustomVar = array();
+ $this->pageCustomVar = array();
+ $this->eventCustomVar = array();
+ }
+
+ /**
+ * Sets a specific custom dimension
+ *
+ * @param int $id id of custom dimension
+ * @param string $value value for custom dimension
+ * @return $this
+ */
+ public function setCustomDimension($id, $value)
+ {
+ $this->customDimensions['dimension'.(int)$id] = $value;
+ return $this;
+ }
+
+ /**
+ * Clears all previously set custom dimensions
+ */
+ public function clearCustomDimensions()
+ {
+ $this->customDimensions = [];
+ }
+
+ /**
+ * Returns the value of the custom dimension with the given id
+ *
+ * @param int $id id of custom dimension
+ * @return string|null
+ */
+ public function getCustomDimension($id)
+ {
+ return $this->customDimensions['dimension'.(int)$id] ?? null;
+ }
+
+ /**
+ * Sets a custom tracking parameter. This is useful if you need to send any tracking parameters for a 3rd party
+ * plugin that is not shipped with Matomo itself. Please note that custom parameters are cleared after each
+ * tracking request.
+ *
+ * @param string $trackingApiParameter The name of the tracking API parameter, eg 'bw_bytes'
+ * @param string $value Tracking parameter value that shall be sent for this tracking parameter.
+ * @return $this
+ * @throws Exception
+ */
+ public function setCustomTrackingParameter($trackingApiParameter, $value)
+ {
+ $matches = [];
+
+ if (preg_match('/^dimension([0-9]+)$/', $trackingApiParameter, $matches)) {
+ $this->setCustomDimension($matches[1], $value);
+ return $this;
+ }
+
+ $this->customParameters[$trackingApiParameter] = $value;
+ return $this;
+ }
+
+ /**
+ * Clear / reset all previously set custom tracking parameters.
+ */
+ public function clearCustomTrackingParameters()
+ {
+ $this->customParameters = array();
+ }
+
+ /**
+ * Sets the current visitor ID to a random new one.
+ * @return $this
+ */
+ public function setNewVisitorId()
+ {
+ $this->randomVisitorId = substr(md5(uniqid(rand(), true)), 0, self::LENGTH_VISITOR_ID);
+ $this->forcedVisitorId = false;
+ $this->cookieVisitorId = false;
+ return $this;
+ }
+
+ /**
+ * Sets the current site ID.
+ *
+ * @param int $idSite
+ * @return $this
+ */
+ public function setIdSite($idSite)
+ {
+ $this->idSite = $idSite;
+ return $this;
+ }
+
+ /**
+ * Sets the Browser language. Used to guess visitor countries when GeoIP is not enabled
+ *
+ * @param string $acceptLanguage For example "fr-fr"
+ * @return $this
+ */
+ public function setBrowserLanguage($acceptLanguage)
+ {
+ $this->acceptLanguage = $acceptLanguage;
+ return $this;
+ }
+
+ /**
+ * Sets the user agent, used to detect OS and browser.
+ * If this function is not called, the User Agent will default to the current user agent.
+ *
+ * @param string $userAgent
+ * @return $this
+ */
+ public function setUserAgent($userAgent)
+ {
+ $this->userAgent = $userAgent;
+ return $this;
+ }
+
+ /**
+ * Sets the country of the visitor. If not used, Matomo will try to find the country
+ * using either the visitor's IP address or language.
+ *
+ * Allowed only for Admin/Super User, must be used along with setTokenAuth().
+ * @param string $country
+ * @return $this
+ */
+ public function setCountry($country)
+ {
+ $this->country = $country;
+ return $this;
+ }
+
+ /**
+ * Sets the region of the visitor. If not used, Matomo may try to find the region
+ * using the visitor's IP address (if configured to do so).
+ *
+ * Allowed only for Admin/Super User, must be used along with setTokenAuth().
+ * @param string $region
+ * @return $this
+ */
+ public function setRegion($region)
+ {
+ $this->region = $region;
+ return $this;
+ }
+
+ /**
+ * Sets the city of the visitor. If not used, Matomo may try to find the city
+ * using the visitor's IP address (if configured to do so).
+ *
+ * Allowed only for Admin/Super User, must be used along with setTokenAuth().
+ * @param string $city
+ * @return $this
+ */
+ public function setCity($city)
+ {
+ $this->city = $city;
+ return $this;
+ }
+
+ /**
+ * Sets the latitude of the visitor. If not used, Matomo may try to find the visitor's
+ * latitude using the visitor's IP address (if configured to do so).
+ *
+ * Allowed only for Admin/Super User, must be used along with setTokenAuth().
+ * @param float $lat
+ * @return $this
+ */
+ public function setLatitude($lat)
+ {
+ $this->lat = $lat;
+ return $this;
+ }
+
+ /**
+ * Sets the longitude of the visitor. If not used, Matomo may try to find the visitor's
+ * longitude using the visitor's IP address (if configured to do so).
+ *
+ * Allowed only for Admin/Super User, must be used along with setTokenAuth().
+ * @param float $long
+ * @return $this
+ */
+ public function setLongitude($long)
+ {
+ $this->long = $long;
+ return $this;
+ }
+
+ /**
+ * Enables the bulk request feature. When used, each tracking action is stored until the
+ * doBulkTrack method is called. This method will send all tracking data at once.
+ *
+ */
+ public function enableBulkTracking()
+ {
+ $this->doBulkRequests = true;
+ }
+
+ /**
+ * Enable Cookie Creation - this will cause a first party VisitorId cookie to be set when the VisitorId is set or reset
+ *
+ * @param string $domain (optional) Set first-party cookie domain.
+ * Accepted values: example.com, *.example.com (same as .example.com) or subdomain.example.com
+ * @param string $path (optional) Set first-party cookie path
+ * @param bool $secure (optional) Set secure flag for cookies
+ * @param bool $httpOnly (optional) Set HTTPOnly flag for cookies
+ * @param string $sameSite (optional) Set SameSite flag for cookies
+ */
+ public function enableCookies($domain = '', $path = '/', $secure = false, $httpOnly = false, $sameSite = '')
+ {
+ $this->configCookiesDisabled = false;
+ $this->configCookieDomain = self::domainFixup($domain);
+ $this->configCookiePath = $path;
+ $this->configCookieSecure = $secure;
+ $this->configCookieHTTPOnly = $httpOnly;
+ $this->configCookieSameSite = $sameSite;
+ }
+
+ /**
+ * If image response is disabled Matomo will respond with a HTTP 204 header instead of responding with a gif.
+ */
+ public function disableSendImageResponse()
+ {
+ $this->sendImageResponse = false;
+ }
+
+ /**
+ * Fix-up domain
+ */
+ protected static function domainFixup($domain)
+ {
+ if (strlen($domain) > 0) {
+ $dl = strlen($domain) - 1;
+ // remove trailing '.'
+ if ($domain[$dl] === '.') {
+ $domain = substr($domain, 0, $dl);
+ }
+ // remove leading '*'
+ if (substr($domain, 0, 2) === '*.') {
+ $domain = substr($domain, 1);
+ }
+ }
+
+ return $domain;
+ }
+
+ /**
+ * Get cookie name with prefix and domain hash
+ * @param string $cookieName
+ * @return string
+ */
+ protected function getCookieName($cookieName)
+ {
+ // NOTE: If the cookie name is changed, we must also update the method in matomo.js with the same name.
+ $hash = substr(
+ sha1(
+ ($this->configCookieDomain == '' ? self::getCurrentHost() : $this->configCookieDomain) . $this->configCookiePath
+ ),
+ 0,
+ 4
+ );
+
+ return self::FIRST_PARTY_COOKIES_PREFIX . $cookieName . '.' . $this->idSite . '.' . $hash;
+ }
+
+ /**
+ * Tracks a page view
+ *
+ * @param string $documentTitle Page title as it will appear in the Actions > Page titles report
+ * @return mixed Response string or true if using bulk requests.
+ */
+ public function doTrackPageView($documentTitle)
+ {
+ $this->generateNewPageviewId();
+
+ $url = $this->getUrlTrackPageView($documentTitle);
+
+ return $this->sendRequest($url);
+ }
+
+ private function generateNewPageviewId()
+ {
+ $this->idPageview = substr(md5(uniqid(rand(), true)), 0, 6);
+ }
+
+ /**
+ * Tracks an event
+ *
+ * @param string $category The Event Category (Videos, Music, Games...)
+ * @param string $action The Event's Action (Play, Pause, Duration, Add Playlist, Downloaded, Clicked...)
+ * @param string|bool $name (optional) The Event's object Name (a particular Movie name, or Song name, or File name...)
+ * @param float|bool $value (optional) The Event's value
+ * @return mixed Response string or true if using bulk requests.
+ */
+ public function doTrackEvent($category, $action, $name = false, $value = false)
+ {
+ $url = $this->getUrlTrackEvent($category, $action, $name, $value);
+
+ return $this->sendRequest($url);
+ }
+
+ /**
+ * Tracks a content impression
+ *
+ * @param string $contentName The name of the content. For instance 'Ad Foo Bar'
+ * @param string $contentPiece The actual content. For instance the path to an image, video, audio, any text
+ * @param string|bool $contentTarget (optional) The target of the content. For instance the URL of a landing page.
+ * @return mixed Response string or true if using bulk requests.
+ */
+ public function doTrackContentImpression($contentName, $contentPiece = 'Unknown', $contentTarget = false)
+ {
+ $url = $this->getUrlTrackContentImpression($contentName, $contentPiece, $contentTarget);
+
+ return $this->sendRequest($url);
+ }
+
+ /**
+ * Tracks a content interaction. Make sure you have tracked a content impression using the same content name and
+ * content piece, otherwise it will not count. To do so you should call the method doTrackContentImpression();
+ *
+ * @param string $interaction The name of the interaction with the content. For instance a 'click'
+ * @param string $contentName The name of the content. For instance 'Ad Foo Bar'
+ * @param string $contentPiece The actual content. For instance the path to an image, video, audio, any text
+ * @param string|bool $contentTarget (optional) The target the content leading to when an interaction occurs. For instance the URL of a landing page.
+ * @return mixed Response string or true if using bulk requests.
+ */
+ public function doTrackContentInteraction(
+ $interaction,
+ $contentName,
+ $contentPiece = 'Unknown',
+ $contentTarget = false
+ )
+ {
+ $url = $this->getUrlTrackContentInteraction($interaction, $contentName, $contentPiece, $contentTarget);
+
+ return $this->sendRequest($url);
+ }
+
+ /**
+ * Tracks an internal Site Search query, and optionally tracks the Search Category, and Search results Count.
+ * These are used to populate reports in Actions > Site Search.
+ *
+ * @param string $keyword Searched query on the site
+ * @param string $category (optional) Search engine category if applicable
+ * @param bool|int $countResults (optional) results displayed on the search result page. Used to track "zero result" keywords.
+ *
+ * @return mixed Response or true if using bulk requests.
+ */
+ public function doTrackSiteSearch($keyword, $category = '', $countResults = false)
+ {
+ $url = $this->getUrlTrackSiteSearch($keyword, $category, $countResults);
+
+ return $this->sendRequest($url);
+ }
+
+ /**
+ * Records a Goal conversion
+ *
+ * @param int $idGoal Id Goal to record a conversion
+ * @param float $revenue Revenue for this conversion
+ * @return mixed Response or true if using bulk request
+ */
+ public function doTrackGoal($idGoal, $revenue = 0.0)
+ {
+ $url = $this->getUrlTrackGoal($idGoal, $revenue);
+
+ return $this->sendRequest($url);
+ }
+
+ /**
+ * Tracks a download or outlink
+ *
+ * @param string $actionUrl URL of the download or outlink
+ * @param string $actionType Type of the action: 'download' or 'link'
+ * @return mixed Response or true if using bulk request
+ */
+ public function doTrackAction($actionUrl, $actionType)
+ {
+ // Referrer could be udpated to be the current URL temporarily (to mimic JS behavior)
+ $url = $this->getUrlTrackAction($actionUrl, $actionType);
+
+ return $this->sendRequest($url);
+ }
+
+ /**
+ * Adds an item in the Ecommerce order.
+ *
+ * This should be called before doTrackEcommerceOrder(), or before doTrackEcommerceCartUpdate().
+ * This function can be called for all individual products in the cart (or order).
+ * SKU parameter is mandatory. Other parameters are optional (set to false if value not known).
+ * Ecommerce items added via this function are automatically cleared when doTrackEcommerceOrder() or getUrlTrackEcommerceOrder() is called.
+ *
+ * @param string $sku (required) SKU, Product identifier
+ * @param string $name (optional) Product name
+ * @param string|array $category (optional) Product category, or array of product categories (up to 5 categories can be specified for a given product)
+ * @param float|int $price (optional) Individual product price (supports integer and decimal prices)
+ * @param int $quantity (optional) Product quantity. If not specified, will default to 1 in the Reports
+ * @throws Exception
+ * @return $this
+ */
+ public function addEcommerceItem($sku, $name = '', $category = '', $price = 0.0, $quantity = 1)
+ {
+ if (empty($sku)) {
+ throw new Exception("You must specify a SKU for the Ecommerce item");
+ }
+
+ $price = $this->forceDotAsSeparatorForDecimalPoint($price);
+
+ $this->ecommerceItems[] = array($sku, $name, $category, $price, $quantity);
+ return $this;
+ }
+
+ /**
+ * Tracks a Cart Update (add item, remove item, update item).
+ *
+ * On every Cart update, you must call addEcommerceItem() for each item (product) in the cart,
+ * including the items that haven't been updated since the last cart update.
+ * Items which were in the previous cart and are not sent in later Cart updates will be deleted from the cart (in the database).
+ *
+ * @param float $grandTotal Cart grandTotal (typically the sum of all items' prices)
+ * @return mixed Response or true if using bulk request
+ */
+ public function doTrackEcommerceCartUpdate($grandTotal)
+ {
+ $url = $this->getUrlTrackEcommerceCartUpdate($grandTotal);
+
+ return $this->sendRequest($url);
+ }
+
+ /**
+ * Sends all stored tracking actions at once. Only has an effect if bulk tracking is enabled.
+ *
+ * To enable bulk tracking, call enableBulkTracking().
+ *
+ * @throws Exception
+ * @return string Response
+ */
+ public function doBulkTrack()
+ {
+ if (empty($this->storedTrackingActions)) {
+ throw new Exception(
+ "Error: you must call the function doTrackPageView or doTrackGoal from this class,
+ before calling this method doBulkTrack()"
+ );
+ }
+
+ $data = array('requests' => $this->storedTrackingActions);
+
+ // token_auth is not required by default, except if bulk_requests_require_authentication=1
+ if (!empty($this->token_auth)) {
+ $data['token_auth'] = $this->token_auth;
+ }
+
+ $postData = json_encode($data);
+ $response = $this->sendRequest($this->getBaseUrl(), 'POST', $postData, $force = true);
+
+ $this->storedTrackingActions = array();
+
+ return $response;
+ }
+
+ /**
+ * Tracks an Ecommerce order.
+ *
+ * If the Ecommerce order contains items (products), you must call first the addEcommerceItem() for each item in the order.
+ * All revenues (grandTotal, subTotal, tax, shipping, discount) will be individually summed and reported in Matomo reports.
+ * Only the parameters $orderId and $grandTotal are required.
+ *
+ * @param string|int $orderId (required) Unique Order ID.
+ * This will be used to count this order only once in the event the order page is reloaded several times.
+ * orderId must be unique for each transaction, even on different days, or the transaction will not be recorded by Matomo.
+ * @param float $grandTotal (required) Grand Total revenue of the transaction (including tax, shipping, etc.)
+ * @param float $subTotal (optional) Sub total amount, typically the sum of items prices for all items in this order (before Tax and Shipping costs are applied)
+ * @param float $tax (optional) Tax amount for this order
+ * @param float $shipping (optional) Shipping amount for this order
+ * @param float $discount (optional) Discounted amount in this order
+ * @return mixed Response or true if using bulk request
+ */
+ public function doTrackEcommerceOrder(
+ $orderId,
+ $grandTotal,
+ $subTotal = 0.0,
+ $tax = 0.0,
+ $shipping = 0.0,
+ $discount = 0.0
+ )
+ {
+ $url = $this->getUrlTrackEcommerceOrder($orderId, $grandTotal, $subTotal, $tax, $shipping, $discount);
+
+ return $this->sendRequest($url);
+ }
+
+ /**
+ * Sends a ping request.
+ *
+ * Ping requests do not track new actions. If they are sent within the standard visit length (see global.ini.php),
+ * they will extend the existing visit and the current last action for the visit. If after the standard visit length,
+ * ping requests will create a new visit using the last action in the last known visit.
+ *
+ * @return mixed Response or true if using bulk request
+ */
+ public function doPing()
+ {
+ $url = $this->getRequest($this->idSite);
+ $url .= '&ping=1';
+
+ return $this->sendRequest($url);
+ }
+
+ /**
+ * Sets the current page view as an item (product) page view, or an Ecommerce Category page view.
+ *
+ * This must be called before doTrackPageView() on this product/category page.
+ *
+ * On a category page, you may set the parameter $category only and set the other parameters to false.
+ *
+ * Tracking Product/Category page views will allow Matomo to report on Product & Categories
+ * conversion rates (Conversion rate = Ecommerce orders containing this product or category / Visits to the product or category)
+ *
+ * @param string $sku Product SKU being viewed
+ * @param string $name Product Name being viewed
+ * @param string|array $category Category being viewed. On a Product page, this is the product's category.
+ * You can also specify an array of up to 5 categories for a given page view.
+ * @param float $price Specify the price at which the item was displayed
+ * @return $this
+ */
+ public function setEcommerceView($sku = '', $name = '', $category = '', $price = 0.0)
+ {
+ $this->ecommerceView = [];
+
+ if (!empty($category)) {
+ if (is_array($category)) {
+ $category = json_encode($category);
+ }
+ } else {
+ $category = "";
+ }
+ $this->ecommerceView['_pkc'] = $category;
+
+ if (!empty($price)) {
+ $price = (float)$price;
+ $price = $this->forceDotAsSeparatorForDecimalPoint($price);
+ $this->ecommerceView['_pkp'] = $price;
+ }
+
+ // On a category page, do not record "Product name not defined"
+ if (empty($sku) && empty($name)) {
+ return $this;
+ }
+ if (!empty($sku)) {
+ $this->ecommerceView['_pks'] = $sku;
+ }
+ if (empty($name)) {
+ $name = "";
+ }
+ $this->ecommerceView['_pkn'] = $name;
+ return $this;
+ }
+
+ /**
+ * Force the separator for decimal point to be a dot. See https://github.com/matomo-org/matomo/issues/6435
+ * If for instance a German locale is used it would be a comma otherwise.
+ *
+ * @param float|string $value
+ * @return string
+ */
+ private function forceDotAsSeparatorForDecimalPoint($value)
+ {
+ if (null === $value || false === $value) {
+ return $value;
+ }
+
+ return str_replace(',', '.', $value);
+ }
+
+ /**
+ * Returns URL used to track Ecommerce Cart updates
+ * Calling this function will reinitializes the property ecommerceItems to empty array
+ * so items will have to be added again via addEcommerceItem()
+ * @ignore
+ */
+ public function getUrlTrackEcommerceCartUpdate($grandTotal)
+ {
+ $url = $this->getUrlTrackEcommerce($grandTotal);
+
+ return $url;
+ }
+
+ /**
+ * Returns URL used to track Ecommerce Orders
+ * Calling this function will reinitializes the property ecommerceItems to empty array
+ * so items will have to be added again via addEcommerceItem()
+ * @ignore
+ */
+ public function getUrlTrackEcommerceOrder(
+ $orderId,
+ $grandTotal,
+ $subTotal = 0.0,
+ $tax = 0.0,
+ $shipping = 0.0,
+ $discount = 0.0
+ )
+ {
+ if (empty($orderId)) {
+ throw new Exception("You must specifiy an orderId for the Ecommerce order");
+ }
+ $url = $this->getUrlTrackEcommerce($grandTotal, $subTotal, $tax, $shipping, $discount);
+ $url .= '&ec_id=' . urlencode($orderId);
+
+ return $url;
+ }
+
+ /**
+ * Returns URL used to track Ecommerce orders
+ *
+ * Calling this function will reinitializes the property ecommerceItems to empty array
+ * so items will have to be added again via addEcommerceItem()
+ *
+ * @ignore
+ */
+ protected function getUrlTrackEcommerce($grandTotal, $subTotal = 0.0, $tax = 0.0, $shipping = 0.0, $discount = 0.0)
+ {
+ if (!is_numeric($grandTotal)) {
+ throw new Exception("You must specifiy a grandTotal for the Ecommerce order (or Cart update)");
+ }
+
+ $url = $this->getRequest($this->idSite);
+ $url .= '&idgoal=0';
+ if (!empty($grandTotal)) {
+ $grandTotal = $this->forceDotAsSeparatorForDecimalPoint($grandTotal);
+ $url .= '&revenue=' . $grandTotal;
+ }
+ if (!empty($subTotal)) {
+ $subTotal = $this->forceDotAsSeparatorForDecimalPoint($subTotal);
+ $url .= '&ec_st=' . $subTotal;
+ }
+ if (!empty($tax)) {
+ $tax = $this->forceDotAsSeparatorForDecimalPoint($tax);
+ $url .= '&ec_tx=' . $tax;
+ }
+ if (!empty($shipping)) {
+ $shipping = $this->forceDotAsSeparatorForDecimalPoint($shipping);
+ $url .= '&ec_sh=' . $shipping;
+ }
+ if (!empty($discount)) {
+ $discount = $this->forceDotAsSeparatorForDecimalPoint($discount);
+ $url .= '&ec_dt=' . $discount;
+ }
+ if (!empty($this->ecommerceItems)) {
+ $url .= '&ec_items=' . urlencode(json_encode($this->ecommerceItems));
+ }
+ $this->ecommerceItems = array();
+
+ return $url;
+ }
+
+ /**
+ * Builds URL to track a page view.
+ *
+ * @see doTrackPageView()
+ * @param string $documentTitle Page view name as it will appear in Matomo reports
+ * @return string URL to matomo.php with all parameters set to track the pageview
+ */
+ public function getUrlTrackPageView($documentTitle = '')
+ {
+ $url = $this->getRequest($this->idSite);
+ if (strlen($documentTitle) > 0) {
+ $url .= '&action_name=' . urlencode($documentTitle);
+ }
+
+ return $url;
+ }
+
+ /**
+ * Builds URL to track a custom event.
+ *
+ * @see doTrackEvent()
+ * @param string $category The Event Category (Videos, Music, Games...)
+ * @param string $action The Event's Action (Play, Pause, Duration, Add Playlist, Downloaded, Clicked...)
+ * @param string|bool $name (optional) The Event's object Name (a particular Movie name, or Song name, or File name...)
+ * @param float|bool $value (optional) The Event's value
+ * @return string URL to matomo.php with all parameters set to track the pageview
+ * @throws
+ */
+ public function getUrlTrackEvent($category, $action, $name = false, $value = false)
+ {
+ $url = $this->getRequest($this->idSite);
+ if (strlen($category) == 0) {
+ throw new Exception("You must specify an Event Category name (Music, Videos, Games...).");
+ }
+ if (strlen($action) == 0) {
+ throw new Exception("You must specify an Event action (click, view, add...).");
+ }
+
+ $url .= '&e_c=' . urlencode($category);
+ $url .= '&e_a=' . urlencode($action);
+
+ if (strlen($name) > 0) {
+ $url .= '&e_n=' . urlencode($name);
+ }
+ if (strlen($value) > 0) {
+ $value = $this->forceDotAsSeparatorForDecimalPoint($value);
+ $url .= '&e_v=' . $value;
+ }
+
+ return $url;
+ }
+
+ /**
+ * Builds URL to track a content impression.
+ *
+ * @see doTrackContentImpression()
+ * @param string $contentName The name of the content. For instance 'Ad Foo Bar'
+ * @param string $contentPiece The actual content. For instance the path to an image, video, audio, any text
+ * @param string|false $contentTarget (optional) The target of the content. For instance the URL of a landing page.
+ * @throws Exception In case $contentName is empty
+ * @return string URL to matomo.php with all parameters set to track the pageview
+ */
+ public function getUrlTrackContentImpression($contentName, $contentPiece, $contentTarget)
+ {
+ $url = $this->getRequest($this->idSite);
+
+ if (strlen($contentName) == 0) {
+ throw new Exception("You must specify a content name");
+ }
+
+ $url .= '&c_n=' . urlencode($contentName);
+
+ if (!empty($contentPiece) && strlen($contentPiece) > 0) {
+ $url .= '&c_p=' . urlencode($contentPiece);
+ }
+ if (!empty($contentTarget) && strlen($contentTarget) > 0) {
+ $url .= '&c_t=' . urlencode($contentTarget);
+ }
+
+ return $url;
+ }
+
+ /**
+ * Builds URL to track a content impression.
+ *
+ * @see doTrackContentInteraction()
+ * @param string $interaction The name of the interaction with the content. For instance a 'click'
+ * @param string $contentName The name of the content. For instance 'Ad Foo Bar'
+ * @param string $contentPiece The actual content. For instance the path to an image, video, audio, any text
+ * @param string|false $contentTarget (optional) The target the content leading to when an interaction occurs. For instance the URL of a landing page.
+ * @throws Exception In case $interaction or $contentName is empty
+ * @return string URL to matomo.php with all parameters set to track the pageview
+ */
+ public function getUrlTrackContentInteraction($interaction, $contentName, $contentPiece, $contentTarget)
+ {
+ $url = $this->getRequest($this->idSite);
+
+ if (strlen($interaction) == 0) {
+ throw new Exception("You must specify a name for the interaction");
+ }
+
+ if (strlen($contentName) == 0) {
+ throw new Exception("You must specify a content name");
+ }
+
+ $url .= '&c_i=' . urlencode($interaction);
+ $url .= '&c_n=' . urlencode($contentName);
+
+ if (!empty($contentPiece) && strlen($contentPiece) > 0) {
+ $url .= '&c_p=' . urlencode($contentPiece);
+ }
+ if (!empty($contentTarget) && strlen($contentTarget) > 0) {
+ $url .= '&c_t=' . urlencode($contentTarget);
+ }
+
+ return $url;
+ }
+
+ /**
+ * Builds URL to track a site search.
+ *
+ * @see doTrackSiteSearch()
+ * @param string $keyword
+ * @param string $category
+ * @param int $countResults
+ * @return string
+ */
+ public function getUrlTrackSiteSearch($keyword, $category, $countResults)
+ {
+ $url = $this->getRequest($this->idSite);
+ $url .= '&search=' . urlencode($keyword);
+ if (strlen($category) > 0) {
+ $url .= '&search_cat=' . urlencode($category);
+ }
+ if (!empty($countResults) || $countResults === 0) {
+ $url .= '&search_count=' . (int)$countResults;
+ }
+
+ return $url;
+ }
+
+ /**
+ * Builds URL to track a goal with idGoal and revenue.
+ *
+ * @see doTrackGoal()
+ * @param int $idGoal Id Goal to record a conversion
+ * @param float $revenue Revenue for this conversion
+ * @return string URL to matomo.php with all parameters set to track the goal conversion
+ */
+ public function getUrlTrackGoal($idGoal, $revenue = 0.0)
+ {
+ $url = $this->getRequest($this->idSite);
+ $url .= '&idgoal=' . $idGoal;
+ if (!empty($revenue)) {
+ $revenue = $this->forceDotAsSeparatorForDecimalPoint($revenue);
+ $url .= '&revenue=' . $revenue;
+ }
+
+ return $url;
+ }
+
+ /**
+ * Builds URL to track a new action.
+ *
+ * @see doTrackAction()
+ * @param string $actionUrl URL of the download or outlink
+ * @param string $actionType Type of the action: 'download' or 'link'
+ * @return string URL to matomo.php with all parameters set to track an action
+ */
+ public function getUrlTrackAction($actionUrl, $actionType)
+ {
+ $url = $this->getRequest($this->idSite);
+ $url .= '&' . $actionType . '=' . urlencode($actionUrl);
+
+ return $url;
+ }
+
+ /**
+ * Overrides server date and time for the tracking requests.
+ * By default Matomo will track requests for the "current datetime" but this function allows you
+ * to track visits in the past. All times are in UTC.
+ *
+ * Allowed only for Admin/Super User, must be used along with setTokenAuth()
+ * @see setTokenAuth()
+ * @param string $dateTime Date with the format 'Y-m-d H:i:s', or a UNIX timestamp.
+ * If the datetime is older than one day (default value for tracking_requests_require_authentication_when_custom_timestamp_newer_than), then you must call setTokenAuth() with a valid Admin/Super user token.
+ * @return $this
+ */
+ public function setForceVisitDateTime($dateTime)
+ {
+ $this->forcedDatetime = $dateTime;
+ return $this;
+ }
+
+ /**
+ * Forces Matomo to create a new visit for the tracking request.
+ *
+ * By default, Matomo will create a new visit if the last request by this user was more than 30 minutes ago.
+ * If you call setForceNewVisit() before calling doTrack*, then a new visit will be created for this request.
+ * @return $this
+ */
+ public function setForceNewVisit()
+ {
+ $this->forcedNewVisit = true;
+ return $this;
+ }
+
+ /**
+ * Overrides IP address
+ *
+ * Allowed only for Admin/Super User, must be used along with setTokenAuth()
+ * @see setTokenAuth()
+ * @param string $ip IP string, eg. 130.54.2.1
+ * @return $this
+ */
+ public function setIp($ip)
+ {
+ $this->ip = $ip;
+ return $this;
+ }
+
+ /**
+ * Force the action to be recorded for a specific User. The User ID is a string representing a given user in your system.
+ *
+ * A User ID can be a username, UUID or an email address, or any number or string that uniquely identifies a user or client.
+ *
+ * @param string $userId Any user ID string (eg. email address, ID, username). Must be non empty. Set to false to de-assign a user id previously set.
+ * @return $this
+ * @throws Exception
+ */
+ public function setUserId($userId)
+ {
+ if ($userId === '') {
+ throw new Exception("User ID cannot be empty.");
+ }
+ $this->userId = $userId;
+ return $this;
+ }
+
+ /**
+ * Hash function used internally by Matomo to hash a User ID into the Visitor ID.
+ *
+ * Note: matches implementation of Tracker\Request->getUserIdHashed()
+ *
+ * @param $id
+ * @return string
+ */
+ public static function getUserIdHashed($id)
+ {
+ return substr(sha1($id), 0, 16);
+ }
+
+ /**
+ * Forces the requests to be recorded for the specified Visitor ID.
+ *
+ * Rather than letting Matomo attribute the user with a heuristic based on IP and other user fingeprinting attributes,
+ * force the action to be recorded for a particular visitor.
+ *
+ * If not set, the visitor ID will be fetched from the 1st party cookie, or will be set to a random UUID.
+ *
+ * @param string $visitorId 16 hexadecimal characters visitor ID, eg. "33c31e01394bdc63"
+ * @return $this
+ * @throws Exception
+ */
+ public function setVisitorId($visitorId)
+ {
+ $hexChars = '01234567890abcdefABCDEF';
+ if (strlen($visitorId) != self::LENGTH_VISITOR_ID
+ || strspn($visitorId, $hexChars) !== strlen($visitorId)
+ ) {
+ throw new Exception(
+ "setVisitorId() expects a "
+ . self::LENGTH_VISITOR_ID
+ . " characters hexadecimal string (containing only the following: "
+ . $hexChars
+ . ")"
+ );
+ }
+ $this->forcedVisitorId = $visitorId;
+ return $this;
+ }
+
+ /**
+ * If the user initiating the request has the Matomo first party cookie,
+ * this function will try and return the ID parsed from this first party cookie (found in $_COOKIE).
+ *
+ * If you call this function from a server, where the call is triggered by a cron or script
+ * not initiated by the actual visitor being tracked, then it will return
+ * the random Visitor ID that was assigned to this visit object.
+ *
+ * This can be used if you wish to record more visits, actions or goals for this visitor ID later on.
+ *
+ * @return string 16 hex chars visitor ID string
+ */
+ public function getVisitorId()
+ {
+ if (!empty($this->forcedVisitorId)) {
+ return $this->forcedVisitorId;
+ }
+ if ($this->loadVisitorIdCookie()) {
+ return $this->cookieVisitorId;
+ }
+
+ return $this->randomVisitorId;
+ }
+
+ /**
+ * Returns the currently set user agent.
+ * @return string
+ */
+ public function getUserAgent()
+ {
+ return $this->userAgent;
+ }
+
+ /**
+ * Returns the currently set IP address.
+ * @return string
+ */
+ public function getIp()
+ {
+ return $this->ip;
+ }
+
+ /**
+ * Returns the User ID string, which may have been set via:
+ * $v->setUserId('username@example.org');
+ *
+ * @return bool
+ */
+ public function getUserId()
+ {
+ return $this->userId;
+ }
+
+ /**
+ * Loads values from the VisitorId Cookie
+ *
+ * @return bool True if cookie exists and is valid, False otherwise
+ */
+ protected function loadVisitorIdCookie()
+ {
+ $idCookie = $this->getCookieMatchingName('id');
+ if ($idCookie === false) {
+ return false;
+ }
+ $parts = explode('.', $idCookie);
+ if (strlen($parts[0]) != self::LENGTH_VISITOR_ID) {
+ return false;
+ }
+
+ /* $this->cookieVisitorId provides backward compatibility since getVisitorId()
+didn't change any existing VisitorId value */
+ $this->cookieVisitorId = $parts[0];
+ $this->createTs = $parts[1];
+
+ return true;
+ }
+
+ /**
+ * Deletes all first party cookies from the client
+ */
+ public function deleteCookies()
+ {
+ $cookies = array('id', 'ses', 'cvar', 'ref');
+ foreach ($cookies as $cookie) {
+ $this->setCookie($cookie, '', -86400);
+ }
+ }
+
+ /**
+ * Returns the currently assigned Attribution Information stored in a first party cookie.
+ *
+ * This function will only work if the user is initiating the current request, and his cookies
+ * can be read by PHP from the $_COOKIE array.
+ *
+ * @return string JSON Encoded string containing the Referrer information for Goal conversion attribution.
+ * Will return false if the cookie could not be found
+ * @see matomo.js getAttributionInfo()
+ */
+ public function getAttributionInfo()
+ {
+ if (!empty($this->attributionInfo)) {
+ return json_encode($this->attributionInfo);
+ }
+
+ return $this->getCookieMatchingName('ref');
+ }
+
+ /**
+ * Some Tracking API functionality requires express authentication, using either the
+ * Super User token_auth, or a user with 'admin' access to the website.
+ *
+ * The following features require access:
+ * - force the visitor IP
+ * - force the date & time of the tracking requests rather than track for the current datetime
+ *
+ * @param string $token_auth token_auth 32 chars token_auth string
+ * @return $this
+ */
+ public function setTokenAuth($token_auth)
+ {
+ $this->token_auth = $token_auth;
+ return $this;
+ }
+
+ /**
+ * Sets local visitor time
+ *
+ * @param string $time HH:MM:SS format
+ * @return $this
+ */
+ public function setLocalTime($time)
+ {
+ list($hour, $minute, $second) = explode(':', $time);
+ $this->localHour = (int)$hour;
+ $this->localMinute = (int)$minute;
+ $this->localSecond = (int)$second;
+ return $this;
+ }
+
+ /**
+ * Sets user resolution width and height.
+ *
+ * @param int $width
+ * @param int $height
+ * @return $this
+ */
+ public function setResolution($width, $height)
+ {
+ $this->width = $width;
+ $this->height = $height;
+ return $this;
+ }
+
+ /**
+ * Sets if the browser supports cookies
+ * This is reported in "List of plugins" report in Matomo.
+ *
+ * @param bool $bool
+ * @return $this
+ */
+ public function setBrowserHasCookies($bool)
+ {
+ $this->hasCookies = $bool;
+ return $this;
+ }
+
+ /**
+ * Will append a custom string at the end of the Tracking request.
+ * @param string $string
+ * @return $this
+ */
+ public function setDebugStringAppend($string)
+ {
+ $this->DEBUG_APPEND_URL = '&' . $string;
+ return $this;
+ }
+
+ /**
+ * Sets visitor browser supported plugins
+ *
+ * @param bool $flash
+ * @param bool $java
+ * @param bool $quickTime
+ * @param bool $realPlayer
+ * @param bool $pdf
+ * @param bool $windowsMedia
+ * @param bool $silverlight
+ * @return $this
+ */
+ public function setPlugins(
+ $flash = false,
+ $java = false,
+ $quickTime = false,
+ $realPlayer = false,
+ $pdf = false,
+ $windowsMedia = false,
+ $silverlight = false
+ )
+ {
+ $this->plugins =
+ '&fla=' . (int)$flash .
+ '&java=' . (int)$java .
+ '&qt=' . (int)$quickTime .
+ '&realp=' . (int)$realPlayer .
+ '&pdf=' . (int)$pdf .
+ '&wma=' . (int)$windowsMedia .
+ '&ag=' . (int)$silverlight;
+ return $this;
+ }
+
+ /**
+ * By default, MatomoTracker will read first party cookies
+ * from the request and write updated cookies in the response (using setrawcookie).
+ * This can be disabled by calling this function.
+ */
+ public function disableCookieSupport()
+ {
+ $this->configCookiesDisabled = true;
+ }
+
+ /**
+ * Returns the maximum number of seconds the tracker will spend waiting for a response
+ * from Matomo. Defaults to 600 seconds.
+ */
+ public function getRequestTimeout()
+ {
+ return $this->requestTimeout;
+ }
+
+ /**
+ * Sets the maximum number of seconds that the tracker will spend waiting for a response
+ * from Matomo.
+ *
+ * @param int $timeout
+ * @return $this
+ * @throws Exception
+ */
+ public function setRequestTimeout($timeout)
+ {
+ if (!is_int($timeout) || $timeout < 0) {
+ throw new Exception("Invalid value supplied for request timeout: $timeout");
+ }
+
+ $this->requestTimeout = $timeout;
+ return $this;
+ }
+
+ /**
+ * Sets the request method to POST, which is recommended when using setTokenAuth()
+ * to prevent the token from being recorded in server logs. Avoid using redirects
+ * when using POST to prevent the loss of POST values. When using Log Analytics,
+ * be aware that POST requests are not parseable/replayable.
+ *
+ * @param string $method Either 'POST' or 'GET'
+ * @return $this
+ */
+ public function setRequestMethodNonBulk($method)
+ {
+ $this->requestMethod = strtoupper($method) === 'POST' ? 'POST' : 'GET';
+ return $this;
+ }
+
+ /**
+ * If a proxy is needed to look up the address of the Matomo site, set it with this
+ * @param string $proxy IP as string, for example "173.234.92.107"
+ * @param int $proxyPort
+ */
+ public function setProxy($proxy, $proxyPort = 80)
+ {
+ $this->proxy = $proxy;
+ $this->proxyPort = $proxyPort;
+ }
+
+ /**
+ * If the proxy IP and the proxy port have been set, with the setProxy() function
+ * returns a string, like "173.234.92.107:80"
+ */
+ private function getProxy()
+ {
+ if (isset($this->proxy) && isset($this->proxyPort)) {
+ return $this->proxy.":".$this->proxyPort;
+ }
+ return null;
+ }
+
+ /**
+ * Used in tests to output useful error messages.
+ *
+ * @ignore
+ */
+ static public $DEBUG_LAST_REQUESTED_URL = false;
+
+ /**
+ * @ignore
+ */
+ protected function sendRequest($url, $method = 'GET', $data = null, $force = false)
+ {
+ self::$DEBUG_LAST_REQUESTED_URL = $url;
+
+ // if doing a bulk request, store the url
+ if ($this->doBulkRequests && !$force) {
+ $this->storedTrackingActions[]
+ = $url
+ . (!empty($this->userAgent) ? ('&ua=' . urlencode($this->userAgent)) : '')
+ . (!empty($this->acceptLanguage) ? ('&lang=' . urlencode($this->acceptLanguage)) : '');
+
+ // Clear custom variables & dimensions so they don't get copied over to other users in the bulk request
+ $this->clearCustomVariables();
+ $this->clearCustomDimensions();
+ $this->clearCustomTrackingParameters();
+ $this->userAgent = false;
+ $this->acceptLanguage = false;
+
+ return true;
+ }
+
+ $forcePostUrlEncoded = false;
+ if (!$this->doBulkRequests) {
+ if (strtoupper($this->requestMethod) === 'POST') {
+ // POST ALL parameters and have no GET parameters
+ $urlParts = explode('?', $url);
+
+ $url = $urlParts[0];
+ $data = $urlParts[1];
+ $forcePostUrlEncoded = true;
+
+ $method = 'POST';
+ }
+
+ if (!empty($this->token_auth)) {
+ $appendTokenString = '&token_auth=' . urlencode($this->token_auth);
+
+ if (empty($this->requestMethod) || $method === 'POST') {
+ // Only post token_auth but use GET URL parameters for everything else
+ $forcePostUrlEncoded = true;
+ if (empty($data)) {
+ $data = '';
+ }
+ $data .= $appendTokenString;
+ $data = ltrim($data, '&'); // when no request method set we don't want it to start with '&'
+ } elseif (!empty($this->token_auth)) {
+ // Use GET for all URL parameters
+ $url .= $appendTokenString;
+ }
+ }
+ }
+
+ $proxy = $this->getProxy();
+
+ if (function_exists('curl_init') && function_exists('curl_exec')) {
+ $options = array(
+ CURLOPT_URL => $url,
+ CURLOPT_USERAGENT => $this->userAgent,
+ CURLOPT_HEADER => true,
+ CURLOPT_TIMEOUT => $this->requestTimeout,
+ CURLOPT_RETURNTRANSFER => true,
+ CURLOPT_HTTPHEADER => array(
+ 'Accept-Language: ' . $this->acceptLanguage,
+ ),
+ );
+
+ if ($method === 'GET') {
+ $options[CURLOPT_FOLLOWLOCATION] = true;
+ }
+
+ if (defined('PATH_TO_CERTIFICATES_FILE')) {
+ $options[CURLOPT_CAINFO] = PATH_TO_CERTIFICATES_FILE;
+ }
+
+ if (isset($proxy)) {
+ $options[CURLOPT_PROXY] = $proxy;
+ }
+
+ switch ($method) {
+ case 'POST':
+ $options[CURLOPT_POST] = true;
+ break;
+ default:
+ break;
+ }
+
+ // only supports JSON data
+ if (!empty($data) && $forcePostUrlEncoded) {
+ $options[CURLOPT_HTTPHEADER][] = 'Content-Type: application/x-www-form-urlencoded';
+ $options[CURLOPT_POSTFIELDS] = $data;
+ $options[CURLOPT_POST] = true;
+ if (defined('CURL_REDIR_POST_ALL')) {
+ $options[CURLOPT_POSTREDIR] = CURL_REDIR_POST_ALL;
+ $options[CURLOPT_FOLLOWLOCATION] = true;
+ }
+ } elseif (!empty($data)) {
+ $options[CURLOPT_HTTPHEADER][] = 'Content-Type: application/json';
+ $options[CURLOPT_HTTPHEADER][] = 'Expect:';
+ $options[CURLOPT_POSTFIELDS] = $data;
+ }
+
+ if (!empty($this->outgoingTrackerCookies)) {
+ $options[CURLOPT_COOKIE] = http_build_query($this->outgoingTrackerCookies);
+ $this->outgoingTrackerCookies = array();
+ }
+
+ $ch = curl_init();
+ curl_setopt_array($ch, $options);
+ ob_start();
+ $response = @curl_exec($ch);
+ ob_end_clean();
+ $header = '';
+ $content = '';
+
+ if ($response === false) {
+ throw new \RuntimeException(curl_error($ch));
+ }
+
+ if (!empty($response)) {
+ list($header, $content) = explode("\r\n\r\n", $response, $limitCount = 2);
+ }
+
+ $this->parseIncomingCookies(explode("\r\n", $header));
+
+ } elseif (function_exists('stream_context_create')) {
+ $stream_options = array(
+ 'http' => array(
+ 'method' => $method,
+ 'user_agent' => $this->userAgent,
+ 'header' => "Accept-Language: " . $this->acceptLanguage . "\r\n",
+ 'timeout' => $this->requestTimeout,
+ ),
+ );
+
+ if (isset($proxy)) {
+ $stream_options['http']['proxy'] = $proxy;
+ }
+
+ // only supports JSON data
+ if (!empty($data) && $forcePostUrlEncoded) {
+ $stream_options['http']['header'] .= "Content-Type: application/x-www-form-urlencoded \r\n";
+ $stream_options['http']['content'] = $data;
+ } elseif (!empty($data)) {
+ $stream_options['http']['header'] .= "Content-Type: application/json \r\n";
+ $stream_options['http']['content'] = $data;
+ }
+
+ if (!empty($this->outgoingTrackerCookies)) {
+ $stream_options['http']['header'] .= 'Cookie: ' . http_build_query($this->outgoingTrackerCookies) . "\r\n";
+ $this->outgoingTrackerCookies = array();
+ }
+
+ $ctx = stream_context_create($stream_options);
+ $response = file_get_contents($url, 0, $ctx);
+ $content = $response;
+
+ $this->parseIncomingCookies($http_response_header);
+ }
+
+ return $content;
+ }
+
+ /**
+ * Returns current timestamp, or forced timestamp/datetime if it was set
+ * @return string|int
+ */
+ protected function getTimestamp()
+ {
+ return !empty($this->forcedDatetime)
+ ? strtotime($this->forcedDatetime)
+ : time();
+ }
+
+ /**
+ * Returns the base URL for the Matomo server.
+ */
+ protected function getBaseUrl()
+ {
+ if (empty(self::$URL)) {
+ throw new Exception(
+ 'You must first set the Matomo Tracker URL by calling
+ MatomoTracker::$URL = \'http://your-website.org/matomo/\';'
+ );
+ }
+ if (strpos(self::$URL, '/matomo.php') === false
+ && strpos(self::$URL, '/proxy-matomo.php') === false
+ ) {
+ self::$URL = rtrim(self::$URL, '/');
+ self::$URL .= '/matomo.php';
+ }
+
+ return self::$URL;
+ }
+
+ /**
+ * @ignore
+ */
+ protected function getRequest($idSite)
+ {
+ $this->setFirstPartyCookies();
+
+ $customFields = '';
+ if (!empty($this->customParameters)) {
+ $customFields = '&' . http_build_query($this->customParameters, '', '&');
+ }
+
+ $customDimensions = '';
+ if (!empty($this->customDimensions)) {
+ $customDimensions = '&' . http_build_query($this->customDimensions, '', '&');
+ }
+
+ $baseUrl = $this->getBaseUrl();
+ $start = '?';
+ if (strpos($baseUrl, '?') !== false) {
+ $start = '&';
+ }
+
+ $url = $baseUrl . $start .
+ 'idsite=' . $idSite .
+ '&rec=1' .
+ '&apiv=' . self::VERSION .
+ '&r=' . substr(strval(mt_rand()), 2, 6) .
+
+ // XDEBUG_SESSIONS_START and KEY are related to the PHP Debugger, this can be ignored in other languages
+ (!empty($_GET['XDEBUG_SESSION_START']) ?
+ '&XDEBUG_SESSION_START=' . @urlencode($_GET['XDEBUG_SESSION_START']) : '') .
+ (!empty($_GET['KEY']) ? '&KEY=' . @urlencode($_GET['KEY']) : '') .
+
+ // Only allowed for Admin/Super User, token_auth required,
+ ((!empty($this->ip) && !empty($this->token_auth)) ? '&cip=' . $this->ip : '') .
+ (!empty($this->userId) ? '&uid=' . urlencode($this->userId) : '') .
+ (!empty($this->forcedDatetime) ? '&cdt=' . urlencode($this->forcedDatetime) : '') .
+ (!empty($this->forcedNewVisit) ? '&new_visit=1' : '') .
+
+ // Values collected from cookie
+ '&_idts=' . $this->createTs .
+
+ // These parameters are set by the JS, but optional when using API
+ (!empty($this->plugins) ? $this->plugins : '') .
+ (($this->localHour !== false && $this->localMinute !== false && $this->localSecond !== false) ?
+ '&h=' . $this->localHour . '&m=' . $this->localMinute . '&s=' . $this->localSecond : '') .
+ (!empty($this->width) && !empty($this->height) ? '&res=' . $this->width . 'x' . $this->height : '') .
+ (!empty($this->hasCookies) ? '&cookie=' . $this->hasCookies : '') .
+
+ // Various important attributes
+ (!empty($this->customData) ? '&data=' . $this->customData : '') .
+ (!empty($this->visitorCustomVar) ? '&_cvar=' . urlencode(json_encode($this->visitorCustomVar)) : '') .
+ (!empty($this->pageCustomVar) ? '&cvar=' . urlencode(json_encode($this->pageCustomVar)) : '') .
+ (!empty($this->eventCustomVar) ? '&e_cvar=' . urlencode(json_encode($this->eventCustomVar)) : '') .
+ (!empty($this->forcedVisitorId) ? '&cid=' . $this->forcedVisitorId : '&_id=' . $this->getVisitorId()) .
+
+ // URL parameters
+ '&url=' . urlencode($this->pageUrl) .
+ '&urlref=' . urlencode($this->urlReferrer) .
+ ((!empty($this->pageCharset) && $this->pageCharset != self::DEFAULT_CHARSET_PARAMETER_VALUES) ?
+ '&cs=' . $this->pageCharset : '') .
+
+ // unique pageview id
+ (!empty($this->idPageview) ? '&pv_id=' . urlencode($this->idPageview) : '') .
+
+ // Attribution information, so that Goal conversions are attributed to the right referrer or campaign
+ // Campaign name
+ (!empty($this->attributionInfo[0]) ? '&_rcn=' . urlencode($this->attributionInfo[0]) : '') .
+ // Campaign keyword
+ (!empty($this->attributionInfo[1]) ? '&_rck=' . urlencode($this->attributionInfo[1]) : '') .
+ // Timestamp at which the referrer was set
+ (!empty($this->attributionInfo[2]) ? '&_refts=' . $this->attributionInfo[2] : '') .
+ // Referrer URL
+ (!empty($this->attributionInfo[3]) ? '&_ref=' . urlencode($this->attributionInfo[3]) : '') .
+
+ // custom location info
+ (!empty($this->country) ? '&country=' . urlencode($this->country) : '') .
+ (!empty($this->region) ? '®ion=' . urlencode($this->region) : '') .
+ (!empty($this->city) ? '&city=' . urlencode($this->city) : '') .
+ (!empty($this->lat) ? '&lat=' . urlencode($this->lat) : '') .
+ (!empty($this->long) ? '&long=' . urlencode($this->long) : '') .
+ $customFields . $customDimensions .
+ (!$this->sendImageResponse ? '&send_image=0' : '') .
+
+ // DEBUG
+ $this->DEBUG_APPEND_URL;
+
+ if (!empty($this->idPageview)) {
+ $url .=
+ ($this->networkTime !== false ? '&pf_net=' . ((int)$this->networkTime) : '') .
+ ($this->serverTime !== false ? '&pf_srv=' . ((int)$this->serverTime) : '') .
+ ($this->transferTime !== false ? '&pf_tfr=' . ((int)$this->transferTime) : '') .
+ ($this->domProcessingTime !== false ? '&pf_dm1=' . ((int)$this->domProcessingTime) : '') .
+ ($this->domCompletionTime !== false ? '&pf_dm2=' . ((int)$this->domCompletionTime) : '') .
+ ($this->onLoadTime !== false ? '&pf_onl=' . ((int)$this->onLoadTime) : '');
+ $this->clearPerformanceTimings();
+ }
+
+ foreach ($this->ecommerceView as $param => $value) {
+ $url .= '&' . $param . '=' . urlencode($value);
+ }
+
+ // Reset page level custom variables after this page view
+ $this->ecommerceView = array();
+ $this->pageCustomVar = array();
+ $this->eventCustomVar = array();
+ $this->clearCustomDimensions();
+ $this->clearCustomTrackingParameters();
+
+ // force new visit only once, user must call again setForceNewVisit()
+ $this->forcedNewVisit = false;
+
+ return $url;
+ }
+
+
+ /**
+ * Returns a first party cookie which name contains $name
+ *
+ * @param string $name
+ * @return string String value of cookie, or false if not found
+ * @ignore
+ */
+ protected function getCookieMatchingName($name)
+ {
+ if ($this->configCookiesDisabled) {
+ return false;
+ }
+ if (!is_array($_COOKIE)) {
+ return false;
+ }
+ $name = $this->getCookieName($name);
+
+ // Matomo cookie names use dots separators in matomo.js,
+ // but PHP Replaces . with _ http://www.php.net/manual/en/language.variables.predefined.php#72571
+ $name = str_replace('.', '_', $name);
+ foreach ($_COOKIE as $cookieName => $cookieValue) {
+ if (strpos($cookieName, $name) !== false) {
+ return $cookieValue;
+ }
+ }
+
+ return false;
+ }
+
+ /**
+ * If current URL is "http://example.org/dir1/dir2/index.php?param1=value1¶m2=value2"
+ * will return "/dir1/dir2/index.php"
+ *
+ * @return string
+ * @ignore
+ */
+ protected static function getCurrentScriptName()
+ {
+ $url = '';
+ if (!empty($_SERVER['PATH_INFO'])) {
+ $url = $_SERVER['PATH_INFO'];
+ } else {
+ if (!empty($_SERVER['REQUEST_URI'])) {
+ if (($pos = strpos($_SERVER['REQUEST_URI'], '?')) !== false) {
+ $url = substr($_SERVER['REQUEST_URI'], 0, $pos);
+ } else {
+ $url = $_SERVER['REQUEST_URI'];
+ }
+ }
+ }
+ if (empty($url) && isset($_SERVER['SCRIPT_NAME'])) {
+ $url = $_SERVER['SCRIPT_NAME'];
+ } elseif (empty($url)) {
+ $url = '/';
+ }
+
+ if (!empty($url) && $url[0] !== '/') {
+ $url = '/' . $url;
+ }
+
+ return $url;
+ }
+
+ /**
+ * If the current URL is 'http://example.org/dir1/dir2/index.php?param1=value1¶m2=value2"
+ * will return 'http'
+ *
+ * @return string 'https' or 'http'
+ * @ignore
+ */
+ protected static function getCurrentScheme()
+ {
+ if (isset($_SERVER['HTTPS'])
+ && ($_SERVER['HTTPS'] == 'on' || $_SERVER['HTTPS'] === true)
+ ) {
+ return 'https';
+ }
+
+ return 'http';
+ }
+
+ /**
+ * If current URL is "http://example.org/dir1/dir2/index.php?param1=value1¶m2=value2"
+ * will return "http://example.org"
+ *
+ * @return string
+ * @ignore
+ */
+ protected static function getCurrentHost()
+ {
+ if (isset($_SERVER['HTTP_HOST'])) {
+ return $_SERVER['HTTP_HOST'];
+ }
+
+ return 'unknown';
+ }
+
+ /**
+ * If current URL is "http://example.org/dir1/dir2/index.php?param1=value1¶m2=value2"
+ * will return "?param1=value1¶m2=value2"
+ *
+ * @return string
+ * @ignore
+ */
+ protected static function getCurrentQueryString()
+ {
+ $url = '';
+ if (isset($_SERVER['QUERY_STRING'])
+ && !empty($_SERVER['QUERY_STRING'])
+ ) {
+ $url .= '?' . $_SERVER['QUERY_STRING'];
+ }
+
+ return $url;
+ }
+
+ /**
+ * Returns the current full URL (scheme, host, path and query string.
+ *
+ * @return string
+ * @ignore
+ */
+ protected static function getCurrentUrl()
+ {
+ return self::getCurrentScheme() . '://'
+ . self::getCurrentHost()
+ . self::getCurrentScriptName()
+ . self::getCurrentQueryString();
+ }
+
+ /**
+ * Sets the first party cookies as would the matomo.js
+ * All cookies are supported: 'id' and 'ses' and 'ref' and 'cvar' cookies.
+ * @return $this
+ */
+ protected function setFirstPartyCookies()
+ {
+ if ($this->configCookiesDisabled) {
+ return $this;
+ }
+
+ if (empty($this->cookieVisitorId)) {
+ $this->loadVisitorIdCookie();
+ }
+
+ // Set the 'ref' cookie
+ $attributionInfo = $this->getAttributionInfo();
+ if (!empty($attributionInfo)) {
+ $this->setCookie('ref', $attributionInfo, $this->configReferralCookieTimeout);
+ }
+
+ // Set the 'ses' cookie
+ $this->setCookie('ses', '*', $this->configSessionCookieTimeout);
+
+ // Set the 'id' cookie
+ $cookieValue = $this->getVisitorId() . '.' . $this->createTs;
+ $this->setCookie('id', $cookieValue, $this->configVisitorCookieTimeout);
+
+ // Set the 'cvar' cookie
+ $this->setCookie('cvar', json_encode($this->visitorCustomVar), $this->configSessionCookieTimeout);
+ return $this;
+ }
+
+ /**
+ * Sets a first party cookie to the client to improve dual JS-PHP tracking.
+ *
+ * This replicates the matomo.js tracker algorithms for consistency and better accuracy.
+ *
+ * @param $cookieName
+ * @param $cookieValue
+ * @param $cookieTTL
+ * @return $this
+ */
+ protected function setCookie($cookieName, $cookieValue, $cookieTTL)
+ {
+ $cookieExpire = $this->currentTs + $cookieTTL;
+ if (!headers_sent()) {
+ $header = 'Set-Cookie: ' . rawurlencode($this->getCookieName($cookieName)) . '=' . rawurlencode($cookieValue)
+ . (empty($cookieExpire) ? '' : '; expires=' . gmdate('D, d-M-Y H:i:s', $cookieExpire) . ' GMT')
+ . (empty($this->configCookiePath) ? '' : '; path=' . $this->configCookiePath)
+ . (empty($this->configCookieDomain) ? '' : '; domain=' . rawurlencode($this->configCookieDomain))
+ . (!$this->configCookieSecure ? '' : '; secure')
+ . (!$this->configCookieHTTPOnly ? '' : '; HttpOnly')
+ . (!$this->configCookieSameSite ? '' : '; SameSite=' . rawurlencode($this->configCookieSameSite));
+
+ header($header, false);
+ }
+ return $this;
+ }
+
+ /**
+ * @return bool|mixed
+ */
+ protected function getCustomVariablesFromCookie()
+ {
+ $cookie = $this->getCookieMatchingName('cvar');
+ if (!$cookie) {
+ return false;
+ }
+
+ return json_decode($cookie, $assoc = true);
+ }
+
+ /**
+ * Sets a cookie to be sent to the tracking server.
+ *
+ * @param $name
+ * @param $value
+ */
+ public function setOutgoingTrackerCookie($name, $value)
+ {
+ if ($value === null) {
+ unset($this->outgoingTrackerCookies[$name]);
+ }
+ else {
+ $this->outgoingTrackerCookies[$name] = $value;
+ }
+ }
+
+ /**
+ * Gets a cookie which was set by the tracking server.
+ *
+ * @param $name
+ *
+ * @return bool|string
+ */
+ public function getIncomingTrackerCookie($name)
+ {
+ if (isset($this->incomingTrackerCookies[$name])) {
+ return $this->incomingTrackerCookies[$name];
+ }
+
+ return false;
+ }
+
+ /**
+ * Reads incoming tracking server cookies.
+ *
+ * @param array $headers Array with HTTP response headers as values
+ */
+ protected function parseIncomingCookies($headers)
+ {
+ $this->incomingTrackerCookies = array();
+
+ if (!empty($headers)) {
+ $headerName = 'set-cookie:';
+ $headerNameLength = strlen($headerName);
+
+ foreach($headers as $header) {
+ if (strpos(strtolower($header), $headerName) !== 0) {
+ continue;
+ }
+ $cookies = trim(substr($header, $headerNameLength));
+ $posEnd = strpos($cookies, ';');
+ if ($posEnd !== false) {
+ $cookies = substr($cookies, 0, $posEnd);
+ }
+ parse_str($cookies, $this->incomingTrackerCookies);
+ }
+ }
+ }
+}
+
+/**
+ * Helper function to quickly generate the URL to track a page view.
+ *
+ * @param $idSite
+ * @param string $documentTitle
+ * @return string
+ */
+function Matomo_getUrlTrackPageView($idSite, $documentTitle = '')
+{
+ $tracker = new MatomoTracker($idSite);
+
+ return $tracker->getUrlTrackPageView($documentTitle);
+}
+
+/**
+ * Helper function to quickly generate the URL to track a goal.
+ *
+ * @param $idSite
+ * @param $idGoal
+ * @param float $revenue
+ * @return string
+ */
+function Matomo_getUrlTrackGoal($idSite, $idGoal, $revenue = 0.0)
+{
+ $tracker = new MatomoTracker($idSite);
+
+ return $tracker->getUrlTrackGoal($idGoal, $revenue);
+}
+
+/**
+ * Ensure PiwikTracker class is available as well
+ *
+ * @deprecated
+ */
+if (!class_exists('\PiwikTracker')) {
+ include_once('PiwikTracker.php');
+}
diff --git a/plugins/matomo/vendor/matomo/matomo-php-tracker/PiwikTracker.php b/plugins/matomo/vendor/matomo/matomo-php-tracker/PiwikTracker.php
new file mode 100644
index 0000000..ea5ce68
--- /dev/null
+++ b/plugins/matomo/vendor/matomo/matomo-php-tracker/PiwikTracker.php
@@ -0,0 +1,50 @@
+setTokenAuth($matomoToken);
+
+// Track page view
+$matomoTracker->doTrackPageView($matomoPageTitle);
+```
+
+## Requirements:
+* JSON extension (json_decode, json_encode)
+* cURL or stream extension (to issue the HTTPS request to Matomo)
+
+## Installation
+
+### Composer
+
+```
+composer require matomo/matomo-php-tracker
+```
+
+### Manually
+
+Alternatively, you can download the files and require the Matomo tracker manually:
+
+```
+require_once("MatomoTracker.php");
+```
+
+## License
+
+Released under the [BSD License](http://www.opensource.org/licenses/bsd-license.php)
diff --git a/plugins/matomo/vendor/matomo/matomo-php-tracker/composer.json b/plugins/matomo/vendor/matomo/matomo-php-tracker/composer.json
new file mode 100644
index 0000000..d849d1c
--- /dev/null
+++ b/plugins/matomo/vendor/matomo/matomo-php-tracker/composer.json
@@ -0,0 +1,32 @@
+{
+ "name": "matomo/matomo-php-tracker",
+ "description": "PHP Client for Matomo Analytics Tracking API",
+ "keywords": ["matomo","piwik","tracker","analytics"],
+ "homepage": "https://matomo.org",
+ "license": "BSD-2-Clause",
+ "authors": [
+ {
+ "name": "The Matomo Team",
+ "email": "hello@matomo.org",
+ "homepage": "https://matomo.org/team/"
+ }
+ ],
+ "support": {
+ "forum": "https://forum.matomo.org/",
+ "issues": "https://github.com/matomo-org/matomo-php-tracker/issues",
+ "source": "https://github.com/matomo-org/matomo-php-tracker"
+ },
+ "require": {
+ "php": ">=5.3",
+ "ext-json": "*"
+ },
+ "suggest": {
+ "ext-curl": "Using this extension to issue the HTTPS request to Matomo"
+ },
+ "autoload": {
+ "classmap": ["."]
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.3"
+ }
+}
diff --git a/plugins/matomo/vendor/matomo/matomo-php-tracker/composer.lock b/plugins/matomo/vendor/matomo/matomo-php-tracker/composer.lock
new file mode 100644
index 0000000..36b6de2
--- /dev/null
+++ b/plugins/matomo/vendor/matomo/matomo-php-tracker/composer.lock
@@ -0,0 +1,1978 @@
+{
+ "_readme": [
+ "This file locks the dependencies of your project to a known state",
+ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
+ "This file is @generated automatically"
+ ],
+ "content-hash": "8ec49efde7b8c6d6ea9c1b81422e501f",
+ "packages": [],
+ "packages-dev": [
+ {
+ "name": "doctrine/instantiator",
+ "version": "1.3.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/doctrine/instantiator.git",
+ "reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
+ "reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.1 || ^8.0"
+ },
+ "require-dev": {
+ "doctrine/coding-standard": "^6.0",
+ "ext-pdo": "*",
+ "ext-phar": "*",
+ "phpbench/phpbench": "^0.13",
+ "phpstan/phpstan-phpunit": "^0.11",
+ "phpstan/phpstan-shim": "^0.11",
+ "phpunit/phpunit": "^7.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.2.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Marco Pivetta",
+ "email": "ocramius@gmail.com",
+ "homepage": "http://ocramius.github.com/"
+ }
+ ],
+ "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
+ "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
+ "keywords": [
+ "constructor",
+ "instantiate"
+ ],
+ "funding": [
+ {
+ "url": "https://www.doctrine-project.org/sponsorship.html",
+ "type": "custom"
+ },
+ {
+ "url": "https://www.patreon.com/phpdoctrine",
+ "type": "patreon"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2020-05-29T17:27:14+00:00"
+ },
+ {
+ "name": "myclabs/deep-copy",
+ "version": "1.10.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/myclabs/DeepCopy.git",
+ "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
+ "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.1 || ^8.0"
+ },
+ "replace": {
+ "myclabs/deep-copy": "self.version"
+ },
+ "require-dev": {
+ "doctrine/collections": "^1.0",
+ "doctrine/common": "^2.6",
+ "phpunit/phpunit": "^7.1"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "DeepCopy\\": "src/DeepCopy/"
+ },
+ "files": [
+ "src/DeepCopy/deep_copy.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "Create deep copies (clones) of your objects",
+ "keywords": [
+ "clone",
+ "copy",
+ "duplicate",
+ "object",
+ "object graph"
+ ],
+ "funding": [
+ {
+ "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2020-06-29T13:22:24+00:00"
+ },
+ {
+ "name": "nikic/php-parser",
+ "version": "v4.9.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/nikic/PHP-Parser.git",
+ "reference": "88e519766fc58bd46b8265561fb79b54e2e00b28"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/88e519766fc58bd46b8265561fb79b54e2e00b28",
+ "reference": "88e519766fc58bd46b8265561fb79b54e2e00b28",
+ "shasum": ""
+ },
+ "require": {
+ "ext-tokenizer": "*",
+ "php": ">=7.0"
+ },
+ "require-dev": {
+ "ircmaxell/php-yacc": "^0.0.7",
+ "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
+ },
+ "bin": [
+ "bin/php-parse"
+ ],
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "4.9-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "PhpParser\\": "lib/PhpParser"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Nikita Popov"
+ }
+ ],
+ "description": "A PHP parser written in PHP",
+ "keywords": [
+ "parser",
+ "php"
+ ],
+ "time": "2020-08-30T16:15:20+00:00"
+ },
+ {
+ "name": "phar-io/manifest",
+ "version": "2.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phar-io/manifest.git",
+ "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phar-io/manifest/zipball/85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
+ "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-phar": "*",
+ "ext-xmlwriter": "*",
+ "phar-io/version": "^3.0.1",
+ "php": "^7.2 || ^8.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.0.x-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Arne Blankerts",
+ "email": "arne@blankerts.de",
+ "role": "Developer"
+ },
+ {
+ "name": "Sebastian Heuer",
+ "email": "sebastian@phpeople.de",
+ "role": "Developer"
+ },
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "Developer"
+ }
+ ],
+ "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
+ "time": "2020-06-27T14:33:11+00:00"
+ },
+ {
+ "name": "phar-io/version",
+ "version": "3.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phar-io/version.git",
+ "reference": "c6bb6825def89e0a32220f88337f8ceaf1975fa0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phar-io/version/zipball/c6bb6825def89e0a32220f88337f8ceaf1975fa0",
+ "reference": "c6bb6825def89e0a32220f88337f8ceaf1975fa0",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2 || ^8.0"
+ },
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Arne Blankerts",
+ "email": "arne@blankerts.de",
+ "role": "Developer"
+ },
+ {
+ "name": "Sebastian Heuer",
+ "email": "sebastian@phpeople.de",
+ "role": "Developer"
+ },
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "Developer"
+ }
+ ],
+ "description": "Library for handling version information and constraints",
+ "time": "2020-06-27T14:39:04+00:00"
+ },
+ {
+ "name": "phpdocumentor/reflection-common",
+ "version": "2.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
+ "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
+ "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2 || ^8.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-2.x": "2.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "phpDocumentor\\Reflection\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Jaap van Otterdijk",
+ "email": "opensource@ijaap.nl"
+ }
+ ],
+ "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
+ "homepage": "http://www.phpdoc.org",
+ "keywords": [
+ "FQSEN",
+ "phpDocumentor",
+ "phpdoc",
+ "reflection",
+ "static analysis"
+ ],
+ "time": "2020-06-27T09:03:43+00:00"
+ },
+ {
+ "name": "phpdocumentor/reflection-docblock",
+ "version": "5.2.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
+ "reference": "d870572532cd70bc3fab58f2e23ad423c8404c44"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d870572532cd70bc3fab58f2e23ad423c8404c44",
+ "reference": "d870572532cd70bc3fab58f2e23ad423c8404c44",
+ "shasum": ""
+ },
+ "require": {
+ "ext-filter": "*",
+ "php": "^7.2 || ^8.0",
+ "phpdocumentor/reflection-common": "^2.2",
+ "phpdocumentor/type-resolver": "^1.3",
+ "webmozart/assert": "^1.9.1"
+ },
+ "require-dev": {
+ "mockery/mockery": "~1.3.2"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "5.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "phpDocumentor\\Reflection\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Mike van Riel",
+ "email": "me@mikevanriel.com"
+ },
+ {
+ "name": "Jaap van Otterdijk",
+ "email": "account@ijaap.nl"
+ }
+ ],
+ "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
+ "time": "2020-08-15T11:14:08+00:00"
+ },
+ {
+ "name": "phpdocumentor/type-resolver",
+ "version": "1.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phpDocumentor/TypeResolver.git",
+ "reference": "e878a14a65245fbe78f8080eba03b47c3b705651"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e878a14a65245fbe78f8080eba03b47c3b705651",
+ "reference": "e878a14a65245fbe78f8080eba03b47c3b705651",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2 || ^8.0",
+ "phpdocumentor/reflection-common": "^2.0"
+ },
+ "require-dev": {
+ "ext-tokenizer": "*"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-1.x": "1.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "phpDocumentor\\Reflection\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Mike van Riel",
+ "email": "me@mikevanriel.com"
+ }
+ ],
+ "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
+ "time": "2020-06-27T10:12:23+00:00"
+ },
+ {
+ "name": "phpspec/prophecy",
+ "version": "1.11.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phpspec/prophecy.git",
+ "reference": "b20034be5efcdab4fb60ca3a29cba2949aead160"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phpspec/prophecy/zipball/b20034be5efcdab4fb60ca3a29cba2949aead160",
+ "reference": "b20034be5efcdab4fb60ca3a29cba2949aead160",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/instantiator": "^1.2",
+ "php": "^7.2",
+ "phpdocumentor/reflection-docblock": "^5.0",
+ "sebastian/comparator": "^3.0 || ^4.0",
+ "sebastian/recursion-context": "^3.0 || ^4.0"
+ },
+ "require-dev": {
+ "phpspec/phpspec": "^6.0",
+ "phpunit/phpunit": "^8.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.11.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Prophecy\\": "src/Prophecy"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Konstantin Kudryashov",
+ "email": "ever.zet@gmail.com",
+ "homepage": "http://everzet.com"
+ },
+ {
+ "name": "Marcello Duarte",
+ "email": "marcello.duarte@gmail.com"
+ }
+ ],
+ "description": "Highly opinionated mocking framework for PHP 5.3+",
+ "homepage": "https://github.com/phpspec/prophecy",
+ "keywords": [
+ "Double",
+ "Dummy",
+ "fake",
+ "mock",
+ "spy",
+ "stub"
+ ],
+ "time": "2020-07-08T12:44:21+00:00"
+ },
+ {
+ "name": "phpunit/php-code-coverage",
+ "version": "9.1.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
+ "reference": "2ef92bec3186a827faf7362ff92ae4e8ec2e49d2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2ef92bec3186a827faf7362ff92ae4e8ec2e49d2",
+ "reference": "2ef92bec3186a827faf7362ff92ae4e8ec2e49d2",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-libxml": "*",
+ "ext-xmlwriter": "*",
+ "nikic/php-parser": "^4.8",
+ "php": "^7.3 || ^8.0",
+ "phpunit/php-file-iterator": "^3.0.3",
+ "phpunit/php-text-template": "^2.0.2",
+ "sebastian/code-unit-reverse-lookup": "^2.0.2",
+ "sebastian/complexity": "^2.0",
+ "sebastian/environment": "^5.1.2",
+ "sebastian/lines-of-code": "^1.0",
+ "sebastian/version": "^3.0.1",
+ "theseer/tokenizer": "^1.2.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.3"
+ },
+ "suggest": {
+ "ext-pcov": "*",
+ "ext-xdebug": "*"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "9.1-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
+ "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
+ "keywords": [
+ "coverage",
+ "testing",
+ "xunit"
+ ],
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-09-03T07:09:19+00:00"
+ },
+ {
+ "name": "phpunit/php-file-iterator",
+ "version": "3.0.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
+ "reference": "25fefc5b19835ca653877fe081644a3f8c1d915e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/25fefc5b19835ca653877fe081644a3f8c1d915e",
+ "reference": "25fefc5b19835ca653877fe081644a3f8c1d915e",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.3 || ^8.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "FilterIterator implementation that filters files based on a list of suffixes.",
+ "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
+ "keywords": [
+ "filesystem",
+ "iterator"
+ ],
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-07-11T05:18:21+00:00"
+ },
+ {
+ "name": "phpunit/php-invoker",
+ "version": "3.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/php-invoker.git",
+ "reference": "7a85b66acc48cacffdf87dadd3694e7123674298"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/7a85b66acc48cacffdf87dadd3694e7123674298",
+ "reference": "7a85b66acc48cacffdf87dadd3694e7123674298",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.3 || ^8.0"
+ },
+ "require-dev": {
+ "ext-pcntl": "*",
+ "phpunit/phpunit": "^9.0"
+ },
+ "suggest": {
+ "ext-pcntl": "*"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.1-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Invoke callables with a timeout",
+ "homepage": "https://github.com/sebastianbergmann/php-invoker/",
+ "keywords": [
+ "process"
+ ],
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-08-06T07:04:15+00:00"
+ },
+ {
+ "name": "phpunit/php-text-template",
+ "version": "2.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/php-text-template.git",
+ "reference": "6ff9c8ea4d3212b88fcf74e25e516e2c51c99324"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/6ff9c8ea4d3212b88fcf74e25e516e2c51c99324",
+ "reference": "6ff9c8ea4d3212b88fcf74e25e516e2c51c99324",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.3 || ^8.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Simple template engine.",
+ "homepage": "https://github.com/sebastianbergmann/php-text-template/",
+ "keywords": [
+ "template"
+ ],
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-06-26T11:55:37+00:00"
+ },
+ {
+ "name": "phpunit/php-timer",
+ "version": "5.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/php-timer.git",
+ "reference": "cc49734779cbb302bf51a44297dab8c4bbf941e7"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/cc49734779cbb302bf51a44297dab8c4bbf941e7",
+ "reference": "cc49734779cbb302bf51a44297dab8c4bbf941e7",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.3 || ^8.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.2"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "5.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Utility class for timing",
+ "homepage": "https://github.com/sebastianbergmann/php-timer/",
+ "keywords": [
+ "timer"
+ ],
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-06-26T11:58:13+00:00"
+ },
+ {
+ "name": "phpunit/phpunit",
+ "version": "9.3.8",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/phpunit.git",
+ "reference": "93d78d8e2a06393a0d0c1ead6fe9984f1af1f88c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/93d78d8e2a06393a0d0c1ead6fe9984f1af1f88c",
+ "reference": "93d78d8e2a06393a0d0c1ead6fe9984f1af1f88c",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/instantiator": "^1.3.1",
+ "ext-dom": "*",
+ "ext-json": "*",
+ "ext-libxml": "*",
+ "ext-mbstring": "*",
+ "ext-xml": "*",
+ "ext-xmlwriter": "*",
+ "myclabs/deep-copy": "^1.10.1",
+ "phar-io/manifest": "^2.0.1",
+ "phar-io/version": "^3.0.2",
+ "php": "^7.3 || ^8.0",
+ "phpspec/prophecy": "^1.11.1",
+ "phpunit/php-code-coverage": "^9.1.5",
+ "phpunit/php-file-iterator": "^3.0.4",
+ "phpunit/php-invoker": "^3.1",
+ "phpunit/php-text-template": "^2.0.2",
+ "phpunit/php-timer": "^5.0.1",
+ "sebastian/cli-parser": "^1.0",
+ "sebastian/code-unit": "^1.0.5",
+ "sebastian/comparator": "^4.0.3",
+ "sebastian/diff": "^4.0.2",
+ "sebastian/environment": "^5.1.2",
+ "sebastian/exporter": "^4.0.2",
+ "sebastian/global-state": "^5.0",
+ "sebastian/object-enumerator": "^4.0.2",
+ "sebastian/resource-operations": "^3.0.2",
+ "sebastian/type": "^2.2.1",
+ "sebastian/version": "^3.0.1"
+ },
+ "require-dev": {
+ "ext-pdo": "*",
+ "phpspec/prophecy-phpunit": "^2.0.1"
+ },
+ "suggest": {
+ "ext-soap": "*",
+ "ext-xdebug": "*"
+ },
+ "bin": [
+ "phpunit"
+ ],
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "9.3-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ],
+ "files": [
+ "src/Framework/Assert/Functions.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "The PHP Unit Testing framework.",
+ "homepage": "https://phpunit.de/",
+ "keywords": [
+ "phpunit",
+ "testing",
+ "xunit"
+ ],
+ "funding": [
+ {
+ "url": "https://phpunit.de/donate.html",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-08-27T06:30:58+00:00"
+ },
+ {
+ "name": "sebastian/cli-parser",
+ "version": "1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/cli-parser.git",
+ "reference": "2a4a38c56e62f7295bedb8b1b7439ad523d4ea82"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/2a4a38c56e62f7295bedb8b1b7439ad523d4ea82",
+ "reference": "2a4a38c56e62f7295bedb8b1b7439ad523d4ea82",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.3 || ^8.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.3"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Library for parsing CLI options",
+ "homepage": "https://github.com/sebastianbergmann/cli-parser",
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-08-12T10:49:21+00:00"
+ },
+ {
+ "name": "sebastian/code-unit",
+ "version": "1.0.5",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/code-unit.git",
+ "reference": "c1e2df332c905079980b119c4db103117e5e5c90"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/c1e2df332c905079980b119c4db103117e5e5c90",
+ "reference": "c1e2df332c905079980b119c4db103117e5e5c90",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.3 || ^8.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Collection of value objects that represent the PHP code units",
+ "homepage": "https://github.com/sebastianbergmann/code-unit",
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-06-26T12:50:45+00:00"
+ },
+ {
+ "name": "sebastian/code-unit-reverse-lookup",
+ "version": "2.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
+ "reference": "ee51f9bb0c6d8a43337055db3120829fa14da819"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ee51f9bb0c6d8a43337055db3120829fa14da819",
+ "reference": "ee51f9bb0c6d8a43337055db3120829fa14da819",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.3 || ^8.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ }
+ ],
+ "description": "Looks up which function or method a line of code belongs to",
+ "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-06-26T12:04:00+00:00"
+ },
+ {
+ "name": "sebastian/comparator",
+ "version": "4.0.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/comparator.git",
+ "reference": "dcc580eadfaa4e7f9d2cf9ae1922134ea962e14f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/dcc580eadfaa4e7f9d2cf9ae1922134ea962e14f",
+ "reference": "dcc580eadfaa4e7f9d2cf9ae1922134ea962e14f",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.3 || ^8.0",
+ "sebastian/diff": "^4.0",
+ "sebastian/exporter": "^4.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "4.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ },
+ {
+ "name": "Jeff Welch",
+ "email": "whatthejeff@gmail.com"
+ },
+ {
+ "name": "Volker Dusch",
+ "email": "github@wallbash.com"
+ },
+ {
+ "name": "Bernhard Schussek",
+ "email": "bschussek@2bepublished.at"
+ }
+ ],
+ "description": "Provides the functionality to compare PHP values for equality",
+ "homepage": "https://github.com/sebastianbergmann/comparator",
+ "keywords": [
+ "comparator",
+ "compare",
+ "equality"
+ ],
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-06-26T12:05:46+00:00"
+ },
+ {
+ "name": "sebastian/complexity",
+ "version": "2.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/complexity.git",
+ "reference": "33fcd6a26656c6546f70871244ecba4b4dced097"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/33fcd6a26656c6546f70871244ecba4b4dced097",
+ "reference": "33fcd6a26656c6546f70871244ecba4b4dced097",
+ "shasum": ""
+ },
+ "require": {
+ "nikic/php-parser": "^4.7",
+ "php": "^7.3 || ^8.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.2"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Library for calculating the complexity of PHP code units",
+ "homepage": "https://github.com/sebastianbergmann/complexity",
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-07-25T14:01:34+00:00"
+ },
+ {
+ "name": "sebastian/diff",
+ "version": "4.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/diff.git",
+ "reference": "1e90b4cf905a7d06c420b1d2e9d11a4dc8a13113"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/1e90b4cf905a7d06c420b1d2e9d11a4dc8a13113",
+ "reference": "1e90b4cf905a7d06c420b1d2e9d11a4dc8a13113",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.3 || ^8.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.0",
+ "symfony/process": "^4.2 || ^5"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "4.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ },
+ {
+ "name": "Kore Nordmann",
+ "email": "mail@kore-nordmann.de"
+ }
+ ],
+ "description": "Diff implementation",
+ "homepage": "https://github.com/sebastianbergmann/diff",
+ "keywords": [
+ "diff",
+ "udiff",
+ "unidiff",
+ "unified diff"
+ ],
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-06-30T04:46:02+00:00"
+ },
+ {
+ "name": "sebastian/environment",
+ "version": "5.1.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/environment.git",
+ "reference": "0a757cab9d5b7ef49a619f1143e6c9c1bc0fe9d2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/0a757cab9d5b7ef49a619f1143e6c9c1bc0fe9d2",
+ "reference": "0a757cab9d5b7ef49a619f1143e6c9c1bc0fe9d2",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.3 || ^8.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.0"
+ },
+ "suggest": {
+ "ext-posix": "*"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "5.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ }
+ ],
+ "description": "Provides functionality to handle HHVM/PHP environments",
+ "homepage": "http://www.github.com/sebastianbergmann/environment",
+ "keywords": [
+ "Xdebug",
+ "environment",
+ "hhvm"
+ ],
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-06-26T12:07:24+00:00"
+ },
+ {
+ "name": "sebastian/exporter",
+ "version": "4.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/exporter.git",
+ "reference": "571d721db4aec847a0e59690b954af33ebf9f023"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/571d721db4aec847a0e59690b954af33ebf9f023",
+ "reference": "571d721db4aec847a0e59690b954af33ebf9f023",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.3 || ^8.0",
+ "sebastian/recursion-context": "^4.0"
+ },
+ "require-dev": {
+ "ext-mbstring": "*",
+ "phpunit/phpunit": "^9.2"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "4.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ },
+ {
+ "name": "Jeff Welch",
+ "email": "whatthejeff@gmail.com"
+ },
+ {
+ "name": "Volker Dusch",
+ "email": "github@wallbash.com"
+ },
+ {
+ "name": "Adam Harvey",
+ "email": "aharvey@php.net"
+ },
+ {
+ "name": "Bernhard Schussek",
+ "email": "bschussek@gmail.com"
+ }
+ ],
+ "description": "Provides the functionality to export PHP variables for visualization",
+ "homepage": "http://www.github.com/sebastianbergmann/exporter",
+ "keywords": [
+ "export",
+ "exporter"
+ ],
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-06-26T12:08:55+00:00"
+ },
+ {
+ "name": "sebastian/global-state",
+ "version": "5.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/global-state.git",
+ "reference": "22ae663c951bdc39da96603edc3239ed3a299097"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/22ae663c951bdc39da96603edc3239ed3a299097",
+ "reference": "22ae663c951bdc39da96603edc3239ed3a299097",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.3 || ^8.0",
+ "sebastian/object-reflector": "^2.0",
+ "sebastian/recursion-context": "^4.0"
+ },
+ "require-dev": {
+ "ext-dom": "*",
+ "phpunit/phpunit": "^9.3"
+ },
+ "suggest": {
+ "ext-uopz": "*"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "5.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ }
+ ],
+ "description": "Snapshotting of global state",
+ "homepage": "http://www.github.com/sebastianbergmann/global-state",
+ "keywords": [
+ "global state"
+ ],
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-08-07T04:09:03+00:00"
+ },
+ {
+ "name": "sebastian/lines-of-code",
+ "version": "1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/lines-of-code.git",
+ "reference": "e02bf626f404b5daec382a7b8a6a4456e49017e5"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e02bf626f404b5daec382a7b8a6a4456e49017e5",
+ "reference": "e02bf626f404b5daec382a7b8a6a4456e49017e5",
+ "shasum": ""
+ },
+ "require": {
+ "nikic/php-parser": "^4.6",
+ "php": "^7.3 || ^8.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.2"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Library for counting the lines of code in PHP source code",
+ "homepage": "https://github.com/sebastianbergmann/lines-of-code",
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-07-22T18:33:42+00:00"
+ },
+ {
+ "name": "sebastian/object-enumerator",
+ "version": "4.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/object-enumerator.git",
+ "reference": "074fed2d0a6d08e1677dd8ce9d32aecb384917b8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/074fed2d0a6d08e1677dd8ce9d32aecb384917b8",
+ "reference": "074fed2d0a6d08e1677dd8ce9d32aecb384917b8",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.3 || ^8.0",
+ "sebastian/object-reflector": "^2.0",
+ "sebastian/recursion-context": "^4.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "4.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ }
+ ],
+ "description": "Traverses array structures and object graphs to enumerate all referenced objects",
+ "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-06-26T12:11:32+00:00"
+ },
+ {
+ "name": "sebastian/object-reflector",
+ "version": "2.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/object-reflector.git",
+ "reference": "127a46f6b057441b201253526f81d5406d6c7840"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/127a46f6b057441b201253526f81d5406d6c7840",
+ "reference": "127a46f6b057441b201253526f81d5406d6c7840",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.3 || ^8.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ }
+ ],
+ "description": "Allows reflection of object attributes, including inherited and non-public ones",
+ "homepage": "https://github.com/sebastianbergmann/object-reflector/",
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-06-26T12:12:55+00:00"
+ },
+ {
+ "name": "sebastian/recursion-context",
+ "version": "4.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/recursion-context.git",
+ "reference": "062231bf61d2b9448c4fa5a7643b5e1829c11d63"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/062231bf61d2b9448c4fa5a7643b5e1829c11d63",
+ "reference": "062231bf61d2b9448c4fa5a7643b5e1829c11d63",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.3 || ^8.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "4.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ },
+ {
+ "name": "Jeff Welch",
+ "email": "whatthejeff@gmail.com"
+ },
+ {
+ "name": "Adam Harvey",
+ "email": "aharvey@php.net"
+ }
+ ],
+ "description": "Provides functionality to recursively process PHP variables",
+ "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-06-26T12:14:17+00:00"
+ },
+ {
+ "name": "sebastian/resource-operations",
+ "version": "3.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/resource-operations.git",
+ "reference": "0653718a5a629b065e91f774595267f8dc32e213"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0653718a5a629b065e91f774595267f8dc32e213",
+ "reference": "0653718a5a629b065e91f774595267f8dc32e213",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.3 || ^8.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de"
+ }
+ ],
+ "description": "Provides a list of PHP built-in functions that operate on resources",
+ "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-06-26T12:16:22+00:00"
+ },
+ {
+ "name": "sebastian/type",
+ "version": "2.2.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/type.git",
+ "reference": "86991e2b33446cd96e648c18bcdb1e95afb2c05a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/86991e2b33446cd96e648c18bcdb1e95afb2c05a",
+ "reference": "86991e2b33446cd96e648c18bcdb1e95afb2c05a",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.3 || ^8.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.2"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Collection of value objects that represent the types of the PHP type system",
+ "homepage": "https://github.com/sebastianbergmann/type",
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-07-05T08:31:53+00:00"
+ },
+ {
+ "name": "sebastian/version",
+ "version": "3.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/sebastianbergmann/version.git",
+ "reference": "626586115d0ed31cb71483be55beb759b5af5a3c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/626586115d0ed31cb71483be55beb759b5af5a3c",
+ "reference": "626586115d0ed31cb71483be55beb759b5af5a3c",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.3 || ^8.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.0-dev"
+ }
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Sebastian Bergmann",
+ "email": "sebastian@phpunit.de",
+ "role": "lead"
+ }
+ ],
+ "description": "Library that helps with managing the version number of Git-hosted PHP projects",
+ "homepage": "https://github.com/sebastianbergmann/version",
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-06-26T12:18:43+00:00"
+ },
+ {
+ "name": "symfony/polyfill-ctype",
+ "version": "v1.18.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/polyfill-ctype.git",
+ "reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
+ "reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.3"
+ },
+ "suggest": {
+ "ext-ctype": "For best performance"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.18-dev"
+ },
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Polyfill\\Ctype\\": ""
+ },
+ "files": [
+ "bootstrap.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Gert de Pagter",
+ "email": "BackEndTea@gmail.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill for ctype functions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "ctype",
+ "polyfill",
+ "portable"
+ ],
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2020-07-14T12:35:20+00:00"
+ },
+ {
+ "name": "theseer/tokenizer",
+ "version": "1.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/theseer/tokenizer.git",
+ "reference": "75a63c33a8577608444246075ea0af0d052e452a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
+ "reference": "75a63c33a8577608444246075ea0af0d052e452a",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-tokenizer": "*",
+ "ext-xmlwriter": "*",
+ "php": "^7.2 || ^8.0"
+ },
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Arne Blankerts",
+ "email": "arne@blankerts.de",
+ "role": "Developer"
+ }
+ ],
+ "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
+ "funding": [
+ {
+ "url": "https://github.com/theseer",
+ "type": "github"
+ }
+ ],
+ "time": "2020-07-12T23:59:07+00:00"
+ },
+ {
+ "name": "webmozart/assert",
+ "version": "1.9.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/webmozart/assert.git",
+ "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
+ "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^5.3.3 || ^7.0 || ^8.0",
+ "symfony/polyfill-ctype": "^1.8"
+ },
+ "conflict": {
+ "phpstan/phpstan": "<0.12.20",
+ "vimeo/psalm": "<3.9.1"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.8.36 || ^7.5.13"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Webmozart\\Assert\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Bernhard Schussek",
+ "email": "bschussek@gmail.com"
+ }
+ ],
+ "description": "Assertions to validate method input/output with nice error messages.",
+ "keywords": [
+ "assert",
+ "check",
+ "validate"
+ ],
+ "time": "2020-07-08T17:02:28+00:00"
+ }
+ ],
+ "aliases": [],
+ "minimum-stability": "stable",
+ "stability-flags": [],
+ "prefer-stable": false,
+ "prefer-lowest": false,
+ "platform": {
+ "php": ">=5.3",
+ "ext-json": "*"
+ },
+ "platform-dev": [],
+ "plugin-api-version": "1.1.0"
+}
diff --git a/plugins/matomo/vendor/matomo/matomo-php-tracker/run_tests.sh b/plugins/matomo/vendor/matomo/matomo-php-tracker/run_tests.sh
new file mode 100644
index 0000000..dec16dc
--- /dev/null
+++ b/plugins/matomo/vendor/matomo/matomo-php-tracker/run_tests.sh
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+
+cd tests && php ../vendor/bin/phpunit
diff --git a/plugins/matomo/vendor/matomo/matomo-php-tracker/tests/Unit/MatomoTrackerTest.php b/plugins/matomo/vendor/matomo/matomo-php-tracker/tests/Unit/MatomoTrackerTest.php
new file mode 100644
index 0000000..7d45a1a
--- /dev/null
+++ b/plugins/matomo/vendor/matomo/matomo-php-tracker/tests/Unit/MatomoTrackerTest.php
@@ -0,0 +1,74 @@
+assertEquals(16, strlen($testVisitorId));
+
+ $createTs = strtotime('2020-03-04 03:04:05');
+
+ $cookieName = '_pk_id_1_f609';
+ $_COOKIE[$cookieName] = $testVisitorId . '.' . $createTs;
+
+ $tracker = new \MatomoTracker(1, $apiUrl = self::TEST_URL);
+ $tracker->setUrl('http://somesite.com');
+ $url = $tracker->getUrlTrackPageView('test title');
+ $url = preg_replace('/&r=\d+/', "", $url);
+
+ $queryStr = parse_url($url, PHP_URL_QUERY);
+ parse_str($queryStr, $query);
+
+ $this->assertEquals($testVisitorId, $query['_id']);
+ $this->assertEquals($createTs, $query['_idts']);
+
+ $expected = 'http://mymatomo.com/matomo.php?idsite=1&rec=1&apiv=1&_idts=1583291045&_id=0958f111f2588a1b&url=http%3A%2F%2Fsomesite.com&urlref=&action_name=test+title';
+ $this->assertEquals($expected, $url);
+ }
+
+ public function test_trackingWithPreMatomo4CookieSetsCorrectUrl()
+ {
+ $testVisitorId = substr(md5('testother'), 0, 16);
+ $this->assertEquals(16, strlen($testVisitorId));
+
+ $createTs = strtotime('2020-03-04 05:04:05');
+ $currentTs = strtotime('2020-03-05 05:04:05');
+ $lastVisitTs = strtotime('2020-03-06 05:04:05');
+ $ecommerceLastOrderTs = strtotime('2020-03-06 06:04:05');
+
+ $cookieName = '_pk_id_1_f609';
+ $_COOKIE[$cookieName] = $testVisitorId . '.' . $createTs . '.5.' . $currentTs . '.' . $lastVisitTs . '.' . $ecommerceLastOrderTs;
+
+ $tracker = new \MatomoTracker(1, $apiUrl = self::TEST_URL);
+ $tracker->setUrl('http://somesite.com');
+ $url = $tracker->getUrlTrackPageView('test title');
+ $url = preg_replace('/&r=\d+/', "", $url);
+
+ $queryStr = parse_url($url, PHP_URL_QUERY);
+ parse_str($queryStr, $query);
+
+ $this->assertEquals($testVisitorId, $query['_id']);
+ $this->assertEquals($createTs, $query['_idts']);
+
+ $expected = 'http://mymatomo.com/matomo.php?idsite=1&rec=1&apiv=1&_idts=1583298245&_id=b446c233274f79f0&url=http%3A%2F%2Fsomesite.com&urlref=&action_name=test+title';
+ $this->assertEquals($expected, $url);
+ }
+}
\ No newline at end of file
diff --git a/plugins/matomo/vendor/matomo/matomo-php-tracker/tests/phpunit.xml.dist b/plugins/matomo/vendor/matomo/matomo-php-tracker/tests/phpunit.xml.dist
new file mode 100644
index 0000000..fbb381c
--- /dev/null
+++ b/plugins/matomo/vendor/matomo/matomo-php-tracker/tests/phpunit.xml.dist
@@ -0,0 +1,23 @@
+
+
+
+
+
+ ./Unit
+
+
+