Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c-lodder/joomla-version-detect
Joomla Version Detect
https://github.com/c-lodder/joomla-version-detect
detect joomla php
Last synced: 25 days ago
JSON representation
Joomla Version Detect
- Host: GitHub
- URL: https://github.com/c-lodder/joomla-version-detect
- Owner: C-Lodder
- Created: 2015-01-24T14:11:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-29T16:17:03.000Z (about 7 years ago)
- Last Synced: 2024-10-15T17:50:28.576Z (about 1 month ago)
- Topics: detect, joomla, php
- Language: PHP
- Size: 10.7 KB
- Stars: 14
- Watchers: 7
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Joomla Version Detect
Simply call the script using the following:
```
$version = new JoomlaVersion;
echo $version->get('http://joomla.org');
```Of course changing the URL to whatever you wish
-------------------------------
## This is released under the [DBAD](http://www.dbad-license.org) license
## DON'T BE A DICK PUBLIC LICENSE
> Version 1, 24th January 2015
> Copyright (C) 2017 Charlie Lodder
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.> DON'T BE A DICK PUBLIC LICENSE
> TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION1. Do whatever you like with the original work, just don't be a dick.
Being a dick includes - but is not limited to - the following instances:
1a. Outright copyright infringement - Don't just copy this and change the name.
1b. Selling the unmodified original with no work done what-so-ever, that's REALLY being a dick.
1c. Modifying the original work to contain hidden harmful content. That would make you a PROPER dick.2. If you become rich through modifications, related works/services, or supporting the original work,
share the love. Only a dick would make loads off this work and not buy the original work's
creator(s) a pint.
3. Code is provided with no warranty. Using somebody else's code and bitching when it goes wrong makes
you a DONKEY dick. Fix the problem yourself. A non-dick would submit the fix back.